Searched refs:z (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_queue.h | 92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 94 if ((z) > ((UINT) 1)) \ 96 while (--(z)) \
|
| D | tx_api.h | 1988 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_queue.h | 92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 94 if ((z) > ((UINT) 1)) \ 96 while (--(z)) \
|
| D | tx_api.h | 1981 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_misra.c | 185 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/ |
| D | tx_misra.c | 183 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/ |
| D | ioriscv.ddf | 34 ;; Name Name of address space (legal characters: A-Z, a-z, 0-9, _)
|