Home
last modified time | relevance | path

Searched refs:NextIndex (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatrep.h157 index = NextIndex(index, num_probes); in Find()
198 index = NextIndex(index, num_probes); in FindOrInsert()
335 index = NextIndex(index, num_probes); in FreshInsert()
340 inline size_t NextIndex(size_t i, uint32 num_probes) const { in NextIndex() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp112 IndexT NextIndex = FirstDefinedIndex; member in Ice::LoopAnalyzer
161 assert(NextIndex == FirstDefinedIndex); in computeLoopNestDepth()
192 Node.visit(NextIndex++); in processNode()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dtest_util.cc52 } while (NextIndex(num_dims, reinterpret_cast<const int*>(dims_data), in QuantizeInt8PerChannel()
93 } while (NextIndex(num_dims, reinterpret_cast<const int*>(dims_data), in GetInt8QuantizationScalePerChannel()
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DReduce.cpp19 bool NextIndex(const unsigned int numDims, const armnn::TensorShape& dims, std::vector<unsigned int… in NextIndex() function
117 for (bool hasNext = true; hasNext; hasNext = NextIndex(inputNumDims, inputDims, tempIndex)) in Reduce()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStratifiedSets.h323 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local
324 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs()
326 CurrentIndex = NextIndex; in propagateAttrs()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DStratifiedSets.h334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local
335 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs()
337 CurrentIndex = NextIndex; in propagateAttrs()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h324 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() local
325 auto &NextBits = Links[NextIndex].Attrs; in propagateAttrs()
327 CurrentIndex = NextIndex; in propagateAttrs()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dhash_set.h421 next_index = NextIndex(next_index); in erase()
657 size_t NextIndex(size_t index) const { in NextIndex() function
691 index = NextIndex(index); in FindIndexImpl()
763 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dhash_set.h421 next_index = NextIndex(next_index); in erase()
657 size_t NextIndex(size_t index) const { in NextIndex() function
691 index = NextIndex(index); in FindIndexImpl()
763 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dhash_set.h428 next_index = NextIndex(next_index); in erase()
685 size_t NextIndex(size_t index) const { in NextIndex() function
723 index = NextIndex(index); in FindIndexImpl()
795 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/art/libartbase/base/
H A Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dhash_set.h439 next_index = NextIndex(next_index); in erase()
696 size_t NextIndex(size_t index) const { in NextIndex() function
734 index = NextIndex(index); in FindIndexImpl()
806 index = NextIndex(index); in FirstAvailableSlot()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp35 const auto NextIndex = Files.size(); in insertFile() local
37 auto R = FileEntryToIndex.insert(std::make_pair(FE, NextIndex)); in insertFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp40 const auto NextIndex = Files.size(); in insertFile() local
42 auto R = FileEntryToIndex.insert(std::make_pair(FE, NextIndex)); in insertFile()
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DAssignEvaluator.h280 enum { NextIndex = Index + unpacket_traits<PacketType>::size };
281 copy_using_evaluator_innervec_CompleteUnrolling<Kernel, NextIndex, Stop>::run(kernel);
298 enum { NextIndex = Index_ + unpacket_traits<PacketType>::size };
299 …copy_using_evaluator_innervec_InnerUnrolling<Kernel, NextIndex, Stop, SrcAlignment, DstAlignment>:…
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dthread_pool_test.cc326 auto thread_idx = busy_thread_count.NextIndex(); in TEST_F()
365 busy_thread_count.NextIndex())); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Ddequantize.h71 } while (NextIndex(num_dims, reinterpret_cast<const int*>(dims_data), in PerChannelDequantize()
H A Dreduce.h72 } while (NextIndex(input_num_dims, input_dims, input_iter)); in Reduce()
103 } while (NextIndex(input_num_dims, input_dims, input_iter)); in Reduce()
H A Dquantize.h82 } while (NextIndex(num_dims, reinterpret_cast<const int*>(dims_data), in PerChannelQuantize()
/aosp_15_r20/external/clang/lib/AST/
H A DCommentSema.cpp959 unsigned NextIndex; member in clang::comments::__anon3fece4c20211::SimpleTypoCorrector
965 BestIndex(0), NextIndex(0) in SimpleTypoCorrector()
984 unsigned CurrIndex = NextIndex++; in addDecl()

12