Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/inc/
Dtx_queue.h92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
94 if ((z) > ((UINT) 1)) \
96 while (--(z)) \
Dtx_api.h1988 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
/ThreadX-v6.3.0/common_smp/inc/
Dtx_queue.h92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
94 if ((z) > ((UINT) 1)) \
96 while (--(z)) \
Dtx_api.h1981 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
/ThreadX-v6.3.0/common/src/
Dtx_misra.c185 UINT z; in _tx_misra_message_copy() local
189 z = size; in _tx_misra_message_copy()
194 if ((z) > ((UINT) 1)) in _tx_misra_message_copy()
196 (z)--; in _tx_misra_message_copy()
197 while ((z)) in _tx_misra_message_copy()
202 (z)--; in _tx_misra_message_copy()
/ThreadX-v6.3.0/common_smp/src/
Dtx_misra.c183 UINT z; in _tx_misra_message_copy() local
187 z = size; in _tx_misra_message_copy()
192 if ((z) > ((UINT) 1)) in _tx_misra_message_copy()
194 (z)--; in _tx_misra_message_copy()
195 while ((z)) in _tx_misra_message_copy()
200 (z)--; in _tx_misra_message_copy()
/ThreadX-v6.3.0/ports/risc-v32/iar/example_build/config/debugger/
Dioriscv.ddf34 ;; Name Name of address space (legal characters: A-Z, a-z, 0-9, _)