HomeSort by relevance Sort by last modified time
    Searched refs:Pad (Results 1 - 22 of 22) 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/chromium_org/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/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/chromium_org/third_party/ots/include/
opentype-sanitiser.h 91 virtual bool Pad(size_t bytes) {
  /external/chromium_org/v8/src/
serialize.h 224 kNop = 0xd, // Does nothing, used to pad.
583 void Pad();
652 Pad();
serialize.cc     [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 67 inline void Pad(raw_ostream& Out, unsigned A) {
217 Pad(out, 4);
  /external/chromium_org/third_party/ots/test/
layout_common_table_test.cc 107 if (!out->Pad(2 * lookup_count)) {
117 !out->Pad(2 * subtable_count) ||
125 if (!out->Pad(256 * lookup_count * subtable_count)) {
225 if (!out->Pad(num_units * 2)) {
  /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 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...]
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/chromium_org/third_party/ots/src/
ots.cc 593 if (!output->Pad(16 * num_output_tables)) {
631 if (!output->Pad((4 - (end_offset & 3)) % 4)) {
cmap.cc 862 if (!out->Pad(num_subtables * 8)) {
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 271 // Pad 0's so that we emit tokens to a 4-byte alignment.
273 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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 852 //Pad with silence if we're underrunning:
    [all...]

Completed in 686 milliseconds