Home
last modified time | relevance | path

Searched refs:z (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/common/inc/
Dtx_queue.h91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
93 if ((z) > ((UINT) 1)) \
95 while (--(z)) \
Dtx_api.h1993 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
/ThreadX-v6.4.1/common_smp/inc/
Dtx_queue.h91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
93 if ((z) > ((UINT) 1)) \
95 while (--(z)) \
Dtx_api.h1986 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
/ThreadX-v6.4.1/common/src/
Dtx_misra.c184 UINT z; in _tx_misra_message_copy() local
188 z = size; in _tx_misra_message_copy()
193 if ((z) > ((UINT) 1)) in _tx_misra_message_copy()
195 (z)--; in _tx_misra_message_copy()
196 while ((z)) in _tx_misra_message_copy()
201 (z)--; in _tx_misra_message_copy()
/ThreadX-v6.4.1/common_smp/src/
Dtx_misra.c182 UINT z; in _tx_misra_message_copy() local
186 z = size; in _tx_misra_message_copy()
191 if ((z) > ((UINT) 1)) in _tx_misra_message_copy()
193 (z)--; in _tx_misra_message_copy()
194 while ((z)) in _tx_misra_message_copy()
199 (z)--; in _tx_misra_message_copy()
/ThreadX-v6.4.1/ports/risc-v32/iar/example_build/config/debugger/
Dioriscv.ddf34 ;; Name Name of address space (legal characters: A-Z, a-z, 0-9, _)