Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/libprotobuf-mutator/src/
Dfield_instance.h100 void Load(int32_t* value) const { in Load() function
106 void Load(int64_t* value) const { in Load() function
112 void Load(uint32_t* value) const { in Load() function
118 void Load(uint64_t* value) const { in Load() function
124 void Load(double* value) const { in Load() function
130 void Load(float* value) const { in Load() function
136 void Load(bool* value) const { in Load() function
142 void Load(Enum* value) const { in Load() function
152 void Load(std::string* value) const { in Load() function
158 void Load(std::unique_ptr<protobuf::Message>* value) const { in Load() function
/external/libbrillo/brillo/
Dosrelease_reader.cc14 void OsReleaseReader::Load() { in Load() function in brillo::OsReleaseReader
28 void OsReleaseReader::Load(const base::FilePath& root_dir) { in Load() function in brillo::OsReleaseReader
/external/gemmlowp/test/
Dtest_fixedpoint.cc34 T Load(const typename FixedPointRawTypeTraits<T>::ScalarRawType* src) { in Load() function
43 int32x4_t Load<int32x4_t>(const std::int32_t* src) { in Load() function
47 int16x8_t Load<int16x8_t>(const std::int16_t* src) { in Load() function
61 __m128i Load<__m128i>(const std::int32_t* src) { in Load() function
69 int16x8_m128i Load<int16x8_m128i>(const std::int16_t* src) { in Load() function
80 v4i32 Load<v4i32>(const std::int32_t* src) { in Load() function
84 v8i16 Load<v8i16>(const std::int16_t* src) { in Load() function
99 __m256i Load<__m256i>(const std::int32_t* src) { in Load() function
104 int16x16_m256i Load<int16x16_m256i>(const std::int16_t* src) { in Load() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DLoadTile.h90 INLINE static void Load( in Load() function
132 static void Load( in Load() function
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Ddata_access.py101 def Load(cls, filepath): member in AudioProcConfigFile
133 def Load(cls, filepath): member in ScoreFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp169 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local
213 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Gep, AlignVal); in scalarizeMaskedLoad() local
417 LoadInst *Load = in scalarizeMaskedGather() local
462 LoadInst *Load = in scalarizeMaskedGather() local
627 LoadInst *Load = in scalarizeMaskedExpandLoad() local
673 LoadInst *Load = Builder.CreateAlignedLoad(EltTy, Ptr, 1); in scalarizeMaskedExpandLoad() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp24 std::unique_ptr<CPDF_Function> CPDF_Function::Load( in Load() function in CPDF_Function
31 std::unique_ptr<CPDF_Function> CPDF_Function::Load( in Load() function in CPDF_Function
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp679 for (const auto &Load : Obj->load_commands()) { in printMachODataInCode() local
701 for (const auto &Load : Obj->load_commands()) { in printMachOVersionMin() local
746 for (const auto &Load : Obj->load_commands()) { in printMachODysymtab() local
773 for (const auto &Load : Obj->load_commands()) { in printMachOSegment() local
794 for (const auto &Load : Obj->load_commands()) { in printMachOIndirectSymbols() local
810 for (const auto &Load : Obj->load_commands()) { in printMachOLinkerOptions() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp86 bool AMDGPUAnnotateUniformValues::isClobberedInFunction(LoadInst * Load) { in isClobberedInFunction()
127 auto isGlobalLoad = [&](LoadInst &Load)->bool { in visitLoadInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassPlugin.cpp16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load() function in PassPlugin
/external/skia/include/private/
DSkNx_neon.h39 AI static SkNx Load(const void* ptr) { return vld1_f32((const float*)ptr); } in Load() function
162 AI static SkNx Load(const void* ptr) { return vld1q_f32((const float*)ptr); } in Load() function
307 AI static SkNx Load(const void* ptr) { return vld1_u16((const uint16_t*)ptr); } in Load() function
364 AI static SkNx Load(const void* ptr) { return vld1q_u16((const uint16_t*)ptr); } in Load() function
415 AI static SkNx Load(const void* ptr) { in Load() function
444 AI static SkNx Load(const void* ptr) { return vld1_u8((const uint8_t*)ptr); } in Load() function
470 AI static SkNx Load(const void* ptr) { return vld1q_u8((const uint8_t*)ptr); } in Load() function
507 AI static SkNx Load(const void* ptr) { in Load() function
565 AI static SkNx Load(const void* ptr) { in Load() function
DSkNx_sse.h44 AI static SkNx Load(const void* ptr) { in Load() function
134 AI static SkNx Load(const void* ptr) { return _mm_loadu_ps((const float*)ptr); } in Load() function
246 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
316 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function
363 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
420 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function
490 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
595 AI static SkNx Load(const void* ptr) { return _mm_cvtsi32_si128(*(const int*)ptr); } in Load() function
616 AI static SkNx Load(const void* ptr) { return _mm_loadl_epi64((const __m128i*)ptr); } in Load() function
658 AI static SkNx Load(const void* ptr) { return _mm_loadu_si128((const __m128i*)ptr); } in Load() function
/external/swiftshader/tests/regres/testlist/
Dtestlist.go52 func (g *Group) Load() error { func
130 func Load(root, jsonPath string) (Lists, error) { func
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_if.cc26 std::unique_ptr<TimeZoneIf> TimeZoneIf::Load(const std::string& name) { in Load() function in absl::time_internal::cctz::TimeZoneIf
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
Druntime.cc169 auto Load = [](Object self, String name) -> Object { in Runtime() local
179 tensorflow::StatusOr<Object> Runtime::Load(const String& name) { in Load() function in tf::libtf::runtime::Runtime
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp35 } else if (auto *Load = dyn_cast<LoadInst>(U)) { in canTrackGlobalVariableInterprocedurally() local
/external/libchrome/components/policy/core/common/
Dfake_async_policy_loader.cc18 std::unique_ptr<PolicyBundle> FakeAsyncPolicyLoader::Load() { in Load() function in policy::FakeAsyncPolicyLoader
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp75 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local
117 Value *Load = RBuilder.CreateLoad(OpTy, SrcGEP, SrcIsVolatile); in createMemCpyLoopKnownSize() local
184 Value *Load = LoopBuilder.CreateLoad(LoopOpType, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local
237 Value *Load = ResBuilder.CreateLoad(Int8Type, SrcGEP, SrcIsVolatile); in createMemCpyLoopUnknownSize() local
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h33 Load = (1<<1), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.h32 Load = (1<<1), enumerator

1234567891011