HomeSort by relevance Sort by last modified time
    Searched refs:u5 (Results 1 - 25 of 42) sorted by null

1 2

  /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/gold/testsuite/
leb128_unittest.cc 46 static unsigned char u5[] = { 0x80+0, 1 }; // 128 local
68 CHECK(read_unsigned_LEB_128(u5, &len) == 128 && len == sizeof(u5));
  /external/mesa3d/src/mesa/main/
formats.csv 198 MESA_FORMAT_B5G6R5_UINT , packed, 1, 1, 1, u5 , u6 , u5 , , zyx1, rgb
199 MESA_FORMAT_R5G6B5_UINT , packed, 1, 1, 1, u5 , u6 , u5 , , xyz1, rgb
206 MESA_FORMAT_A1B5G5R5_UINT , packed, 1, 1, 1, u1 , u5 , u5 , u5 , wzyx, rgb
207 MESA_FORMAT_B5G5R5A1_UINT , packed, 1, 1, 1, u5 , u5 , u5 , u1 , zyxw, rg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_dxhelper.h 51 # define DUMMYUNIONNAME5 u5
shtypes.h 41 #define DUMMYUNIONNAME5 u5
_mingw.h 473 # define DUMMYUNIONNAME5 u5
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 179 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}} variable
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
LiveDataQueryTest.java 88 final User u5 = TestUtil.createUser(5); local
89 mUserDao.insert(u5);
92 u5.setName("foo-foo-foo");
94 mUserDao.insertOrReplace(u5);
101 u5.setName("baba");
102 mUserDao.insertOrReplace(u5);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
e.go 106 *u5
112 type u5 struct { type
  /prebuilts/go/linux-x86/src/go/doc/testdata/
e.go 106 *u5
112 type u5 struct { type
  /external/libvorbis/vq/
Makefile.am 22 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
  /system/bt/btif/src/
btif_gatt_test.cc 276 params->u5);
282 bte_appl_cfg.ble_max_key_size = params->u5;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 55 URL u5; field in class:URLTest
141 u5 = new URL("file:/testing.tst");
142 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol());
143 assertTrue("u5 returns a wrong host", u5.getHost().equals(""));
144 assertEquals("u5 returns a wrong port", -1, u5.getPort());
145 assertEquals("u5 returns a wrong file", "/testing.tst", u5.getFile())
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 112 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
123 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
166 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p12_p20); local
175 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
vp9_dct_intrin_sse2.c 272 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
281 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
334 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p12_p20); local
343 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
772 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
801 u5 = _mm_madd_epi16(v3, k__cospi_p24_p08);
919 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon116257
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 131 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /external/fdlibm/
e_lgamma_r.c 129 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 452 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
472 butterfly(&u0, &u2, &stg4_4, &stg4_5, &u4, &u5); // stp2_9, stp2_14
480 v13 = _mm_sub_epi16(u5, u7);
481 v14 = _mm_add_epi16(u5, u7);
690 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
715 u5 = _mm_mulhrs_epi16(in[12], stk3_2);
719 v4 = _mm_add_epi16(u4, u5);
720 v5 = _mm_sub_epi16(u4, u5);
1099 __m128i u0, u1, u2, u3, u4, u5, u6, u7; \/\/ stp1_ local
    [all...]
fwd_txfm_impl_sse2.h 346 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
355 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
432 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p12_p20); local
441 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
    [all...]
inv_txfm_sse2.c 382 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
418 u5 = _mm_madd_epi16(s3, k__cospi_p10_p22);
436 w5 = _mm_add_epi32(u5, u13);
444 w13 = _mm_sub_epi32(u5, u13);
471 u5 = _mm_srai_epi32(v5, DCT_CONST_BITS);
486 in[2] = _mm_packs_epi32(u4, u5);
535 u5 = _mm_srai_epi32(v5, DCT_CONST_BITS);
542 s6 = _mm_packs_epi32(u4, u5);
565 u5 = _mm_add_epi32(v5, k__DCT_CONST_ROUNDING);
574 v5 = _mm_srai_epi32(u5, DCT_CONST_BITS)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 115 u5 = 4.94698036296756044610805900340723464e+00L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 77 uint16_t u5; member in struct:__anon42951
  /libcore/ojluni/src/main/native/
net_util_md.c 675 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf;
681 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7,
689 staddr[5] = (unsigned char)u5;
    [all...]

Completed in 833 milliseconds

1 2