Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_stack_analyze.c119 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
142 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
Dtx_queue_create.c107 queue_ptr -> tx_queue_end = TX_ULONG_POINTER_ADD(queue_ptr -> tx_queue_start, used_words); in _tx_queue_create()
/ThreadX-v6.3.0/common/src/
Dtx_thread_stack_analyze.c119 stack_ptr = TX_ULONG_POINTER_ADD(stack_lowest, size); in _tx_thread_stack_analyze()
142 stack_ptr = TX_ULONG_POINTER_ADD(stack_ptr, 1); in _tx_thread_stack_analyze()
Dtx_queue_create.c107 queue_ptr -> tx_queue_end = TX_ULONG_POINTER_ADD(queue_ptr -> tx_queue_start, used_words); in _tx_queue_create()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1976 #define TX_ULONG_POINTER_ADD(a,b) _tx_misra_ulong_pointer_add((ULONG *) (a), … macro
2036 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b))) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1983 #define TX_ULONG_POINTER_ADD(a,b) _tx_misra_ulong_pointer_add((ULONG *) (a), … macro
2043 #define TX_ULONG_POINTER_ADD(a,b) (((ULONG *) (a)) + ((UINT) (b))) macro