HomeSort by relevance Sort by last modified time
    Searched defs:next_index (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 36 int next_index = index + children_count_; local
38 return next_index;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer.h 83 size_t next_index() const { return next_index_; } function in class:webrtc::SyncBuffer
  /cts/tools/dasm/src/java_cup/
terminal.java 40 _index = next_index++;
98 protected static int next_index = 0; field in class:terminal
non_terminal.java 40 _index = next_index++;
82 protected static int next_index = 0; field in class:non_terminal
lalr_state.java 72 _index = next_index++;
124 protected static int next_index = 0; field in class:lalr_state
production.java 118 _index = next_index++;
157 protected static int next_index; field in class:production
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 123 int next_index = classPathString.indexOf(separator, index); local
124 if (next_index < 0)
126 next_index = classPathString.length();
131 new ClassPathEntry(new File(classPathString.substring(index, next_index)),
137 index = next_index + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 85 PyObject *next_index; local
98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index; local
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 85 PyObject *next_index; local
98 next_index = en->en_longindex;
99 assert(next_index != NULL);
100 stepped_up = PyNumber_Add(next_index, one);
112 Py_DECREF(next_index);
117 PyTuple_SET_ITEM(result, 0, next_index);
125 PyObject *next_index; local
137 next_index = PyInt_FromSsize_t(en->en_index);
138 if (next_index == NULL) {
151 Py_DECREF(next_index);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 45 u64 next_index; member in struct:squashfs_cache_entry
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 32 long long next_index; member in struct:squashfs_cache_entry
  /external/libjpeg-turbo/simd/
jdsample-altivec.c 47 next_index = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}, local
79 p_next0 = vec_perm(this0, next0, next_index);
148 next_index = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}, local
210 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
213 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
228 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index);
229 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index);
236 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index);
237 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index);
  /art/runtime/base/
hash_set.h 320 size_t next_index = empty_index; local
323 next_index = NextIndex(next_index);
324 T& next_element = ElementForIndex(next_index);
332 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
336 size_t unwrapped_next_index = next_index;
351 empty_index = next_index;
  /external/ImageMagick/MagickCore/
compress.c 947 next_index;
982 next_index=LZWEod+1;
1006 table[next_index].prefix=(ssize_t) last_code;
1007 table[next_index].suffix=(short) pixels[i];
1008 table[next_index].next=table[last_code].next;
1009 table[last_code].next=(ssize_t) next_index;
1010 next_index++;
1014 if ((next_index >> code_width) != 0)
1030 next_index=LZWEod+1;
940 next_index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 56 unsigned next_index; member in struct:r600_pipe_fences
  /external/v8/src/builtins/
builtins-string.cc 1289 Node* next_index = local
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 157 long long *next_index)
248 if (next_index)
249 *next_index = index + c_byte + (length ? 0 :
271 long long next_index; local
323 block, 0, &next_index))) {
332 msblk->block_cache[i].next_index = next_index;
346 *next_block = msblk->block_cache[i].next_index;
360 block = msblk->block_cache[i].next_index;
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/v8/src/compiler/
js-builtin-reducer.cc 446 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, local
448 next_index = graph()->NewNode(simplified()->NumberToUint32(), next_index);
453 iterator, next_index, etrue1, if_true1);
565 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, local
567 next_index = graph()->NewNode(simplified()->NumberToUint32(), next_index);
572 iterator, next_index, etrue2, if_true2);
1703 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 149 unsigned next_index; member in struct:r600_pipe_fences
  /art/compiler/optimizing/
nodes.h 2278 size_t next_index = next->GetIndex(); local
2298 size_t next_index = next->GetIndex(); local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 

Completed in 911 milliseconds

1 2