Searched refs:UX_UCHAR_POINTER_SUB (Results 1 – 5 of 5) sorted by relevance
107 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()
135 work_ptr = UX_UCHAR_POINTER_SUB(work_ptr, UX_MEMORY_BLOCK_HEADER_SIZE); in _ux_utility_memory_free()
151 …memory_block = (UX_MEMORY_BLOCK *)UX_UCHAR_POINTER_SUB(tmp_allocation_ptr, sizeof(UX_MEMORY_BLOCK)… in allocate_everything()
529 work_ptr = UX_UCHAR_POINTER_SUB(work_ptr, UX_MEMORY_BLOCK_HEADER_SIZE); in ux_test_memory_is_freed()
2466 #define UX_UCHAR_POINTER_SUB(a,b) (((UCHAR *) (a)) - ((UINT) (b))) macro