Searched refs:z (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_queue.h | 91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 93 if ((z) > ((UINT) 1)) \ 95 while (--(z)) \
|
| D | tx_api.h | 1993 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_queue.h | 91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 93 if ((z) > ((UINT) 1)) \ 95 while (--(z)) \
|
| D | tx_api.h | 1986 #define TX_QUEUE_MESSAGE_COPY(s,d,z) _tx_misra_message_copy(&(s), &(d), (z)); argument
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_misra.c | 184 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/ |
| D | tx_misra.c | 182 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/ |
| D | ioriscv.ddf | 34 ;; Name Name of address space (legal characters: A-Z, a-z, 0-9, _)
|