HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 376 - 400 of 1232) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-dfa.rb 34 packed = [
49 ANTLR3::DFA.unpack(*packed).should == unpacked
  /external/clang/test/CodeGen/
packed-nest-unpacked.c 4 struct Y { char x[13]; struct X y; } __attribute((packed));
58 } __attribute((packed));
ext-vector-member-alignment.c 5 struct __attribute__((packed, aligned(4))) struct1 {
packed-structure.c 7 int y __attribute__((packed));
40 } __attribute__((packed));
89 struct __attribute__((packed, aligned)) s3 {
  /external/clang/test/Sema/
attr-aligned.c 31 struct D { int member __attribute__((aligned(2))) __attribute__((packed)); } d;
35 struct E { int member __attribute__((align(2))); } __attribute__((packed));
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 53 struct __attribute__((packed)) ListHeader {
63 struct __attribute__((packed)) Header {
88 struct __attribute__((packed)) DependencyTableItem {
95 struct __attribute__((packed)) PragmaItem {
101 struct __attribute__((packed)) ObjectSlotItem {
105 struct __attribute__((packed)) ExportVarNameItem {
109 struct __attribute__((packed)) ExportFuncNameItem {
113 struct __attribute__((packed)) ExportForeachFuncItem {
  /external/chromium_org/v8/tools/testrunner/objects/
peer.py 77 def Unpack(packed):
78 """Creates a Peer object built from a packed representation."""
80 return Peer(packed[0], packed[1], packed[2], pubkey_dummy)
  /external/kernel-headers/original/linux/
if_hippi.h 108 } __attribute__ ((packed));
134 } __attribute__ ((packed));
148 } __attribute__ ((packed));
155 } __attribute__ ((packed));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 34 public boolean packed; field in class:Input
48 packed = false;
63 packed = in.readInt() == 1 ? true : false;
84 dest.writeInt(packed ? 1 : 0);
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 40 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((packed >> 8) & (0xff))); ((val) = ((packed) & (0xff))); } while (0);
  /hardware/qcom/msm8x74/kernel-headers/linux/mfd/
msm-adie-codec.h 40 #define ADIE_CODEC_UNPACK_ENTRY(packed, reg, mask, val) do { ((reg) = ((packed >> 16) & (0xff))); ((mask) = ((packed >> 8) & (0xff))); ((val) = ((packed) & (0xff))); } while (0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_hippi.h 108 } __attribute__ ((packed));
134 } __attribute__ ((packed));
148 } __attribute__ ((packed));
155 } __attribute__ ((packed));
virtio_blk.h 21 } __attribute__((packed));
virtio_net.h 17 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 108 } __attribute__ ((packed));
134 } __attribute__ ((packed));
148 } __attribute__ ((packed));
155 } __attribute__ ((packed));
virtio_blk.h 21 } __attribute__((packed));
virtio_net.h 17 } __attribute__((packed));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 108 } __attribute__ ((packed));
134 } __attribute__ ((packed));
148 } __attribute__ ((packed));
155 } __attribute__ ((packed));
virtio_blk.h 21 } __attribute__((packed));
virtio_net.h 17 } __attribute__((packed));
  /bionic/libc/kernel/common/linux/can/
gw.h 71 } __attribute__((packed));
80 } __attribute__((packed));
92 } __attribute__((packed));
  /external/clang/test/SemaCXX/
cxx11-gnu-attrs.cpp 54 struct [[gnu::packed]] packed { char c; int n; }; struct
55 static_assert(sizeof(packed) == sizeof(char) + sizeof(int), "not packed");
  /external/kernel-headers/original/linux/can/
gw.h 69 } __attribute__((packed));
78 } __attribute__((packed));
89 } __attribute__((packed));
  /external/skia/tests/
ColorTest.cpp 16 #define GetPackedR16As32(packed) (SkGetPackedR16(dc) << (8 - SK_R16_BITS))
17 #define GetPackedG16As32(packed) (SkGetPackedG16(dc) << (8 - SK_G16_BITS))
18 #define GetPackedB16As32(packed) (SkGetPackedB16(dc) << (8 - SK_B16_BITS))
  /bionic/libc/kernel/common/linux/mtd/
cfi.h 67 } __attribute__((packed));
74 } __attribute__((packed));
92 } __attribute__((packed));
101 } __attribute__((packed));
110 } __attribute__((packed));
120 } __attribute__((packed));
130 } __attribute__((packed));
150 } __attribute__((packed));
161 } __attribute__((packed));
166 } __attribute__((packed));
    [all...]

Completed in 500 milliseconds

<<11121314151617181920>>