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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/
cfi.h 39 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed));
71 } __attribute__((packed));
80 } __attribute__((packed));
89 } __attribute__((packed));
106 } __attribute__((packed));
116 } __attribute__((packed));
121 } __attribute__((packed));
127 } __attribute__((packed));
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
cfi.h 39 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed));
71 } __attribute__((packed));
80 } __attribute__((packed));
89 } __attribute__((packed));
106 } __attribute__((packed));
116 } __attribute__((packed));
121 } __attribute__((packed));
127 } __attribute__((packed));
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
cfi.h 39 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed));
71 } __attribute__((packed));
80 } __attribute__((packed));
89 } __attribute__((packed));
106 } __attribute__((packed));
116 } __attribute__((packed));
121 } __attribute__((packed));
127 } __attribute__((packed));
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
cfi.h 39 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed));
71 } __attribute__((packed));
80 } __attribute__((packed));
89 } __attribute__((packed));
106 } __attribute__((packed));
116 } __attribute__((packed));
121 } __attribute__((packed));
127 } __attribute__((packed));
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
cfi.h 39 } __attribute__((packed));
55 } __attribute__((packed));
63 } __attribute__((packed));
71 } __attribute__((packed));
80 } __attribute__((packed));
89 } __attribute__((packed));
106 } __attribute__((packed));
116 } __attribute__((packed));
121 } __attribute__((packed));
127 } __attribute__((packed));
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
188 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
194 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster;
200 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_store;
206 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_font;
211 * Provides two float fields packed into a single 64 bit field with 64 bit
216 * Vector version of the basic float type. Provides three float fields packed
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_types.rsh 128 #define RS_BASE_OBJ typedef struct { const int* const p; } __attribute__((packed, aligned(4)))
170 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_mesh;
176 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_path;
182 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_fragment;
188 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_vertex;
194 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_raster;
200 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_program_store;
206 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_font;
211 * Provides two float fields packed into a single 64 bit field with 64 bit
216 * Vector version of the basic float type. Provides three float fields packed
    [all...]
  /external/kernel-headers/original/uapi/mtd/
nftl-user.h 31 }__attribute__((packed));
40 } __attribute__((packed));
46 } __attribute__((packed));
52 } __attribute__((packed));
73 } __attribute__((packed));
  /external/clang/test/Sema/
struct-packed-align.c 4 // Packed structs.
7 int b __attribute__((packed));
15 struct __attribute__((packed)) packed_s {
17 int b __attribute__((packed));
33 struct __attribute__((packed)) packed_fas {
44 } __attribute__((packed));
74 struct __attribute__((packed)) as3 {
87 void *args[] __attribute__((packed));
90 // Packed union
91 union __attribute__((packed)) au4 {char c; int x;}
    [all...]
pragma-align-packed.c 12 struct __attribute__((packed)) s1 {
18 #pragma options align=packed
  /external/chromium_org/tools/relocation_packer/src/
run_length_encoder.h 42 // Once encoded, data is prefixed by a single word count of packed delta and
63 // into more compact forms, and unpacks them to reproduce the pre-packed data.
68 // |packed| is the vector of packed words into which relocations are packed.
70 std::vector<Elf32_Word>* packed);
73 // |packed| is the vector of packed relocations.
75 static void Decode(const std::vector<Elf32_Word>& packed,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 28 * in either a "packed" or "sparse" form.
46 /** whether the output table will be packed (vs. sparse) */
47 private final boolean packed; field in class:SwitchData
89 this.packed = shouldPack(cases);
95 return packed ? (int) packedCodeSize(cases) :
106 if (packed) {
152 * Returns whether or not this instance's data will be output as packed.
154 * @return {@code true} iff the data is to be packed
157 return packed;
183 sb.append(packed ? "packed" : "sparse")
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 29 * in either a "packed" or "sparse" form.
47 /** whether the output table will be packed (vs. sparse) */
48 private final boolean packed; field in class:SwitchData
90 this.packed = shouldPack(cases);
96 return packed ? (int) packedCodeSize(cases) :
107 if (packed) {
153 * Returns whether or not this instance's data will be output as packed.
155 * @return {@code true} iff the data is to be packed
158 return packed;
184 sb.append(packed ? "packed" : "sparse")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 29 * in either a "packed" or "sparse" form.
47 /** whether the output table will be packed (vs. sparse) */
48 private final boolean packed; field in class:SwitchData
90 this.packed = shouldPack(cases);
96 return packed ? (int) packedCodeSize(cases) :
107 if (packed) {
153 * Returns whether or not this instance's data will be output as packed.
155 * @return {@code true} iff the data is to be packed
158 return packed;
184 sb.append(packed ? "packed" : "sparse")
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 133 byte[] packed;
138 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
140 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0]));
159 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
161 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0]));
174 packed = GsmAlphabet.stringToGsm7BitPacked(testString.toString(), 0, 0);
176 GsmAlphabet.gsm7BitPackedToString(packed, 1, 0xff & packed[0]))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/
cdc.h 60 } __attribute__ ((packed));
73 } __attribute__ ((packed));
82 } __attribute__ ((packed));
100 } __attribute__ ((packed));
111 } __attribute__ ((packed));
123 } __attribute__ ((packed));
136 } __attribute__ ((packed));
145 } __attribute__ ((packed));
155 } __attribute__ ((packed));
166 } __attribute__ ((packed));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
cdc.h 60 } __attribute__ ((packed));
73 } __attribute__ ((packed));
82 } __attribute__ ((packed));
100 } __attribute__ ((packed));
111 } __attribute__ ((packed));
123 } __attribute__ ((packed));
136 } __attribute__ ((packed));
145 } __attribute__ ((packed));
155 } __attribute__ ((packed));
166 } __attribute__ ((packed));
    [all...]
  /dalvik/dx/tests/067-dex-switch-and-try/
expected.txt 6 0003: packed-switch v3, 0012 // +000f
17 0012: packed-switch-payload // for switch @ 0003
25 0003: packed-switch v3, 0018 // +0015
40 0018: packed-switch-payload // for switch @ 0003
52 0003: packed-switch v3, 0018 // +0015
67 0018: packed-switch-payload // for switch @ 0003
79 0003: packed-switch v3, 0018 // +0015
94 0018: packed-switch-payload // for switch @ 0003
  /external/chromium_org/mojo/public/tools/bindings/generators/cpp_templates/
params_definition.tmpl 29 header_.num_fields = {{struct.packed.packed_fields|length}};
32 MOJO_COMPILE_ASSERT(sizeof({{class_name}}) == {{struct.packed|struct_size}},
struct_macros.tmpl 7 {{struct.packed.packed_fields|length}}, bounds_checker)) {
14 {%- for packed_field in struct.packed.packed_fields %}
51 {%- for packed_field in struct.packed.packed_fields %}
54 {%- set next_pf = struct.packed.packed_fields[loop.index0 + 1] %}
62 {%- set num_fields = struct.packed.packed_fields|length %}
64 {%- set last_field = struct.packed.packed_fields[num_fields - 1] %}
74 {%- for pf in struct.packed.packed_fields %}
84 {%- for pf in struct.packed.packed_fields %}
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_format_test.c 58 const uint8_t *packed,
66 printf("%s%02x", sep, packed[i]);
214 format_desc->fetch_rgba_float(unpacked[i][j], test->packed, j, i);
241 test->packed, 0,
269 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
275 * Skip S3TC as packed representation is not canonical.
282 memset(packed, 0, sizeof packed);
291 format_desc->pack_rgba_float(packed, 0,
297 if ((test->packed[i] & test->mask[i]) != (packed[i] & test->mask[i])
382 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
469 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
543 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
618 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
    [all...]
  /external/chromium_org/v8/tools/testrunner/objects/
workpacket.py 78 def Unpack(packed):
80 Creates a WorkPacket object from the given packed representation.
82 binaries = packed["binaries"]
83 pubkey_fingerprint = packed["pubkey"]
84 ctx = context.Context.Unpack(packed["context"])
85 base_revision = packed["base_revision"]
86 patch = packed["patch"]
87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
  /external/clang/test/SemaTemplate/
instantiate-attr.cpp 20 } __attribute__((packed));
32 type Member __attribute__ ((packed));
  /external/kernel-headers/original/uapi/linux/
if_pppolac.h 28 struct __attribute__((packed)) {
31 } __attribute__((packed));
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 58 const uint8_t *packed,
66 printf("%s%02x", sep, packed[i]);
214 format_desc->fetch_rgba_float(unpacked[i][j], test->packed, j, i);
241 test->packed, 0,
269 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
275 * Skip S3TC as packed representation is not canonical.
282 memset(packed, 0, sizeof packed);
291 format_desc->pack_rgba_float(packed, 0,
297 if ((test->packed[i] & test->mask[i]) != (packed[i] & test->mask[i])
382 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
469 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
543 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
618 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; local
    [all...]

Completed in 1308 milliseconds

<<11121314151617181920>>