HomeSort by relevance Sort by last modified time
    Searched refs:u14 (Results 1 - 8 of 8) sorted by null

  /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) {}
arm64-arguments.c 62 // CHECK: define %union.u14 @f14()
63 union u14 { float f0; }; union
64 union u14 f14(void) {}
  /toolchain/binutils/binutils-2.27/include/opcode/
crx.h 38 u10, u11, u12, u13, u14, u15, ura, usp, enumerator in enum:__anon4853
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 254 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
299 u14 = _mm_madd_epi16(s6, k__cospi_p06_m26);
309 w6 = _mm_add_epi32(u6, u14);
317 w14 = _mm_sub_epi32(u6, u14);
352 u14 = _mm_srai_epi32(v14, DCT_CONST_BITS);
363 in[7] = _mm_packs_epi32(u14, u15);
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 476 constexpr bool u14 = pf == pg;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 868 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
    [all...]

Completed in 220 milliseconds