Searched refs:new_idx (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/callgrind/
H A Djumps.c89 UInt new_idx; local
108 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
111 curr_jcc->next_hash = new_table[new_idx];
112 new_table[new_idx] = curr_jcc;
143 UInt new_idx; local
174 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size);
175 jcc->next_hash = current_jccs.table[new_idx];
176 current_jccs.table[new_idx] = jcc;
H A Dbb.c71 UInt new_idx; local
89 new_idx = bb_hash_idx(curr->obj, curr->offset, new_size);
91 curr->next = new_table[new_idx];
92 new_table[new_idx] = curr;
H A Dcontext.c95 UInt new_idx; local
113 new_idx = (UInt) (curr->hash % new_size);
115 curr->next = new_table[new_idx];
116 new_table[new_idx] = curr;
H A Dbbcc.c197 UInt new_idx; local
216 new_idx = bbcc_hash_idx(curr_BBCC->bb,
220 curr_BBCC->next = new_table[new_idx];
221 new_table[new_idx] = curr_BBCC;
/external/e2fsprogs/lib/et/
H A Det_h.awk170 new_idx = $2
171 curr_low += curr_sign * (new_idx - curr_idx)
172 curr_idx = new_idx
H A Det_c.awk207 new_idx = $2
208 for (i = table_item_count ; i < new_idx; i++) {
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_dyn.c240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local
242 if(new_idx == -1)
252 dynamic_ex_data_idx = new_idx;
253 new_idx = -1;
257 * (new_idx>-1), but it's not possible and wouldn't gain us much
/external/openssl/crypto/engine/
H A Deng_dyn.c240 int new_idx = ENGINE_get_ex_new_index(0, NULL, NULL, NULL, local
242 if(new_idx == -1)
252 dynamic_ex_data_idx = new_idx;
253 new_idx = -1;
257 * (new_idx>-1), but it's not possible and wouldn't gain us much
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h231 static void ref_cnt_fb(int *buf, int *idx, int new_idx) {
235 *idx = new_idx;
237 buf[new_idx]++;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c687 unsigned int new_idx = 0; local
691 for ( ; new_idx < 4; new_idx++) {
692 if (GET_BIT(new_mask, new_idx)) {
693 SET_SWZ(conversion_swizzle, old_idx, new_idx);
694 new_idx++;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c687 unsigned int new_idx = 0; local
691 for ( ; new_idx < 4; new_idx++) {
692 if (GET_BIT(new_mask, new_idx)) {
693 SET_SWZ(conversion_swizzle, old_idx, new_idx);
694 new_idx++;
/external/llvm/include/llvm/Support/
H A DCFG.h183 unsigned new_idx = idx + Right; local
184 assert(index_is_valid(new_idx) && "Iterator index out of bound");
185 idx = new_idx;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c43 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
199 static void ref_cnt_fb (int *buf, int *idx, int new_idx) argument
204 *idx = new_idx;
206 buf[new_idx]++;
/external/opencv/ml/src/
H A Dmltree.cpp2521 int* new_idx = data->split_buf->data.i; local
2537 new_idx[i] = (nl & (d-1)) | (nr & -d); // d ? ri : li
2572 idx = new_idx[idx];
2587 idx = new_idx[idx];
2597 // split categorical vars, responses and cv_labels using new_idx relocation table

Completed in 255 milliseconds