Home
last modified time | relevance | path

Searched defs:current_index (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/zephyr_riscv/src/
Daccelerometer_handler.cc27 int current_index = 0; variable
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.cc65 int16_t current_index = root->global_empty_page_ring_index; in PartitionRegisterEmptyPage() local
/external/rust/crates/crossbeam-utils/src/sync/
Dsharded_lock.rs227 let current_index = current_index().unwrap_or(0); in try_read() localVariable
287 let current_index = current_index().unwrap_or(0); in read() localVariable
570 fn current_index() -> Option<usize> { in current_index() function
/external/tensorflow/tensorflow/core/platform/windows/
Dstacktrace_handler.cc92 int current_index = start_index + num_hex_chars; in PtrToString() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_composite_insert.cpp196 std::vector<uint32_t> current_index; in AddDataSynonymFacts() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_insert.cpp196 std::vector<uint32_t> current_index; in AddDataSynonymFacts() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_composite_insert.cpp201 std::vector<uint32_t> current_index; in AddDataSynonymFacts() local
/external/e2fsprogs/contrib/android/
De2fsdroid.c169 size_t current_index; in parse_ugid_map() local
/external/tensorflow/tensorflow/core/framework/
Drun_handler.h278 int current_index; member
Drun_handler.cc488 int current_index = thread_data_[thread_id].current_index; in FindTask() local
/external/rust/crates/rayon/src/iter/find_first_last/
Dmod.rs80 fn current_index(&self) -> usize { in current_index() method
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h267 kmp_uint64 current_index = tdata->index; in barrier() local
314 kmp_uint64 current_index = tdata->index; in barrier() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.cc152 int current_index, const ScopedHandles& outputs, in PopulateOpWorkingSet()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp406 int current_index = m_next_register_index; in allocate_arrays() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp970 void runCallbackOnCombination(std::vector<deBool>& array, size_t current_index, CallbackFunction ca… in runCallbackOnCombination()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc353 const std::vector<int64_t> &current_index) { in GetElementIndex()
367 std::vector<int64_t> &current_index = *current_index_ptr; in IncrementIndex() local
413 std::vector<int64_t> current_index(type.getRank(), 0); in ConstFoldBinaryOpDenseDense() local
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c40 uint32_t current_index; member