Home
last modified time | relevance | path

Searched defs:prev_index (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc132 int64_t prev_index = -1; in IndicesValidVectorFastPath() local
175 int64_t prev_index = -1; in IndicesValidMatrix32BitFastPath() local
/external/webrtc/modules/video_coding/
Dpacket_buffer.cc207 int prev_index = index > 0 ? index - 1 : buffer_.size() - 1; in PotentialNewFrame() local
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_sequence_state.h170 std::optional<uint64_t> prev_index; variable
Dheap_graph_tracker.h197 std::optional<uint64_t> prev_index; member
/external/skia/modules/skottie/utils/
DTextEditor.cpp148 const auto prev_index = prev_utf8(txt_prop.fText, fCursorIndex); in drawCursor() local
/external/mesa3d/src/gallium/drivers/iris/i915/
Diris_kmd_backend.c313 int prev_index = index_for_handle[bo->gem_handle]; in i915_batch_submit() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Doptimize.rs492 let prev_index = index_of_segment - 1; in compute_shortest_path() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Doptimize.rs492 let prev_index = index_of_segment - 1; in compute_shortest_path() localVariable
/external/grpc-grpc/test/cpp/ext/otel/
Dotel_plugin_test.cc154 size_t prev_index = 0; variable
/external/python/cpython3/Python/
Dinstrumentation.c1244 int prev_index = (int)(prev - _PyCode_CODE(code)); in _Py_call_instrumentation_line() local