Home
last modified time | relevance | path

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

12345

/external/libtextclassifier/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/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
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:
Dfetch-limits.r600.ll7 ; CHECK: Fetch clause
8 ; CHECK: Fetch clause
/external/llvm/test/CodeGen/AMDGPU/
Dvtx-schedule.ll8 ; CHECK: Fetch clause
10 ; CHECK: Fetch clause
Dfetch-limits.r600.ll7 ; CHECK: Fetch clause
8 ; CHECK: Fetch clause
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.proto35 // Fetch represents a single fetch tensor in the graph, which corresponds to an
37 message Fetch { message
58 repeated Fetch fetch = 2;
Dtf2xla_util_test.cc56 tf2xla::Fetch* fetch = config.add_fetch(); in TEST()
104 tf2xla::Fetch* fetch = config.add_fetch(); in TEST()
125 tf2xla::Fetch* fetch = config.add_fetch(); in TEST()
149 tf2xla::Fetch* fetch = config.add_fetch(); in TEST()
/external/google-breakpad/src/common/
Dstabs_reader.h157 EntryIterator &operator++() { Fetch(); entry_.index++; return *this; }
167 void Fetch();
Dstabs_reader.cc55 Fetch(); in EntryIterator()
58 void StabsReader::EntryIterator::Fetch() { in Fetch() function in google_breakpad::StabsReader::EntryIterator
/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/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp266 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in UncheckedPixelFetcher
274 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in DecalPixelFetcher
299 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
300 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
301 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
302 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
309 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
310 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
324 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
325 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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs220 Fetch(n); in Sync()
224 protected virtual void Fetch(int n) in Fetch() method in Antlr.Runtime.BufferedTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs191 Fetch(n); in Sync()
195 protected virtual void Fetch(int n) { in Fetch() method in Antlr.Runtime.BufferedTokenStream
/external/curl/docs/cmdline-opts/
Dhead.d6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
/external/e2fsprogs/tests/progs/
Dtest_icount_cmds.ct16 request do_fetch, "Fetch an icount entry",
/external/clang/test/SemaCXX/
Dclass-base-member-init.cpp107 void Fetch() { in Fetch() function
/external/v8/tools/release/
Dauto_push.py45 self.vc.Fetch()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp157 bool Fetch; member
174 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
/external/python/cpython2/Tools/msi/
Dmsilib.py155 r=v.Fetch()
173 r = v.Fetch()
208 r = v.Fetch()
217 r = v1.Fetch()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp479 if(function == Fetch) in sampleFilter()
580 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleAniso()
660 bool texelFetch = (function == Fetch); in sampleQuad2D()
855 bool texelFetch = (function == Fetch); in sample3D()
972 if(function == Fetch) in sampleFloatFilter()
1052 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleFloatAniso()
1145 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1211 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
1292 if(function != Lod && function != Fetch) in computeLod()
1346 else if(function == Fetch) in computeLod()
[all …]

12345