Home
last modified time | relevance | path

Searched refs:UX_UCHAR_POINTER_DIF (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_memory_free.c203 pool_ptr -> ux_byte_pool_available + UX_UCHAR_POINTER_DIF(next_block_ptr, work_ptr); in _ux_utility_memory_free()
221 … ux_system_memory_byte_pool[index] -> ux_byte_pool_alloc_total -= UX_UCHAR_POINTER_DIF(next_block_… in _ux_utility_memory_free()
Dux_utility_memory_allocate.c237 available_bytes = UX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _ux_utility_memory_allocate()
270 available_bytes -= UX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _ux_utility_memory_allocate()
Dux_utility_memory_byte_pool_search.c134 available_bytes = UX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _ux_utility_memory_byte_pool_search()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2467 #define UX_UCHAR_POINTER_DIF(a,b) ((ULONG)(((UCHAR *) (a)) - ((UCHAR *) (b)))) macro