HomeSort by relevance Sort by last modified time
    Searched defs:Fill (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/chromium_org/third_party/libwebp/dsp/
enc.c 200 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
213 Fill(dst, 127, size);
225 Fill(dst, 129, size);
254 Fill(dst, 129, size);
279 Fill(dst, DC, size);
348 Fill(dst, dc >> 3, 4);
  /external/webp/src/dsp/
enc.c 200 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
213 Fill(dst, 127, size);
225 Fill(dst, 129, size);
254 Fill(dst, 129, size);
279 Fill(dst, DC, size);
348 Fill(dst, dc >> 3, 4);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 164 // Extract the length and alignment and fill if they are constant.
185 // Extract the fill value and store.
186 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
187 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 721 /// Walk tree with depth-first-search and fill nodes buffer.
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
    [all...]

Completed in 557 milliseconds

12