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

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.h 30 VOID *Padding;
180 Get resource padding if the specified PCI bridge is a hot plug bus.
  /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 // We have not seen any 8-byte aligned element yet. We insert a padding
126 unsigned Padding = NumBytesAtAlign4 % 8
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 41 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding;
InstrProfilingWriter.c 172 /* Write out the site value count array including padding space. */
255 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize);
257 /* Enough zeroes for padding. */
275 {Zeroes, sizeof(uint8_t), Padding}};
  /external/llvm/lib/DebugInfo/PDB/Raw/
PublicsStream.cpp 57 char Padding[2];
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 185 PaddingTy Padding;
195 auto &Padding = P.Padding;
204 // Add 'x' characters to cause an overflow into Padding.
210 Padding = 0xffffffff; // Padding won't stop it either.
230 auto &Padding = P.Padding;
239 // Add 'x' characters to cause an overflow into Padding.
245 Padding = 0xffffffff; // Padding won't stop it either
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c 160 " -P BOUNDARY The padding integer value to align the output file size",
234 IN UINT8 Padding OPTIONAL
310 Padding - OPTIONAL integer value to pad the output file to.
788 // Checks for invalid padding values
790 if (Padding < 0) {
792 printf ("The inputted padding value was %d\n", Padding);
793 printf ("The optional padding value can not be less than ZERO\n");
796 } else if (Padding > 0) {
798 while ((OutFileSize % Padding) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6NvData.h 58 UINT8 Padding[3];
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuLoader.h 81 UINT8 Padding[124];
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawTypes.h 22 char Padding[2];
34 char Padding[2];
  /system/security/keystore/include/keystore/
authorization_set.h 263 AuthorizationSetBuilder& Padding(PaddingMode padding) {
264 return Authorization(TAG_PADDING, padding);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 240 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment);
241 WriteZeros(Padding);
    [all...]
  /external/llvm/lib/Support/
Timer.cpp 312 unsigned Padding = (80-Name.length())/2;
313 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers
314 OS.indent(Padding) << Name << '\n';
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 327 unsigned Padding = (80-Name.length())/2;
328 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers
329 OS.indent(Padding) << Name << '\n';
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 304 unsigned Padding = (80-Description.length())/2;
305 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers
306 OS.indent(Padding) << Description << '\n';
  /hardware/interfaces/keymaster/3.0/vts/functional/
authorization_set.h 287 AuthorizationSetBuilder& Padding(std::initializer_list<PaddingMode> padding_modes);
289 // The following forwarding templates enable BlockMode,Digest and Padding to be called with a
297 template <typename... T> AuthorizationSetBuilder& Padding(T&&... a) {
298 return Padding({std::forward<T>(a)...});
408 AuthorizationSetBuilder::Padding(std::initializer_list<V3_0::PaddingMode> padding_modes) {
409 for (auto padding : padding_modes) {
410 Authorization(TAG_PADDING, padding);
  /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 533 AuthorizationSetBuilder& Padding(keymaster_padding_t padding) {
534 return Authorization(TAG_PADDING, padding);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 122 unsigned int Padding;
125 CompoundConstantEmitter(unsigned int padding = 0) : Padding(padding) {
148 if (Padding) {
149 if (numEntries > Padding) {
150 fprintf(stderr, "%u entries but %u padding\n", numEntries, Padding);
151 llvm_unreachable("More entries than padding");
153 numToPrint = Padding;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecImpl.c     [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...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 271 unsigned Padding : 6;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 227 int32_t GlyphTable::Glyph::Padding() {
229 return SubTable::Padding();

Completed in 807 milliseconds

1 2 3