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

/external/kernel-headers/original/uapi/linux/
H A Dvirtio_ring.h162 * we have just incremented index from old to new_idx,
164 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) argument
168 * corresponding to event_idx + 1 and new_idx respectively.
171 return (__u16)(new_idx - event_idx - 1) < (__u16)(new_idx - old);
/external/valgrind/callgrind/
H A Djumps.c87 UInt new_idx; local
104 new_idx = jcc_hash_idx(curr_jcc->from, curr_jcc->jmp,
107 curr_jcc->next_hash = new_table[new_idx];
108 new_table[new_idx] = curr_jcc;
139 UInt new_idx; local
170 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size);
171 jcc->next_hash = current_jccs.table[new_idx];
172 current_jccs.table[new_idx] = jcc;
H A Dbb.c71 UInt new_idx; local
87 new_idx = bb_hash_idx(curr->obj, curr->offset, new_size);
89 curr->next = new_table[new_idx];
90 new_table[new_idx] = curr;
H A Dcontext.c90 UInt new_idx; local
106 new_idx = (UInt) (curr->hash % new_size);
108 curr->next = new_table[new_idx];
109 new_table[new_idx] = curr;
H A Dbbcc.c197 UInt new_idx; local
214 new_idx = bbcc_hash_idx(curr_BBCC->bb,
218 curr_BBCC->next = new_table[new_idx];
219 new_table[new_idx] = curr_BBCC;
/external/lldb/source/Interpreter/
H A DOptionValueArray.cpp102 uint32_t new_idx = UINT32_MAX; local
106 new_idx = array_count - idx;
111 new_idx = idx;
114 if (new_idx < array_count)
116 if (m_values[new_idx])
119 return m_values[new_idx]->GetSubValue (exe_ctx, sub_value, will_modify, error);
121 return m_values[new_idx];
/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.awk209 new_idx = $2
210 for (i = table_item_count ; i < new_idx; i++) {
/external/lldb/include/lldb/Core/
H A DStreamTee.h127 size_t new_idx = m_streams.size(); local
130 return 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/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h325 static INLINE void ref_cnt_fb(RefCntBuffer *bufs, int *idx, int new_idx) { argument
331 *idx = new_idx;
333 bufs[new_idx].ref_count++;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c46 static void ref_cnt_fb (int *buf, int *idx, int new_idx);
210 static void ref_cnt_fb (int *buf, int *idx, int new_idx) argument
215 *idx = new_idx;
217 buf[new_idx]++;
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp412 for (uint32_t new_idx = 0; new_idx < num_new_threads; ++new_idx)
414 if (thread == new_threads[new_idx].get())
/external/libvncserver/libvncserver/
H A Dtight.c1361 int hash_key, idx, new_idx, count; local
1370 new_idx = idx = pnode->idx;
1372 if (new_idx && palette.entry[new_idx-1].numPixels < count) {
1374 palette.entry[new_idx] = palette.entry[new_idx-1];
1375 palette.entry[new_idx].listNode->idx = new_idx;
1376 new_idx--;
1378 while (new_idx
[all...]
/external/llvm/include/llvm/IR/
H A DInstrTypes.h213 unsigned new_idx = idx + Right; local
214 assert(index_is_valid(new_idx) && "Iterator index out of bound");
215 idx = 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
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 591 milliseconds