HomeSort by relevance Sort by last modified time
    Searched full:packed (Results 1 - 25 of 3140) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 28 std::vector<uint8_t> packed; local
42 packed.clear();
43 packer.PackRelativeRelocations(relocations, &packed);
45 EXPECT_EQ(16u, packed.size());
47 EXPECT_EQ('A', packed[0]);
48 EXPECT_EQ('P', packed[1]);
49 EXPECT_EQ('R', packed[2]);
50 EXPECT_EQ('1', packed[3]);
52 EXPECT_EQ(2u, packed[4]);
54 EXPECT_EQ(128u, packed[5])
71 std::vector<uint8_t> packed; local
    [all...]
run_length_encoder_unittest.cc 28 std::vector<Elf32_Word> packed; local
32 packed.clear();
33 codec.Encode(relocations, &packed);
35 EXPECT_EQ(0u, packed.size());
40 packed.clear();
41 codec.Encode(relocations, &packed);
43 EXPECT_EQ(0u, packed.size());
48 packed.clear();
49 codec.Encode(relocations, &packed);
51 EXPECT_EQ(4u, packed.size())
85 std::vector<Elf32_Word> packed; local
    [all...]
packer.h 13 // Once packed, data is prefixed by an identifier that allows for any later
16 // A complete packed stream might look something like:
33 // compact forms, and unpacks them to reproduce the pre-packed data.
38 // |packed| is the vector of packed bytes into which relocations are packed.
40 std::vector<uint8_t>* packed);
43 // |packed| is the vector of packed relocations.
45 static void UnpackRelativeRelocations(const std::vector<uint8_t>& packed,
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_extension_packed_nano.proto 13 repeated int32 packed_int32 = 10 [ packed = true ];
14 repeated uint32 packed_uint32 = 11 [ packed = true ];
15 repeated sint32 packed_sint32 = 12 [ packed = true ];
16 repeated int64 packed_int64 = 13 [ packed = true ];
17 repeated uint64 packed_uint64 = 14 [ packed = true ];
18 repeated sint64 packed_sint64 = 15 [ packed = true ];
19 repeated fixed32 packed_fixed32 = 16 [ packed = true ];
20 repeated sfixed32 packed_sfixed32 = 17 [ packed = true ];
21 repeated fixed64 packed_fixed64 = 18 [ packed = true ];
22 repeated sfixed64 packed_sfixed64 = 19 [ packed = true ]
    [all...]
unittest_enum_validity_nano.proto 17 repeated E packed_e = 4 [ packed = true ];
19 repeated E packed_e2 = 6 [ packed = true ];
21 repeated E packed_e3 = 8 [ packed = true ];
27 repeated E non_packed_e3_as_packed = 7 [ packed = true ];
  /external/clang/test/CodeGenCXX/
2007-04-05-PackedBitFieldsSmall.cpp 4 #ifdef PACKED
5 // This is an example where size of Packed struct is smaller then
7 #define P __attribute__((packed))
override-layout.cpp 7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
17 int x[6] PACKED;
24 } PACKED;
27 struct PACKED X2 : public X1, public X0, public Empty1 {
33 struct PACKED X3 : virtual public X1, public X0 {
39 struct PACKED X4
    [all...]
2007-04-05-PackedBitFields-1.cpp 3 #ifdef PACKED
4 #define P __attribute__((packed))
2007-04-05-PackedBitFieldsOverlap.cpp 4 #ifdef PACKED
5 #define P __attribute__((packed))
2007-04-05-StructPackedFieldUnpacked.cpp 3 #ifdef PACKED
4 #define P __attribute__((packed))
  /external/clang/test/CodeGen/
2007-03-26-BitfieldAfterZeroWidth.c 6 } __attribute__ ((packed)) y;
2008-03-26-PackedBitFields.c 6 long int __attribute__((packed)) e:28;
override-layout.c 7 // If not explicitly disabled, set PACKED to the packed attribute.
8 #ifndef PACKED
9 # define PACKED __attribute__((packed))
19 int x[6] PACKED;
28 } PACKED;
33 struct PACKED X2 {
42 short x PACKED;
59 struct PACKED X5 { double a[19]; signed char b; }
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) {
34 fPackedID = packed;
64 static inline SkFixed UnpackFixedX(PackedID packed) {
65 return ((packed >> 18) & 3) << 14;
68 static inline SkFixed UnpackFixedY(PackedID packed) {
69 return ((packed >> 16) & 3) << 14;
72 static inline uint16_t UnpackID(PackedID packed) {
73 return (uint16_t)packed;
  /external/kernel-headers/original/uapi/asm-x86/asm/
statfs.h 5 * We need compat_statfs64 to be packed, because the i386 ABI won't
9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /external/skia/include/gpu/
GrGlyph.h 31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) {
34 fPackedID = packed;
64 static inline SkFixed UnpackFixedX(PackedID packed) {
65 return ((packed >> 18) & 3) << 14;
68 static inline SkFixed UnpackFixedY(PackedID packed) {
69 return ((packed >> 16) & 3) << 14;
72 static inline uint16_t UnpackID(PackedID packed) {
73 return (uint16_t)packed;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
statfs.h 5 * We need compat_statfs64 to be packed, because the i386 ABI won't
9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
statfs.h 5 * We need compat_statfs64 to be packed, because the i386 ABI won't
9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 30 packed = aepack.pack(o)
31 unpacked = aepack.unpack(packed)
36 packed = aepack.pack(o)
37 unpacked = aepack.unpack(packed)
42 packed = aepack.pack(o)
43 unpacked = aepack.unpack(packed)
48 packed = aepack.pack(o)
49 unpacked = aepack.unpack(packed)
54 packed = aepack.pack(o)
55 unpacked = aepack.unpack(packed)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 30 packed = aepack.pack(o)
31 unpacked = aepack.unpack(packed)
36 packed = aepack.pack(o)
37 unpacked = aepack.unpack(packed)
42 packed = aepack.pack(o)
43 unpacked = aepack.unpack(packed)
48 packed = aepack.pack(o)
49 unpacked = aepack.unpack(packed)
54 packed = aepack.pack(o)
55 unpacked = aepack.unpack(packed)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
nftl-user.h 17 }__attribute__((packed));
26 } __attribute__((packed));
32 } __attribute__((packed));
38 } __attribute__((packed));
59 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
nftl-user.h 17 }__attribute__((packed));
26 } __attribute__((packed));
32 } __attribute__((packed));
38 } __attribute__((packed));
59 } __attribute__((packed));
  /development/ndk/platforms/android-3/include/linux/
hdsmart.h 28 } __attribute__ ((packed)) ata_smart_attribute_t;
46 } __attribute__ ((packed)) ata_smart_values_t;
52 } __attribute__ ((packed)) ata_smart_threshold_entry_t;
59 } __attribute__ ((packed)) ata_smart_thresholds_t;
71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t;
78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t;
83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t;
94 } __attribute__ ((packed)) ata_smart_errorlog_t;
103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t;
112 } __attribute__ ((packed)) ata_smart_selftestlog_t
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 28 } __attribute__ ((packed)) ata_smart_attribute_t;
46 } __attribute__ ((packed)) ata_smart_values_t;
52 } __attribute__ ((packed)) ata_smart_threshold_entry_t;
59 } __attribute__ ((packed)) ata_smart_thresholds_t;
71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t;
78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t;
83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t;
94 } __attribute__ ((packed)) ata_smart_errorlog_t;
103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t;
112 } __attribute__ ((packed)) ata_smart_selftestlog_t
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 28 } __attribute__ ((packed)) ata_smart_attribute_t;
46 } __attribute__ ((packed)) ata_smart_values_t;
52 } __attribute__ ((packed)) ata_smart_threshold_entry_t;
59 } __attribute__ ((packed)) ata_smart_thresholds_t;
71 } __attribute__ ((packed)) ata_smart_errorlog_command_struct_t;
78 } __attribute__ ((packed)) ata_smart_errorlog_error_struct_t;
83 } __attribute__ ((packed)) ata_smart_errorlog_struct_t;
94 } __attribute__ ((packed)) ata_smart_errorlog_t;
103 } __attribute__ ((packed)) ata_smart_selftestlog_struct_t;
112 } __attribute__ ((packed)) ata_smart_selftestlog_t
    [all...]

Completed in 2589 milliseconds

1 2 3 4 5 6 7 8 91011>>