Home
last modified time | relevance | path

Searched defs:NoEntry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.h170 static const size_t NoEntry = ~size_t(0); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp155 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp154 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp151 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_parser_test.cc2900 TEST_F(HloParserTest, NoEntry) { in TEST_F() argument