/external/libtextclassifier/utils/hash/ |
D | farmhash.cc | 353 #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/ |
D | elf_symbols_to_module.cc | 79 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/ |
D | SkMaskGamma.h | 35 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/ |
D | SkMaskGamma.h | 35 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/ |
D | vtx-schedule.ll | 8 ; CHECK: Fetch clause 10 ; CHECK: Fetch clause
|
D | r600.extract-lowbits.ll | 57 ; 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:
|
D | fetch-limits.r600.ll | 7 ; CHECK: Fetch clause 8 ; CHECK: Fetch clause
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | vtx-schedule.ll | 8 ; CHECK: Fetch clause 10 ; CHECK: Fetch clause
|
D | fetch-limits.r600.ll | 7 ; CHECK: Fetch clause 8 ; CHECK: Fetch clause
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla.proto | 35 // Fetch represents a single fetch tensor in the graph, which corresponds to an 37 message Fetch { message 58 repeated Fetch fetch = 2;
|
D | tf2xla_util_test.cc | 56 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/ |
D | stabs_reader.h | 157 EntryIterator &operator++() { Fetch(); entry_.index++; return *this; } 167 void Fetch();
|
D | stabs_reader.cc | 55 Fetch(); in EntryIterator() 58 void StabsReader::EntryIterator::Fetch() { in Fetch() function in google_breakpad::StabsReader::EntryIterator
|
/external/skqp/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 264 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/ |
D | SkLightingImageFilter.cpp | 266 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/ |
D | update_glslang_sources.py | 112 def Fetch(self): member in GoodCommit 120 self.Fetch()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 220 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/ |
D | BufferedTokenStream.cs | 191 Fetch(n); in Sync() 195 protected virtual void Fetch(int n) { in Fetch() method in Antlr.Runtime.BufferedTokenStream
|
/external/curl/docs/cmdline-opts/ |
D | head.d | 6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
|
/external/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 16 request do_fetch, "Fetch an icount entry",
|
/external/clang/test/SemaCXX/ |
D | class-base-member-init.cpp | 107 void Fetch() { in Fetch() function
|
/external/v8/tools/release/ |
D | auto_push.py | 45 self.vc.Fetch()
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 157 bool Fetch; member 174 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
|
/external/python/cpython2/Tools/msi/ |
D | msilib.py | 155 r=v.Fetch() 173 r = v.Fetch() 208 r = v.Fetch() 217 r = v1.Fetch()
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 479 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 …]
|