HomeSort by relevance Sort by last modified time
    Searched defs:Pad (Results 1 - 19 of 19) sorted by null

  /art/compiler/dwarf/
writer.h 153 void Pad(int alignment) {
  /external/llvm/include/llvm/Support/
OutputBuffer.h 44 size_t Pad = Boundary - (Size & (Boundary - 1));
45 Output.resize(Size + Pad);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 254 char Pad = ' ', Byte = ' ';
260 Pad = '~';
263 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
  /external/llvm/lib/Option/
OptTable.cpp 357 int Pad = OptionFieldWidth - int(Option.size());
361 if (Pad < 0) {
363 Pad = OptionFieldWidth + InitialPad;
365 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp_p.c 25 short Pad;
30 short Pad;
    [all...]
usbuser.h 124 UCHAR Pad[3];
usb.h 480 ULONG Pad;
rpcndr.h 127 void *pad[2]; member in struct:_NDR_SCONTEXT
251 unsigned char Pad;
442 short Pad;
    [all...]
usbioctl.h 393 USHORT Pad;
windns.h 401 WORD Pad;
407 WORD Pad;
444 WORD Pad;
457 WORD Pad;
495 WORD Pad;
503 WORD Pad;
ntsecapi.h 553 ULONG Pad;
    [all...]
netmon.h 457 WORD Pad;
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 446 // Pad to a multiple of the pointer size.
645 // Explicitly pad the section to match the alignment requirements of the
    [all...]
MCDwarf.cpp 577 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
578 if (Pad == 2 * AddrSize)
579 Pad = 0;
580 Length += Pad;
606 for(int i = 0; i < Pad; i++)
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 446 int Pad = FN.Width - Len;
448 --Pad;
449 if (Pad > 0)
450 this->indent(Pad);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 156 * PAD
179 XcmsPad Pad;
197 char pad[3]; member in struct:_XcmsPerScrnInfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xcms.h 154 * PAD
177 XcmsPad Pad;
195 char pad[3]; member in struct:_XcmsPerScrnInfo
  /external/v8/src/
serialize.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 767 milliseconds