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

  /external/sfntly/cpp/src/sfntly/table/
subtable.h 50 virtual int32_t Padding() { return padding_; }
52 // Sets the amount of padding that is part of the data being used by this
54 void set_padding(int32_t padding) { padding_ = padding; }
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 92 unsigned Padding = NumBytesAtAlign4 % 8;
93 if (Padding == 0) {
95 // Everything is set: there's no padding and we don't need to add
99 // No existing padding; add in 4 bytes padding
104 assert(Padding == 4);
106 // Everything is set: there's 4 bytes padding and we don't need
110 // There are 4 bytes padding, but we don't need any; remove it.
119 // No existing padding and misaligned members; add in 4 bytes padding
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 40 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
42 /* Enough zeroes for padding. */
61 {Zeroes, sizeof(char), Padding}};
InstrProfilingBuffer.c 37 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
40 PROFILE_RANGE_SIZE(Counters) * sizeof(uint64_t) + NamesSize + Padding;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 238 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment);
239 WriteZeros(Padding);
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 315 unsigned Padding = (80-Name.length())/2;
316 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers
317 OS.indent(Padding) << Name << '\n';
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 67 @Param private Padding padding; field in class:CipherBenchmark
69 public enum Padding {
101 + padding.toString();
  /system/keymaster/include/keymaster/
authorization_set.h 521 AuthorizationSetBuilder& Padding(keymaster_padding_t padding) {
522 return Authorization(TAG_PADDING, padding);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java 66 /** The Padding parameter for FontInfo. */
67 public static class Padding {
70 public Padding () {
73 public Padding (int up, int down, int left, int right) {
86 /** The font "info" line; everything except padding is ignored by LibGDX's BitmapFont reader, it is otherwise just useful for
107 /** Padding that was applied to the font */
108 public Padding padding = new Padding(); field in class:BitmapFontWriter.FontInfo
137 * null to use default values. LibGDX ignores most of the "info" line when reading back fonts, only padding is used. Padding
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 39 /// and add padding if necessary.
47 /// and if it is possible to use that extra byte of padding we must use
59 /// code to access fields. Bitfields in tail position with tail padding may
61 /// that the tail padding is not used in the complete class.) However,
63 /// if we do not clip the tail padding off of the bitfield in the complete
185 /// padding that is or can potentially be used.
189 /// \brief Inserts padding everwhere it's needed.
247 // 3) Clip bitfield storages members if their tail padding is or might be
255 // 5) Insert padding everywhere it is needed. This phase requires 'Packed' to
257 // order to understand if explicit tail padding is needed
    [all...]
CGExprConstant.cpp 117 // We need to append padding.
121 "Did not add enough padding!");
133 // After we pack the struct, we may need to insert padding.
135 // We need to append padding.
139 "Did not add enough padding!");
163 // We need to add padding.
236 // The undef padding will be a multibyte array, create a new smaller
237 // padding and then an hole for our i8 to get plopped into.
239 "Expected array padding of undefs");
243 "Expected non-empty array padding of undefs")
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 68 protected static enum Padding {
80 * The current cipher padding.
82 private Padding padding = Padding.PKCS5PADDING; field in class:OpenSSLCipher
108 protected OpenSSLCipher(Mode mode, Padding padding) {
110 this.padding = padding;
161 * Checks whether the cipher supports this particular cipher {@code padding}
193 final Padding padding; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 271 unsigned Padding : 6;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 226 int32_t GlyphTable::Glyph::Padding() {
228 return SubTable::Padding();
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 534 // any padding required to align the next element to the next power of 2.
541 // Compute the amount of padding required.
542 uint64_t Padding = NextPowerOf2(InitSize - 1) - InitSize;
546 if (Padding > 128)
547 Padding = RoundUpToAlignment(InitSize, 128) - InitSize;
550 ConstantAggregateZero::get(ArrayType::get(Int8Ty, Padding)));
565 // Multiply by 2 to account for padding elements.
574 // Multiply by 2 to account for padding elements.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 80 ULONG padding; member in struct:_EVENT_PROPERTY_INFO::__anon43669::__anon43671
150 ULONG Padding;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 784 unsigned Padding = OffsetToAlignment(HeaderSize, TupleSize);
793 Asm->OutStreamer->EmitFill(Padding, 0x0);
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 51 unsigned Padding : 28;
63 unsigned Padding : 20;
124 unsigned Padding : 7;
136 unsigned Padding:16;
144 unsigned Padding : 23;
172 unsigned Padding : 8;
179 unsigned Padding : 22;
208 unsigned Padding : 10;
232 unsigned Padding : 12;
465 unsigned Padding : 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1538 milliseconds