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

  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 189 char Pad = ' ', Byte = ' ';
195 Pad = '~';
198 char Buffer[] = { Pad, Pad, P == Loc ? '^' : Byte, Byte, 0 };
  /external/llvm/include/llvm/Support/
OutputBuffer.h 44 size_t Pad = Boundary - (Size & (Boundary - 1));
45 Output.resize(Size + Pad);
  /external/chromium/base/
sha1_portable.cc 50 void Pad();
119 Pad();
136 void SecureHashAlgorithm::Pad() {
140 // pad out to next block
  /external/chromium_org/base/
sha1_portable.cc 50 void Pad();
119 Pad();
136 void SecureHashAlgorithm::Pad() {
140 // pad out to next block
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 91 virtual bool Pad(size_t bytes) {
  /external/llvm/lib/Option/
OptTable.cpp 346 int Pad = OptionFieldWidth - int(Option.size());
350 if (Pad < 0) {
352 Pad = OptionFieldWidth + InitialPad;
354 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 67 inline void Pad(raw_ostream& Out, unsigned A) {
217 Pad(out, 4);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 406 // Pad to a multiple of the pointer size.
596 // Explicitly pad the section to match the alignment requirements of the
854 uint64_t Pad = getPaddingSize(it, Layout);
855 for (unsigned int i = 0; i < Pad; ++i)
    [all...]
MCDwarf.cpp 525 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
526 if (Pad == 2 * AddrSize)
527 Pad = 0;
528 Length += Pad;
553 for(int i = 0; i < Pad; i++)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xcms.h 156 * PAD
179 XcmsPad Pad;
197 char pad[3]; member in struct:_XcmsPerScrnInfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/X11/
Xcms.h 156 * PAD
179 XcmsPad Pad;
197 char pad[3]; member in struct:_XcmsPerScrnInfo
  /external/chromium_org/v8/src/
serialize.cc     [all...]

Completed in 258 milliseconds