Searched refs:head_idx (Results 1 – 6 of 6) sorted by relevance
58 head_idx(0), in TrcAddrReturnStack()70 head_idx++; in push()71 head_idx &= 0xF; in push()72 m_stack[head_idx].ret_addr = addr; in push()73 m_stack[head_idx].ret_isa = isa; in push()89 addr = m_stack[head_idx].ret_addr; in pop()90 isa = m_stack[head_idx].ret_isa; in pop()91 head_idx--; in pop()92 head_idx &= 0xF; in pop()135 …oss << "Return stack " << pszOpString << "[" << std::dec << (head_idx+head_off) << "](0x" << std::… in LogOp()[all …]
270 uint32_t head_idx = current_head; /* Index is the bottom 32 bits */ in util_sparse_array_free_list_pop_idx() local271 void *head_elem = util_sparse_array_get(fl->arr, head_idx); in util_sparse_array_free_list_pop_idx()276 return head_idx; in util_sparse_array_free_list_pop_idx()291 uint32_t head_idx = current_head; /* Index is the bottom 32 bits */ in util_sparse_array_free_list_pop_elem() local292 void *head_elem = util_sparse_array_get(fl->arr, head_idx); in util_sparse_array_free_list_pop_elem()
98 int head_idx; variable
180 skc_uint head_idx = id * SKC_FILLS_EXPAND_ELEMS_PER_SUBBLOCK + get_sub_group_local_id();184 union skc_path_elem h##I = blocks[head_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE];249 head_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE); \
170 skc_uint const head_idx = id * SKC_DEVICE_SUBBLOCK_WORDS + get_sub_group_local_id();174 skc_uint h##I = bp_elems[head_idx + I * SKC_PATHS_RECLAIM_SUBGROUP_SIZE];
573 int head_idx = 0; in read_data_file() local660 head_offset = head[head_idx++]; in read_data_file()