HomeSort by relevance Sort by last modified time
    Searched defs:new_idx (Results 1 - 11 of 11) sorted by null

  /external/valgrind/callgrind/
jumps.c 87 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;
bb.c 71 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;
context.c 90 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;
bbcc.c 197 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/include/lldb/Core/
StreamTee.h 127 size_t new_idx = m_streams.size(); local
130 return new_idx;
  /external/lldb/source/Interpreter/
OptionValueArray.cpp 102 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/llvm/include/llvm/IR/
CFG.h 211 unsigned new_idx = idx + Right; local
212 assert(index_is_valid(new_idx) && "Iterator index out of bound");
213 idx = new_idx;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 687 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/libvncserver/libvncserver/
tight.c 1361 int hash_key, idx, new_idx, count; local
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 1197 int hash_key, idx, new_idx, count; local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2521 int* new_idx = data->split_buf->data.i; local
    [all...]

Completed in 1183 milliseconds