| /external/tensorflow/tensorflow/lite/profiling/ |
| D | profile_buffer.h | 86 const auto next_index = GetNextEntryIndex(); in BeginEvent() local 144 const auto next_index = GetNextEntryIndex(); in AddEvent() local
|
| /external/icing/icing/legacy/index/ |
| D | icing-dynamic-trie.h | 75 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
|
| D | icing-dynamic-trie.cc | 1487 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/ |
| D | sync_buffer.h | 96 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 | 85 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 | 106 PyObject *next_index; in enum_next_long() local 156 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/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_interval_deque.h | 323 const std::size_t next_index = cached_index + 1; in DataAt() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | segment_reduction_ops_impl.h | 141 Index next_index = 0; in Compute() local
|
| D | ragged_tensor_to_sparse_kernel.cc | 84 int next_index = 0; in Compute() local
|
| /external/rust/crates/crossbeam-queue/src/ |
| D | seg_queue.rs | 244 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/ |
| D | clock_tracker.cc | 297 size_t next_index = static_cast<size_t>( in ConvertSlowpath() local
|
| /external/rust/crates/tokio-util/src/codec/ |
| D | lines_codec.rs | 19 next_index: usize, field
|
| D | any_delimiter_codec.rs | 48 next_index: usize, field
|
| /external/tensorflow/tensorflow/python/profiler/ |
| D | pprof_profiler.py | 87 def next_index(self): member in StringTable
|
| /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/squashfs-tools/kernel-2.4/include/linux/ |
| D | squashfs_fs_sb.h | 32 long long next_index; member
|
| /external/rust/crates/crossbeam-deque/src/ |
| D | deque.rs | 1389 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/ |
| D | video_temporal_aligner.cc | 173 const size_t next_index = start_index + i; in FindNextMatch() local
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_runtime.h | 56 Py_ssize_t next_index; member
|
| /external/squashfs-tools/kernel/include/linux/ |
| D | squashfs_fs_sb.h | 32 long long next_index; member
|
| /external/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_shaderio.cpp | 319 auto next_index = idx.begin(); in sort_varying_inputs() local
|