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

  /external/chromium/base/
sha1_portable.cc 50 void Pad();
119 Pad();
136 void SecureHashAlgorithm::Pad() {
140 // pad out to next block
  /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/clang/lib/Driver/
OptTable.cpp 318 int Pad = OptionFieldWidth - int(Option.size());
322 if (Pad < 0) {
324 Pad = OptionFieldWidth + InitialPad;
326 OS.indent(Pad + 1) << OptionHelp[i].second << '\n';
  /external/llvm/lib/Option/
OptTable.cpp 319 int Pad = OptionFieldWidth - int(Option.size());
323 if (Pad < 0) {
325 Pad = OptionFieldWidth + InitialPad;
327 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);
  /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/llvm/lib/MC/
MCDwarf.cpp 537 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
538 if (Pad == 2 * AddrSize)
539 Pad = 0;
540 Length += Pad;
565 for(int i = 0; i < Pad; i++)
    [all...]
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...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 272 // Pad 0's so that we emit tokens to a 4-byte alignment.
274 Pad(Out, 4);
  /external/chromium/chrome/browser/resources/net_internals/
util.js 282 // Pad the cell with spaces to make it fit the maximum column width.
  /external/llvm/unittests/ADT/
APFloatTest.cpp 27 static std::string convertToString(double d, unsigned Prec, unsigned Pad) {
30 F.toString(Buffer, Prec, Pad);
    [all...]

Completed in 1231 milliseconds