Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/profiling/
Dprofile_buffer.h86 const auto next_index = GetNextEntryIndex(); in BeginEvent() local
144 const auto next_index = GetNextEntryIndex(); in AddEvent() local
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.h75 uint32_t next_index() const { return next_index_; } in next_index() function
76 void set_next_index(uint32_t next_index) { next_index_ = next_index; } in set_next_index()
110 uint32_t next_index() const { return freelink.next_index; } in next_index() function
111 void set_next_index(uint32_t next_index) { in set_next_index()
132 uint32_t next_index : 32; member
Dicing-dynamic-trie.cc1487 bool IcingDynamicTrie::ResetNext(uint32_t next_index) { in ResetNext()
1613 uint32_t next_index = in Insert() local
1617 uint32_t next_index = storage_->GetSuffixIndex(prev_suffix + common_len); in Insert() local
1625 uint32_t next_index = storage_->MakeSuffix( in Insert() local
1629 uint32_t next_index = storage_->MakeSuffix(key + key_offset + common_len, in Insert() local
1644 uint32_t next_index = in Insert() local
1648 uint32_t next_index = in Insert() local
2505 for (uint32_t next_index : nexts_to_reset) { in Delete() local
/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer.h96 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.h85 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.c106 PyObject *next_index; in enum_next_long() local
156 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/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_interval_deque.h323 const std::size_t next_index = cached_index + 1; in DataAt() local
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl.h141 Index next_index = 0; in Compute() local
Dragged_tensor_to_sparse_kernel.cc84 int next_index = 0; in Compute() local
/external/rust/crates/crossbeam-queue/src/
Dseg_queue.rs244 let next_index = new_tail.wrapping_add(1 << SHIFT); in push() localVariable
336 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in pop() localVariable
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc297 size_t next_index = static_cast<size_t>( in ConvertSlowpath() local
/external/rust/crates/tokio-util/src/codec/
Dlines_codec.rs19 next_index: usize, field
Dany_delimiter_codec.rs48 next_index: usize, field
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py87 def next_index(self): member in StringTable
/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/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs1389 let next_index = new_tail.wrapping_add(1 << SHIFT); in push() localVariable
1479 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal() localVariable
1637 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal_batch_with_limit() localVariable
1834 let mut next_index = (new_head & !HAS_NEXT).wrapping_add(1 << SHIFT); in steal_batch_with_limit_and_pop() localVariable
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_temporal_aligner.cc173 const size_t next_index = start_index + i; in FindNextMatch() local
/external/python/cpython3/Include/internal/
Dpycore_runtime.h56 Py_ssize_t next_index; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h32 long long next_index; member
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp319 auto next_index = idx.begin(); in sort_varying_inputs() local

123