Searched refs:u5 (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A Duuid.h58 #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}
H A Duuid.h.in58 #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/bluetooth/bluez/test/
H A Duuidtest.c46 bt_uuid_t u, u2, u3, u4, u5, ub, u128; local
123 bt_uuid128_create(&u5, i);
155 if (u5.type != 128) {
180 if (bt_uuid_cmp(&u4, &u5) != 0) {
185 if (bt_uuid_cmp(&u5, &u) != 0) {
195 if (bt_uuid_cmp(&u5, &ub) == 0) {
218 bt_uuid128_create(&u5, i);
261 if (u5.type != 128) {
281 if (bt_uuid_cmp(&u4, &u5) != 0) {
286 if (bt_uuid_cmp(&u5,
[all...]
/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp123 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}} variable
/external/fdlibm/
H A De_lgamma_r.c129 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java60 URL u5; field in class:URLTest
146 u5 = new URL("file:/testing.tst");
147 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol());
148 assertTrue("u5 returns a wrong host", u5.getHost().equals(""));
149 assertEquals("u5 returns a wrong port", -1, u5.getPort());
150 assertEquals("u5 returns a wrong file", "/testing.tst", u5
[all...]
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js182 this.u5 = i;
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc587 // u5 tests an empty-string title.
674 int64 u5 = adds.AddURL( L"u5", url, f1, f2); // + u5 NOLINT local
675 int64 f6 = adds.AddFolder(L"f6", f1, u5); // + f6
698 ops.ModifyPosition(u5, f6, 0);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp464 constexpr bool u5 = p < 0; // expected-error {{constant expression}} member in namespace:UnspecifiedRelations
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c1996 bltfx.u5.dwFillColor = color;

Completed in 150 milliseconds