Searched refs:new_idx (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/callgrind/ |
D | jumps.c | 89 UInt new_idx; in resize_jcc_table() local 108 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp, in resize_jcc_table() 111 curr_jcc->next_hash = new_table[new_idx]; in resize_jcc_table() 112 new_table[new_idx] = curr_jcc; in resize_jcc_table() 143 UInt new_idx; in new_jcc() local 174 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size); in new_jcc() 175 jcc->next_hash = current_jccs.table[new_idx]; in new_jcc() 176 current_jccs.table[new_idx] = jcc; in new_jcc()
|
D | context.c | 95 UInt new_idx; in resize_cxt_table() local 113 new_idx = (UInt) (curr->hash % new_size); in resize_cxt_table() 115 curr->next = new_table[new_idx]; in resize_cxt_table() 116 new_table[new_idx] = curr; in resize_cxt_table()
|
D | bb.c | 71 UInt new_idx; in resize_bb_table() local 89 new_idx = bb_hash_idx(curr->obj, curr->offset, new_size); in resize_bb_table() 91 curr->next = new_table[new_idx]; in resize_bb_table() 92 new_table[new_idx] = curr; in resize_bb_table()
|
D | bbcc.c | 197 UInt new_idx; in resize_bbcc_hash() local 216 new_idx = bbcc_hash_idx(curr_BBCC->bb, in resize_bbcc_hash() 220 curr_BBCC->next = new_table[new_idx]; in resize_bbcc_hash() 221 new_table[new_idx] = curr_BBCC; in resize_bbcc_hash()
|
/external/e2fsprogs/lib/et/ |
D | et_h.awk | 170 new_idx = $2 171 curr_low += curr_sign * (new_idx - curr_idx) 172 curr_idx = new_idx
|
D | et_c.awk | 207 new_idx = $2 208 for (i = table_item_count ; i < new_idx; i++) {
|
/external/openssl/crypto/engine/ |
D | eng_dyn.c | 240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, in dynamic_get_data_ctx() local 242 if(new_idx == -1) in dynamic_get_data_ctx() 252 dynamic_ex_data_idx = new_idx; in dynamic_get_data_ctx() 253 new_idx = -1; in dynamic_get_data_ctx()
|
/external/llvm/include/llvm/Support/ |
D | CFG.h | 179 unsigned new_idx = idx + Right; variable 180 assert(index_is_valid(new_idx) && "Iterator index out of bound"); 181 idx = new_idx;
|
/external/libvpx/vp8/decoder/ |
D | onyxd_if.c | 179 static void ref_cnt_fb (int *buf, int *idx, int new_idx) in ref_cnt_fb() argument 184 *idx = new_idx; in ref_cnt_fb() 186 buf[new_idx]++; in ref_cnt_fb()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 2521 int* new_idx = data->split_buf->data.i; in split_node_data() local 2537 new_idx[i] = (nl & (d-1)) | (nr & -d); // d ? ri : li in split_node_data() 2572 idx = new_idx[idx]; in split_node_data() 2587 idx = new_idx[idx]; in split_node_data()
|