Home
last modified time | relevance | path

Searched defs:next_index (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h36 int next_index = index + children_count_; in set_children_index() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h83 size_t next_index() const { return next_index_; } in next_index() function
/external/python/cpython2/Objects/
Denumobject.c85 PyObject *next_index; in enum_next_long() local
125 PyObject *next_index; in enum_next() local
/external/proguard/src/proguard/wtk/
DProGuardObfuscator.java123 int next_index = classPathString.indexOf(separator, index); in classPath() local
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c83 int length, u64 *next_index, int srclength) in squashfs_read_data()
Dsquashfs_fs_sb.h45 u64 next_index; member
/external/libjpeg-turbo/simd/
Djdsample-altivec.c47 next_index = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}, in jsimd_h2v1_fancy_upsample_altivec() local
148 next_index = {2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}, in jsimd_h2v2_fancy_upsample_altivec() local
/external/v8/src/
Didentity-map.cc100 int next_index = index; in DeleteIndex() local
Ddeoptimizer.cc3770 Handle<Object> next_index = materializer.FieldAt(value_index); in MaterializeCapturedObjectAt() local
3788 Handle<Object> next_index = materializer.FieldAt(value_index); in MaterializeCapturedObjectAt() local
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/brotli/enc/
Dblock_splitter_inc.h302 uint32_t next_index = 0; in FN() local
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c157 long long *next_index) in squashfs_read_data()
271 long long next_index; in squashfs_get_cached_block() local
/external/ImageMagick/MagickCore/
Dcompress.c940 next_index; in LZWEncodeImage() local
/external/v8/src/compiler/
Djs-builtin-reducer.cc439 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceFastArrayIteratorNext() local
567 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceTypedArrayIteratorNext() local
1844 Node* next_index = graph()->NewNode(simplified()->NumberAdd(), index, in ReduceStringIteratorNext() local
/external/v8/src/runtime/
Druntime-regexp.cc102 int next_index = i + 1; in ParseReplacementPattern() local
/external/v8/src/builtins/
Dbuiltins-string.cc1877 Node* next_index = SmiAdd(index, SmiConstant(Smi::FromInt(1))); in LoadSurrogatePairAt() local