HomeSort by relevance Sort by last modified time
    Searched refs:u11 (Results 1 - 12 of 12) 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}
  /toolchain/binutils/binutils-2.25/include/opcode/
crx.h 38 u10, u11, u12, u13, u14, u15, ura, usp, enumerator in enum:__anon116257
  /prebuilts/go/darwin-x86/test/
literal.go 98 var u11 uint16 = 1
101 assert(u11 == u10+1, "u11")
  /prebuilts/go/linux-x86/test/
literal.go 98 var u11 uint16 = 1
101 assert(u11 == u10+1, "u11")
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 193 URL u11 = new URL("file:////file.txt"); local
195 assertEquals("u11 returns a wrong authority", "", u11.getAuthority());
196 assertEquals("u11 returns a wrong file " + u11.getFile(), "//file.txt",
197 u11.getFile());
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 742 __m128i u8, u9, u10, u11, u12, u13, u14, u15; local
760 u11 = _mm_mulhrs_epi16(in[6], stk2_6);
766 v10 = _mm_sub_epi16(u11, u10);
767 v11 = _mm_add_epi16(u11, u10);
1037 __m128i u8, u9, u10, u11, u12, u13, u14, u15; \/\/ stp2_ local
    [all...]
inv_txfm_sse2.c 382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
424 u11 = _mm_madd_epi16(s5, k__cospi_p14_m18);
434 w3 = _mm_add_epi32(u3, u11);
442 w11 = _mm_sub_epi32(u3, u11);
477 u11 = _mm_srai_epi32(v11, DCT_CONST_BITS);
489 in[5] = _mm_packs_epi32(u10, u11);
    [all...]
  /external/ImageMagick/MagickCore/
resample.c     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 470 constexpr bool u11 = 0 > q; // expected-error {{constant expression}}
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 261 Bundle u11 = new Bundle(); local
262 u11.putString("a", "a_a11");
263 u11.putString("b", "b_a11");
264 u11.putString("c", "c_a11");
270 mAms.addAccountExplicitly(a11, "p11", u11);
    [all...]

Completed in 395 milliseconds