Home
last modified time | relevance | path

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

123

/external/libtextclassifier/util/hash/
Dfarmhash.cc356 #undef Fetch
357 #define Fetch Fetch64 macro
386 uint64_t a = Fetch(s) + k2; in HashLen0to16()
387 uint64_t b = Fetch(s + len - 8); in HashLen0to16()
412 uint64_t a = Fetch(s) * k1; in HashLen17to32()
413 uint64_t b = Fetch(s + 8); in HashLen17to32()
414 uint64_t c = Fetch(s + len - 8) * mul; in HashLen17to32()
415 uint64_t d = Fetch(s + len - 16) * k2; in HashLen17to32()
436 return WeakHashLen32WithSeeds(Fetch(s), in WeakHashLen32WithSeeds()
437 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/skia/src/core/
DSkMaskGamma.h34 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance()
46 static const SkColorSpaceLuminance& Fetch(SkScalar gamma);
111 const SkColorSpaceLuminance& paintConvert = SkColorSpaceLuminance::Fetch(paintGamma); in SkTMaskGamma()
112 const SkColorSpaceLuminance& deviceConvert = SkColorSpaceLuminance::Fetch(deviceGamma); in SkTMaskGamma()
DSkMaskGamma.cpp57 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { in Fetch() function in SkColorSpaceLuminance
/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
Dfetch-limits.r700+.ll16 ; CHECK: Fetch clause
17 ; CHECK: Fetch clause
/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/skia/src/effects/
DSkLightingImageFilter.cpp263 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in UncheckedPixelFetcher
271 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in DecalPixelFetcher
296 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
297 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
298 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
299 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
306 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
307 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
321 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
322 m[2] = PixelFetcher::Fetch(src, x + 1, y - 1, srcBounds); in lightBitmap()
[all …]
/external/curl/docs/cmdline-opts/
Dhead.d6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
/external/antlr/antlr-3.4/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/antlr-3.4/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/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()
Dcommon_includes.py294 def Fetch(self): member in VCInterface
333 def Fetch(self): member in GitInterface
569 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/llvm/tools/llvm-config/
DCMakeLists.txt28 # Fetch target specific compile options, e.g. RTTI option
/external/swiftshader/src/Shader/
DSamplerCore.cpp110 Float lodBias = (function == Fetch) ? Float4(As<Int4>(q)).x : q.x; in sampleTexture()
342 Float lodBias = (function == Fetch) ? Float4(As<Int4>(q)).x : q.x; in sampleTexture()
622 if(function == Fetch) in sampleFilter()
721 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleAniso()
797 bool texelFetch = (function == Fetch); in sampleQuad2D()
988 bool texelFetch = (function == Fetch); in sample3D()
1103 if(function == Fetch) in sampleFloatFilter()
1181 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleFloatAniso()
1270 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1332 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_loop_gnu.s65 @ Fetch parameters from structures
DARM-E_interpolate_noloop_gnu.s63 @ Fetch parameters from structures
/external/python/cpython2/PCbuild/
Dget_externals.bat41 rem Fetch current versions
/external/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td24 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch

123