/external/e2fsprogs/lib/uuid/ |
uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
/external/clang/test/CodeGen/ |
arm-arguments.c | 84 // APCS-GNU: union.u14* noalias sret 86 union u14 { float f0; }; union 87 union u14 f14(void) {}
|
aarch64-arguments.c | 63 // PCS: define %union.u14 @f14() 64 union u14 { float f0; }; union 65 union u14 f14(void) {}
|
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 476 constexpr bool u14 = pf == pg;
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 819 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 681 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local 726 u14 = _mm_madd_epi16(s6, k__cospi_p06_m26); 736 w6 = _mm_add_epi32(u6, u14); 744 w14 = _mm_sub_epi32(u6, u14); 779 u14 = _mm_srai_epi32(v14, DCT_CONST_BITS); 790 in[7] = _mm_packs_epi32(u14, u15); [all...] |