Searched refs:temp_ptr (Results 1 – 4 of 4) sorted by relevance
75 UCHAR *temp_ptr; in _ux_utility_memory_byte_pool_create() local110 temp_ptr = UX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _ux_utility_memory_byte_pool_create()112 *block_indirect_ptr = temp_ptr; in _ux_utility_memory_byte_pool_create()119 temp_ptr = UX_VOID_TO_UCHAR_POINTER_CONVERT(pool_start); in _ux_utility_memory_byte_pool_create()120 block_indirect_ptr = UX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(temp_ptr); in _ux_utility_memory_byte_pool_create()
81 UCHAR *temp_ptr; in _ux_utility_memory_free() local138 temp_ptr = UX_UCHAR_POINTER_ADD(work_ptr, (sizeof(UCHAR *))); in _ux_utility_memory_free()139 free_ptr = UX_UCHAR_TO_ALIGN_TYPE_POINTER_CONVERT(temp_ptr); in _ux_utility_memory_free()144 temp_ptr = UX_UCHAR_POINTER_ADD(work_ptr, (sizeof(UCHAR *))); in _ux_utility_memory_free()145 byte_pool_ptr = UX_UCHAR_TO_INDIRECT_BYTE_POOL_POINTER(temp_ptr); in _ux_utility_memory_free()195 temp_ptr = UX_UCHAR_POINTER_ADD(work_ptr, (sizeof(UCHAR *))); in _ux_utility_memory_free()196 free_ptr = UX_UCHAR_TO_ALIGN_TYPE_POINTER_CONVERT(temp_ptr); in _ux_utility_memory_free()
522 UCHAR *temp_ptr; in ux_test_memory_is_freed() local530 temp_ptr = UX_UCHAR_POINTER_ADD(work_ptr, (sizeof(UCHAR *))); in ux_test_memory_is_freed()531 free_ptr = UX_UCHAR_TO_ALIGN_TYPE_POINTER_CONVERT(temp_ptr); in ux_test_memory_is_freed()
727 UCHAR *temp_ptr; in _tx_thread_create() local816 temp_ptr = TX_VOID_TO_UCHAR_POINTER_CONVERT(stack_start); in _tx_thread_create()817 temp_ptr = (TX_UCHAR_POINTER_ADD(temp_ptr, (stack_size - ((ULONG) 1)))); in _tx_thread_create()818 thread_ptr -> tx_thread_stack_end = TX_UCHAR_TO_VOID_POINTER_CONVERT(temp_ptr); in _tx_thread_create()