Searched refs:UX_UCHAR_POINTER_DIF (Results 1 – 4 of 4) sorted by relevance
203 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()
237 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()
134 available_bytes = UX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _ux_utility_memory_byte_pool_search()
2467 #define UX_UCHAR_POINTER_DIF(a,b) ((ULONG)(((UCHAR *) (a)) - ((UCHAR *) (b)))) macro