/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.h | 74 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
|
D | icing-dynamic-trie.cc | 1535 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/ |
D | sync_buffer.h | 94 size_t next_index() const { return next_index_; } in next_index() function
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 85 PyObject *next_index; in enum_next_long() local 131 PyObject *next_index; in enum_next() local
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping_dump.h | 87 uint64_t* next_index = intern_state_->HeapprofdNextIndexMutable(); in MakeProfilePacket() local
|
/external/proguard/src/proguard/wtk/ |
D | ProGuardObfuscator.java | 123 int next_index = classPathString.indexOf(separator, index); in classPath() local
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 104 PyObject *next_index; in enum_next_long() local 149 PyObject *next_index; in enum_next() local
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 83 int length, u64 *next_index, int srclength) in squashfs_read_data()
|
D | squashfs_fs_sb.h | 45 u64 next_index; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops_impl.h | 143 Index next_index = 0; in Compute() local
|
D | ragged_tensor_to_sparse_kernel.cc | 81 int next_index = 0; in Compute() local
|
/external/perfetto/src/trace_processor/importers/common/ |
D | clock_tracker.cc | 272 size_t next_index = static_cast<size_t>( in ConvertSlowpath() local
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler.py | 91 def next_index(self): member in StringTable
|
/external/rust/crates/crossbeam-deque/src/ |
D | deque.rs | 1264 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/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/ |
D | pick_first.cc | 382 size_t next_index = in ProcessConnectivityChangeLocked() local
|
/external/tensorflow/tensorflow/core/data/service/ |
D | task_runner_test.cc | 56 for (int64 next_index = start_index; next_index < end_index; ++next_index) { in RunConsumer() local
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_temporal_aligner.cc | 173 const size_t next_index = start_index + i; in FindNextMatch() local
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shaderio.cpp | 319 auto next_index = idx.begin(); in sort_varying_inputs() local
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_link_uniforms.c | 594 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/ |
D | block_splitter_inc.h | 306 uint32_t next_index = 0; in FN() local
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/pick_first/ |
D | pick_first.cc | 522 size_t next_index = in ProcessConnectivityChangeLocked() local
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_dispatch_hier.h | 268 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/ |
D | strided_slice_op.cc | 110 int32 next_index = std::min(dense->dims - (sparse.dims - i) + 1 + in BuildDenseSpec() local
|