Home
last modified time | relevance | path

Searched refs:UX_UCHAR_POINTER_SUB (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_byte_pool_create.c107 block_ptr = UX_UCHAR_POINTER_SUB(block_ptr, (sizeof(ALIGN_TYPE))); in _ux_utility_memory_byte_pool_create()
114 block_ptr = UX_UCHAR_POINTER_SUB(block_ptr, (sizeof(UCHAR *))); in _ux_utility_memory_byte_pool_create()
Dux_utility_memory_free.c135 work_ptr = UX_UCHAR_POINTER_SUB(work_ptr, UX_MEMORY_BLOCK_HEADER_SIZE); in _ux_utility_memory_free()
/USBX-v6.2.1/test/regression/
Dux_test_utility_sim_no_overriding.c151 …memory_block = (UX_MEMORY_BLOCK *)UX_UCHAR_POINTER_SUB(tmp_allocation_ptr, sizeof(UX_MEMORY_BLOCK)… in allocate_everything()
Dux_test.h529 work_ptr = UX_UCHAR_POINTER_SUB(work_ptr, UX_MEMORY_BLOCK_HEADER_SIZE); in ux_test_memory_is_freed()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2466 #define UX_UCHAR_POINTER_SUB(a,b) (((UCHAR *) (a)) - ((UINT) (b))) macro