HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 251 - 275 of 690) sorted by null

<<11121314151617181920>>

  /external/u-boot/drivers/qe/
uec.h 220 } __attribute__ ((packed)) uec_thread_data_tx_t;
226 } __attribute__ ((packed)) uec_thread_tx_pram_t;
235 } __attribute__ ((packed)) uec_send_queue_qd_t;
240 } __attribute__ ((packed)) uec_send_queue_mem_region_t;
276 } __attribute__ ((packed)) uec_scheduler_t;
293 } __attribute__ ((packed)) uec_tx_firmware_statistics_pram_t;
308 } __attribute__ ((packed)) uec_tx_global_pram_t;
316 } __attribute__ ((packed)) uec_thread_data_rx_t;
322 } __attribute__ ((packed)) uec_thread_rx_pram_t;
349 } __attribute__ ((packed)) uec_rx_firmware_statistics_pram_t
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 215 * @param desc the pixel format for the packed pixel value
216 * @param packed integer pixel in a format such as PIPE_FORMAT_B8G8R8A8_UNORM
223 LLVMValueRef packed)
244 assert (LLVMTypeOf(packed) == LLVMInt32TypeInContext(gallivm->context));
248 /* Broadcast the packed value to all four channels
249 * before: packed = BGRA
250 * after: packed = {BGRA, BGRA, BGRA, BGRA}
252 packed = LLVMBuildInsertElement(builder, LLVMGetUndef(vec32_type), packed,
255 packed = LLVMBuildShuffleVector(builder, packed, LLVMGetUndef(vec32_type)
370 LLVMValueRef packed = NULL; local
500 LLVMValueRef packed; local
535 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; local
636 LLVMValueRef packed; local
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 243 } __attribute__ ((packed));
250 } __attribute__ ((packed));
262 } __attribute__ ((packed));
267 } __attribute__ ((packed));
273 } __attribute__ ((packed));
280 } __attribute__ ((packed));
289 } __attribute__ ((packed));
299 } __attribute__ ((packed));
308 } __attribute__ ((packed));
319 } __attribute__ ((packed));
    [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 65 } __attribute__ ((packed));
72 } __attribute__ ((packed));
81 } __attribute__ ((packed));
91 } __attribute__ ((packed));
102 } __attribute__ ((packed));
114 } __attribute__ ((packed));
128 } __attribute__ ((packed));
143 } __attribute__ ((packed));
157 } __attribute__ ((packed));
173 } __attribute__ ((packed));
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 129 private static int zzUnpackAction(String packed, int offset, int [] result) {
130 int i = 0; /* index in packed string */
132 int l = packed.length();
134 int count = packed.charAt(i++);
135 int value = packed.charAt(i++);
308 private static int zzUnpackRowMap(String packed, int offset, int [] result) {
309 int i = 0; /* index in packed string */
311 int l = packed.length();
313 int high = packed.charAt(i++) << 16;
314 result[j++] = high | packed.charAt(i++)
    [all...]
  /external/skia/src/core/
SkVertices.cpp 321 // storage = packed | vertex_count | index_count | pos[] | texs[] | colors[] | boneIndices[] |
333 // packed has room for addtional flags in the future (e.g. versioning)
334 uint32_t packed = static_cast<uint32_t>(fMode);
335 SkASSERT((packed & ~kMode_Mask) == 0); // our mode fits in the mask bits
337 packed |= kHasTexs_Mask;
340 packed |= kHasColors_Mask;
343 packed |= kHasBones_Mask;
346 packed |= kIsNonVolatile_Mask;
363 writer.write32(packed);
385 const uint32_t packed = reader.readInt()
    [all...]
  /external/skqp/src/core/
SkVertices.cpp 321 // storage = packed | vertex_count | index_count | pos[] | texs[] | colors[] | boneIndices[] |
333 // packed has room for addtional flags in the future (e.g. versioning)
334 uint32_t packed = static_cast<uint32_t>(fMode);
335 SkASSERT((packed & ~kMode_Mask) == 0); // our mode fits in the mask bits
337 packed |= kHasTexs_Mask;
340 packed |= kHasColors_Mask;
343 packed |= kHasBones_Mask;
346 packed |= kIsNonVolatile_Mask;
363 writer.write32(packed);
385 const uint32_t packed = reader.readInt()
    [all...]
  /bionic/libc/kernel/uapi/sound/
compress_params.h 152 } __attribute__((packed, aligned(4)));
157 } __attribute__((packed, aligned(4)));
161 } __attribute__((packed, aligned(4)));
165 } __attribute__((packed, aligned(4)));
172 } __attribute__((packed, aligned(4)));
185 } __attribute__((packed, aligned(4)));
200 } __attribute__((packed, aligned(4)));
  /external/kernel-headers/original/uapi/sound/
compress_params.h 273 } __attribute__((packed, aligned(4)));
289 } __attribute__((packed, aligned(4)));
313 } __attribute__((packed, aligned(4)));
318 } __attribute__((packed, aligned(4)));
326 } __attribute__((packed, aligned(4)));
363 } __attribute__((packed, aligned(4)));
404 } __attribute__((packed, aligned(4)));
  /external/clang/test/Index/
print-type-size.cpp 244 struct __attribute__((packed)) E {
251 struct __attribute__((packed)) F : E {
265 } __attribute__((packed));
  /external/skia/src/gpu/text/
GrStrikeCache.h 45 GrGlyph* getGlyph(SkPackedGlyphID packed,
47 GrGlyph* glyph = fCache.find(packed);
52 const SkGlyph& skGlyph = GrToSkGlyph(cache, packed);
  /external/skqp/src/gpu/text/
GrStrikeCache.h 45 GrGlyph* getGlyph(SkPackedGlyphID packed,
47 GrGlyph* glyph = fCache.find(packed);
52 const SkGlyph& skGlyph = GrToSkGlyph(cache, packed);
  /external/tensorflow/tensorflow/compiler/tf2xla/
cpu_function_runtime.h 123 static void Unpack(uint64 packed, Kind* kind, uint64* size) {
124 *size = packed >> 2;
125 *kind = static_cast<Kind>((packed << 62) >> 62);
  /external/f2fs-tools/include/
f2fs_fs.h 600 } __attribute__((packed));
645 } __attribute__((packed));
693 } __attribute__((packed));
712 } __attribute__((packed));
721 } __attribute__((packed));
827 } __attribute__((packed));
832 } __attribute__((packed));
837 } __attribute__((packed));
841 } __attribute__((packed));
858 } __attribute__((packed));
    [all...]
  /bionic/libc/kernel/uapi/linux/
nbd.h 57 } __attribute__((packed));
sonet.h 26 } __attribute__((packed));
suspend_ioctls.h 25 } __attribute__((packed));
virtio_balloon.h 56 } __attribute__((packed));
  /bionic/libc/kernel/uapi/rdma/
bnxt_re-abi.h 35 } __attribute__((packed, aligned(4)));
  /external/adhd/cras/src/common/
bluetooth.h 33 } __attribute__ ((packed)) bdaddr_t;
  /external/avb/libavb/
avb_sysdeps.h 50 #define AVB_ATTR_PACKED __attribute__((packed))
  /external/clang/test/CodeGen/
builtin-memfns.c 69 // packed structs.
72 } __attribute__((packed));
union.c 51 } __attribute__((packed));
  /external/clang/test/CodeGenCXX/
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...]
  /external/clang/test/Sema/
align-x86.c 22 struct __attribute__((packed)) {unsigned int a;} g4;

Completed in 945 milliseconds

<<11121314151617181920>>