HomeSort by relevance Sort by last modified time
    Searched defs:Padding (Results 1 - 15 of 15) 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...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLCipher.java 64 protected static enum Padding {
82 * The current cipher padding.
84 private Padding padding = Padding.PKCS5PADDING; field in class:OpenSSLCipher
115 protected OpenSSLCipher(Mode mode, Padding padding) {
117 this.padding = padding;
145 * Checks whether the cipher supports this particular cipher {@code padding}
174 final Padding padding; local
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 325 unsigned Padding = (80-Name.length())/2;
326 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers
327 OS.indent(Padding) << Name << '\n';
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 71 @Param private Padding padding; field in class:CipherBenchmark
73 public enum Padding {
104 + padding.toString();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 271 unsigned Padding : 6;
  /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/clang/lib/CodeGen/
CGExprConstant.cpp 140 // We need to append padding.
144 "Did not add enough padding!");
168 // We need to add padding.
241 // The undef padding will be a multibyte array, create a new smaller
242 // padding and then an hole for our i8 to get plopped into.
244 "Expected array padding of undefs");
248 "Expected non-empty array padding of undefs");
250 // Remove the padding array.
254 // Add the padding back in two chunks.
259 "Padding addition didn't work right")
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 490 milliseconds