HomeSort by relevance Sort by last modified time
    Searched full:zerofill (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 361 pixelArray->zeroFill();
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 643 // DATA, __common section with the .zerofill directive.
648 // with the .zerofill directive (aka .lcomm).
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 547 // Note: a .zerofill directive does not switch sections.
548 OS << ".zerofill ";
    [all...]
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 81 /// True if this is a MachO target that supports the macho-specific .zerofill
  /external/llvm/include/llvm/Support/
MachO.h 199 /// S_THREAD_LOCAL_ZEROFILL - Thread local zerofill section.
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 396 // .zerofill __DATA, __bss, _foo, 400, 5
426 // Handle the zerofill directive on darwin, which is a special form of BSS
429 if (Size == 0) Size = 1; // zerofill of 0 bytes is undefined.
433 // .zerofill __DATA, __common, _foo, 400, 5
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 446 // module asm ".zerofill __FOO, __foo, _bar_baz_qux, 0"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 162 #define S_ZEROFILL 0x1 /* zerofill, in-memory only */
    [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/mksh/src/
funcs.c 954 * leftadj, zerofill, etc., but POSIX says must
    [all...]

Completed in 365 milliseconds

12