HomeSort by relevance Sort by last modified time
    Searched full:union (Results 226 - 250 of 11132) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 40 #define DRM_IOCTL_AMDGPU_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_CREATE, union drm_amdgpu_gem_create)
41 #define DRM_IOCTL_AMDGPU_GEM_MMAP DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_MMAP, union drm_amdgpu_gem_mmap)
42 #define DRM_IOCTL_AMDGPU_CTX DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CTX, union drm_amdgpu_ctx)
43 #define DRM_IOCTL_AMDGPU_BO_LIST DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_BO_LIST, union drm_amdgpu_bo_list)
44 #define DRM_IOCTL_AMDGPU_CS DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CS, union drm_amdgpu_cs)
47 #define DRM_IOCTL_AMDGPU_GEM_WAIT_IDLE DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_WAIT_IDLE, union drm_amdgpu_gem_wait_idle)
49 #define DRM_IOCTL_AMDGPU_WAIT_CS DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_WAIT_CS, union drm_amdgpu_wait_cs)
52 #define DRM_IOCTL_AMDGPU_WAIT_FENCES DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_WAIT_FENCES, union drm_amdgpu_wait_fences)
53 #define DRM_IOCTL_AMDGPU_VM DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_VM, union drm_amdgpu_vm)
54 #define DRM_IOCTL_AMDGPU_FENCE_TO_HANDLE DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_FENCE_TO_HANDLE, union drm_amdgpu_fence_to_handle
    [all...]
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dynamic-indices.ll 7 %union.vector_t = type { [2 x i64] }
15 ; CHECK: %arrayidx31 = getelementptr inbounds %union.vector_t, %union.vector_t* %t, i64 0, i32 0, i64 1
18 define void @vrlh(%union.vector_t* %va, %union.vector_t* %vb, %union.vector_t* %vd) nounwind {
20 %t = alloca %union.vector_t, align 8
27 %half = bitcast %union.vector_t* %vb to [8 x i16]*
34 %half9 = bitcast %union.vector_t* %va to [8 x i16]*
41 %half18 = bitcast %union.vector_t* %va to [8 x i16]
    [all...]
  /external/clang/test/Analysis/
nonnull.m 34 union rdar16153464_const_cp_t {
40 union rdar16153464_const_cp_t cp;
41 unsigned char pad[16 - sizeof(union rdar16153464_const_cp_t *)];
55 union rdar16153464_full_ctx_t {
62 union rdar16153464_pub_ctx_t {
68 union rdar16153464_full_ctx_t innert;
71 int rdar16153464(union rdar16153464_full_ctx_t inner)
73 extern void rdar16153464_check(union rdar16153464_pub_ctx_t outer) __attribute((nonnull(1)));
74 rdar16153464_check((union rdar16153464_pub_ctx_t){ .innert = inner }); // no-warning
unions.cpp 9 union {
18 // 1. The implicit operator= for unions assigns all members of the union,
27 // a union as different offsets, but only allow one to be active at a time.
36 union {
38 union {};
56 union IntOrString {
  /external/clang/test/CodeGen/
decl.c 56 union test5u { int i; double d; };
59 union test5u ola = (union test5u) 351;
60 union test5u olb = (union test5u) 1.0;
63 union test5u test5w = (union test5u)2;
64 union test5u test5y = (union test5u)73.0;
override-layout.c 75 // CHECK: Type: union X8
76 union X8 {
113 // CHECK: Type: union X14
114 union PACKED X14 {
132 union X8 x8;
133 typedef int X8array[sizeof(union X8)];
134 x8.y = sizeof(union X8);
155 union X14 x14;
156 x14.x = sizeof(union X14);
malign-double.cpp 7 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
10 A Union containing a double was also thrown in for good measure. */
82 union S5 {
88 unsigned S5_align = __alignof(union S5);
89 unsigned S5_size = sizeof(union S5);
93 unsigned S5_c_offset = (unsigned) &((union S5*) 0)->c;
94 unsigned S5_s_offset = (unsigned) &((union S5*) 0)->s;
95 unsigned S5_j_offset = (unsigned) &((union S5*) 0)->j;
100 union S6 {
105 unsigned S6_align = __alignof(union S6)
    [all...]
xcore-stringtype.c 141 // CHECK: !{{[0-9]+}} = !{void (%union.U1*)* @unionType1,
143 // CHECK: !{{[0-9]+}} = !{void (%union.U2*)* @unionType2,
145 // CHECK: !{{[0-9]+}} = !{void (%union.U3*)* @unionType3,
147 // CHECK: !{{[0-9]+}} = !{void (%union.U4*)* @unionType4,
149 // CHECK: !{{[0-9]+}} = !{%union.anon* @UnionAnon, !"u(){m(A){si}}"}
150 // CHECK: !{{[0-9]+}} = !{i32 (%union.UB*)* @unionTypeB,
154 union U2;
155 union U1{union U2 *pu2;};
156 union U3
    [all...]
  /external/clang/test/CodeGenCXX/
compound-literals.cpp 51 union PR21912Ty {
55 union PR21912Ty *PR21912_2 = (union PR21912Ty[]){{.d = 2.0}, {.l = 3}};
57 // CHECK: store %union.PR21912Ty* getelementptr inbounds ([2 x %union.PR21912Ty], [2 x %union.PR21912Ty]* bitcast (<{ { double }, %union.PR21912Ty }>* @.compoundliteral.4 to [2 x %union.PR21912Ty]*), i32 0, i32 0), %union.PR21912Ty** @PR21912_2
anonymous-union-member-initializer.cpp 7 union {
18 union {
31 union { long l; };
55 union {
121 union {
135 // CHECK-NEXT: [[UNION:%.*]] = getelementptr inbounds {{.*}} [[THIS]], i32 0, i32 0
136 // CHECK-NEXT: [[STRUCT:%.*]] = bitcast {{.*}}* [[UNION]] to
139 // CHECK-NEXT: [[UNION:%.*]] = getelementptr inbounds {{.*}} [[THIS]], i32 0, i32 0
140 // CHECK-NEXT: [[STRUCT:%.*]] = bitcast {{.*}}* [[UNION]] to
149 union {
    [all...]
  /external/clang/test/Sema/
struct-packed-align.c 93 // Packed union
94 union __attribute__((packed)) au4 {char c; int x;};
95 extern int h1[sizeof(union au4) == 4 ? 1 : -1];
96 extern int h2[__alignof(union au4) == 1 ? 1 : -1];
98 // Aligned union
99 union au5 {__attribute__((aligned(4))) char c;};
100 extern int h1[sizeof(union au5) == 4 ? 1 : -1];
101 extern int h2[__alignof(union au5) == 4 ? 1 : -1];
108 union au6 {char c; __attribute__((packed, aligned(2))) int x;};
109 extern int k1[sizeof(union au6) == 4 ? 1 : -1]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h 1 //===-- LiveIntervalUnion.h - Live interval union data struct --*- C++ -*--===//
10 // LiveIntervalUnion is a union of live segments across multiple live virtual
43 /// Union of live intervals that are strong candidates for coalescing into a
67 LiveSegments Segments; // union of virtual reg segments
73 // Iterate over all segments in the union of live virtual registers ordered
85 /// getTag - Return an opaque tag representing the current state of the union.
88 /// changedSince - Return true if the union change since getTag returned tag.
91 // Add a live virtual register to this union and merge its segments.
94 // Remove a live virtual register's segments from this union.
100 // Print union, using TRI to translate register name
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.h 147 union util_color color_val;
173 union lp_rast_cmd_arg {
193 static inline union lp_rast_cmd_arg
196 union lp_rast_cmd_arg arg;
201 static inline union lp_rast_cmd_arg
205 union lp_rast_cmd_arg arg;
217 static inline union lp_rast_cmd_arg
221 union lp_rast_cmd_arg arg;
227 static inline union lp_rast_cmd_arg
230 union lp_rast_cmd_arg arg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 161 __C89_NAMELESS union {
172 __C89_NAMELESS union {
176 __C89_NAMELESS union {
285 __C89_NAMELESS union {
311 __C89_NAMELESS union {
321 __C89_NAMELESS union {
325 __C89_NAMELESS union {
330 __C89_NAMELESS union {
342 __C89_NAMELESS union {
358 __C89_NAMELESS union {
    [all...]
mpeg2structs.h 71 __C89_NAMELESS union {
76 __C89_NAMELESS union {
99 __C89_NAMELESS union {
104 __C89_NAMELESS union {
171 __C89_NAMELESS union {
198 __C89_NAMELESS union {
d3dtypes.h 93 union {
97 union {
101 union {
154 union {
158 union {
162 union {
166 union {
173 union {
177 union {
181 union {
    [all...]
  /external/llvm/test/CodeGen/X86/
tail-opts.ll 174 %struct.rtx_def = type { i16, i8, i8, [1 x %union.rtunion] }
175 %struct.tree_decl = type { [24 x i8], i8*, i32, %union.tree_node*, i32, i8, i8, i8, i8, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %union.tree_node*, %struct.rtx_def*, %union..2anon, %0, %union.tree_node*, %struct.lan (…)
    [all...]
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 60 union A { // expected-note {{here}}
64 union B {
68 union C {
73 union {
77 union {
83 union {
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 57 union {
65 union {
72 A(short _) : a(0), c(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
73 A(int _) : d(0), e(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
74 A(long _) : a(0), d(0) {} // expected-error {{initializing multiple members of union}} expected-note {{previous initialization is here}}
98 union { void *a; };
  /external/kernel-headers/original/uapi/rdma/
rdma_user_rxe.h 39 union rxe_gid {
48 union rxe_gid dgid;
59 union {
71 union {
75 union {
117 union {
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
full-store-partial-alias.ll 12 %union.anon = type { double }
14 @u = global %union.anon { double -2.500000e-01 }, align 8
22 %u = alloca %union.anon, align 8
23 %tmp9 = getelementptr inbounds %union.anon, %union.anon* %u, i64 0, i32 0
27 %tmp4 = bitcast %union.anon* %u to [2 x i32]*
  /external/mesa3d/src/gallium/auxiliary/util/
u_pointer.h 40 union {
51 union {
62 union {
73 union {
106 union {
117 union {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_7/
tirpc_svc_7.c 50 union u_argument {
97 char *simplePing(union u_argument *in)
106 char *intTestProc(union u_argument *in)
116 char *lngTestProc(union u_argument *in)
126 char *dblTestProc(union u_argument *in)
136 char *strTestProc(union u_argument *in)
154 char *(*proc) (union u_argument *);
161 proc = (char *(*)(union u_argument *))simplePing;
168 proc = (char *(*)(union u_argument *))intTestProc;
175 proc = (char *(*)(union u_argument *))dblTestProc
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_iprange.h 30 union nf_inet_addr src_min, src_max;
31 union nf_inet_addr dst_min, dst_max;
  /bionic/libc/kernel/uapi/linux/netfilter_arp/
arpt_mangle.h 26 union {
29 union {

Completed in 1017 milliseconds

1 2 3 4 5 6 7 8 91011>>