Home
last modified time | relevance | path

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

12

/external/icing/icing/legacy/index/
Dicing-dynamic-trie.h74 uint32_t next_index() const { return next_index_; } in next_index() function
75 void set_next_index(uint32_t next_index) { next_index_ = next_index; } in set_next_index()
109 uint32_t next_index() const { return freelink.next_index; } in next_index() function
110 void set_next_index(uint32_t next_index) { in set_next_index()
131 uint32_t next_index : 32; member
Dicing-dynamic-trie.cc1535 bool IcingDynamicTrie::ResetNext(uint32_t next_index) { in ResetNext()
1662 uint32_t next_index = in Insert() local
1666 uint32_t next_index = storage_->GetSuffixIndex(prev_suffix + common_len); in Insert() local
1674 uint32_t next_index = storage_->MakeSuffix( in Insert() local
1678 uint32_t next_index = storage_->MakeSuffix(key + key_offset + common_len, in Insert() local
1693 uint32_t next_index = in Insert() local
1697 uint32_t next_index = in Insert() local
2489 for (uint32_t next_index : nexts_to_reset) { in Delete() local
/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h94 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
131 PyObject *next_index; in enum_next() local
/external/perfetto/src/profiling/memory/
Dbookkeeping_dump.h87 uint64_t* next_index = intern_state_->HeapprofdNextIndexMutable(); in MakeProfilePacket() local
/external/proguard/src/proguard/wtk/
DProGuardObfuscator.java123 int next_index = classPathString.indexOf(separator, index); in classPath() local
/external/python/cpython3/Objects/
Denumobject.c104 PyObject *next_index; in enum_next_long() local
149 PyObject *next_index; in enum_next() 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/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl.h143 Index next_index = 0; in Compute() local
Dragged_tensor_to_sparse_kernel.cc81 int next_index = 0; in Compute() local
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc272 size_t next_index = static_cast<size_t>( in ConvertSlowpath() local
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py91 def next_index(self): member in StringTable
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs1264 let next_index = new_tail.wrapping_add(1 << SHIFT); in push() localVariable
1354 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal() localVariable
1473 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal_batch() localVariable
1631 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal_batch_and_pop() localVariable
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc382 size_t next_index = in ProcessConnectivityChangeLocked() local
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner_test.cc56 for (int64 next_index = start_index; next_index < end_index; ++next_index) { in RunConsumer() local
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner.cc173 const size_t next_index = start_index + i; in FindNextMatch() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp319 auto next_index = idx.begin(); in sort_varying_inputs() local
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c594 unsigned next_index; member
699 unsigned *next_index, bool *initialised) in get_next_index()
743 unsigned *next_index = state->current_var->data.bindless ? in update_uniforms_shader_info() local
/external/brotli/c/enc/
Dblock_splitter_inc.h306 uint32_t next_index = 0; in FN() local
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/
Dpick_first.cc522 size_t next_index = in ProcessConnectivityChangeLocked() local
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h268 kmp_uint64 next_index = 1 - current_index; in barrier() local
315 kmp_uint64 next_index = 1 - current_index; in barrier() local
/external/tensorflow/tensorflow/core/util/
Dstrided_slice_op.cc110 int32 next_index = std::min(dense->dims - (sparse.dims - i) + 1 + in BuildDenseSpec() local

12