Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 – 25 of 176) sorted by relevance

12345678

/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc351 #undef Fetch
352 #define Fetch Fetch64 macro
381 uint64_t a = Fetch(s) + k2; in HashLen0to16()
382 uint64_t b = Fetch(s + len - 8); in HashLen0to16()
407 uint64_t a = Fetch(s) * k1; in HashLen17to32()
408 uint64_t b = Fetch(s + 8); in HashLen17to32()
409 uint64_t c = Fetch(s + len - 8) * mul; in HashLen17to32()
410 uint64_t d = Fetch(s + len - 16) * k2; in HashLen17to32()
431 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds()
432 Fetch(s + 8), in WeakHashLen32WithSeeds()
[all …]
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc353 #undef Fetch
354 #define Fetch Fetch64 macro
383 uint64_t a = Fetch(s) + k2; in HashLen0to16()
384 uint64_t b = Fetch(s + len - 8); in HashLen0to16()
409 uint64_t a = Fetch(s) * k1; in HashLen17to32()
410 uint64_t b = Fetch(s + 8); in HashLen17to32()
411 uint64_t c = Fetch(s + len - 8) * mul; in HashLen17to32()
412 uint64_t d = Fetch(s + len - 16) * k2; in HashLen17to32()
433 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds()
434 Fetch(s + 8), in WeakHashLen32WithSeeds()
[all …]
/external/rust/crates/structopt/tests/
Dsubcommands.rs17 Fetch { enumerator
37 Opt::Fetch { in test_fetch()
45 Opt::Fetch { in test_fetch()
105 Fetch, enumerator
119 Opt3::Fetch, in test_null_commands()
131 struct Fetch { struct
141 Fetch(Fetch), argument
157 Opt4::Fetch(Fetch { in test_tuple_commands()
Dnested-subcommands.rs23 Fetch {}, enumerator
58 cmd: Sub::Fetch {} in test_fetch()
66 cmd: Sub::Fetch {} in test_fetch()
Dflatten.rs73 Fetch { in flatten_in_subcommand() enumerator
84 Opt::Fetch { in flatten_in_subcommand()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc79 Fetch(); in ELFSymbolIterator()
84 ELFSymbolIterator &operator++() { Fetch(); symbol_.index++; return *this; } in operator ++()
94 void Fetch() { in Fetch() function in google_breakpad::ELFSymbolIterator
/external/libchrome/components/policy/core/common/
Dexternal_data_fetcher.cc38 void ExternalDataFetcher::Fetch(const FetchCallback& callback) const { in Fetch() function in policy::ExternalDataFetcher
40 manager_->Fetch(policy_, callback); in Fetch()
Dexternal_data_manager.h30 virtual void Fetch(const std::string& policy,
/external/skia/src/core/
DSkMaskGamma.h35 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance()
47 static const SkColorSpaceLuminance& Fetch(SkScalar gamma);
112 const SkColorSpaceLuminance& paintConvert = SkColorSpaceLuminance::Fetch(paintGamma); in SkTMaskGamma()
113 const SkColorSpaceLuminance& deviceConvert = SkColorSpaceLuminance::Fetch(deviceGamma); in SkTMaskGamma()
/external/skqp/src/core/
DSkMaskGamma.h35 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance()
47 static const SkColorSpaceLuminance& Fetch(SkScalar gamma);
112 const SkColorSpaceLuminance& paintConvert = SkColorSpaceLuminance::Fetch(paintGamma); in SkTMaskGamma()
113 const SkColorSpaceLuminance& deviceConvert = SkColorSpaceLuminance::Fetch(deviceGamma); in SkTMaskGamma()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dr600.bitcast.ll15 ; EG-NEXT: Fetch clause starting at 6:
38 ; EG-NEXT: Fetch clause starting at 6:
60 ; EG-NEXT: Fetch clause starting at 6:
82 ; EG-NEXT: Fetch clause starting at 6:
104 ; EG-NEXT: Fetch clause starting at 6:
126 ; EG-NEXT: Fetch clause starting at 6:
151 ; EG-NEXT: Fetch clause starting at 6:
191 ; EG-NEXT: Fetch clause starting at 6:
Dvtx-schedule.ll8 ; CHECK: Fetch clause
10 ; CHECK: Fetch clause
Dr600.extract-lowbits.ll57 ; EG-NEXT: Fetch clause starting at 6:
76 ; CM-NEXT: Fetch clause starting at 6:
165 ; EG-NEXT: Fetch clause starting at 6:
184 ; CM-NEXT: Fetch clause starting at 6:
273 ; EG-NEXT: Fetch clause starting at 6:
296 ; CM-NEXT: Fetch clause starting at 6:
389 ; EG-NEXT: Fetch clause starting at 6:
411 ; CM-NEXT: Fetch clause starting at 6:
/external/llvm/test/CodeGen/AMDGPU/
Dvtx-schedule.ll8 ; CHECK: Fetch clause
10 ; CHECK: Fetch clause
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp42 auto Fetch = std::make_unique<EntryStage>(SrcMgr); in createDefaultPipeline() local
57 StagePipeline->appendStage(std::move(Fetch)); in createDefaultPipeline()
/external/llvm-project/llvm/lib/MCA/
DContext.cpp42 auto Fetch = std::make_unique<EntryStage>(SrcMgr); in createDefaultPipeline() local
57 StagePipeline->appendStage(std::move(Fetch)); in createDefaultPipeline()
/external/google-breakpad/src/common/
Dstabs_reader.h156 EntryIterator &operator++() { Fetch(); entry_.index++; return *this; }
166 void Fetch();
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto36 // Fetch represents a single fetch tensor in the graph, which corresponds to an
38 message Fetch { message
75 repeated Fetch fetch = 2;
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp268 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in UncheckedPixelFetcher
276 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in DecalPixelFetcher
301 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
302 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
303 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
304 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
311 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
312 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
326 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
327 m[2] = PixelFetcher::Fetch(src, x + 1, y - 1, srcBounds); in lightBitmap()
[all …]
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp264 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in UncheckedPixelFetcher
272 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in DecalPixelFetcher
297 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
298 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
299 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
300 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
307 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
308 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
322 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
323 m[2] = PixelFetcher::Fetch(src, x + 1, y - 1, srcBounds); in lightBitmap()
[all …]
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py112 def Fetch(self): member in GoodCommit
120 self.Fetch()
/external/pigweed/
DWORKSPACE98 # Fetch gcc-arm-none-eabi compiler and register for toolchain
114 # Fetch LLVM/Clang compiler and register for toolchain resolution.
/external/python/cpython3/Lib/test/
Dtest_msilib.py30 record = view.Fetch()
49 record = view.Fetch()
/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp37 …ASSERT(imageDescriptor->imageViewId != 0 && (samplerId != 0 || instruction.samplerMethod == Fetch)… in getImageSampler()
127 …on.samplerMethod == Lod || instruction.samplerMethod == Bias || instruction.samplerMethod == Fetch) in emitSamplerRoutine()
207 if(instruction.samplerMethod == Fetch) in convertFilterMode()
/external/rust/crates/structopt/examples/
Dgit.rs13 Fetch { enumerator

12345678