Home
last modified time | relevance | path

Searched refs:TX_ULONG_POINTER_ADD (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_stack_analyze.c118 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
141 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
Dtx_queue_create.c106 queue_ptr -> tx_queue_end = TX_ULONG_POINTER_ADD(queue_ptr -> tx_queue_start, used_words); in _tx_queue_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_stack_analyze.c118 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
141 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
Dtx_queue_create.c106 queue_ptr -> tx_queue_end = TX_ULONG_POINTER_ADD(queue_ptr -> tx_queue_start, used_words); in _tx_queue_create()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1981 #define TX_ULONG_POINTER_ADD(a,b) _tx_misra_ulong_pointer_add((ULONG *) (a), … macro
2041 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b))) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1988 #define TX_ULONG_POINTER_ADD(a,b) _tx_misra_ulong_pointer_add((ULONG *) (a), … macro
2048 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b))) macro