/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/base/strings/ |
safe_sprintf.cc | 169 // to be emitted. The |pad| character is typically either a ' ' space 173 inline bool Pad(char pad, size_t padding, size_t len) { 174 DEBUG_CHECK(pad); 178 if (!Out(pad)) { 214 // the left of |padding|, if |pad| is '0'; and to the right of |padding| 215 // if |pad| is ' '. 219 char pad, size_t padding, const char* prefix); 275 char pad, size_t padding, const char* prefix) { 281 DEBUG_CHECK(pad == '0' || pad == ' ') 443 char pad; local [all...] |
/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...] |