Searched defs:u4 (Results 1 - 19 of 19) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java46 public void write(short u0, short u1, short u2, short u3, short u4); argument
H A DShortArrayCodeOutput.java84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
89 write(u4);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java52 public static String u4(int v) { method in class:Hex
106 return u4(v);
279 default: astr = Hex.u4(outOffset); break;
/external/elfutils/libcpu/
H A Dmemory-access.h85 uint32_t u4; member in union:unaligned
113 return up->u4;
120 return bswap_32 (up->u4);
121 return up->u4;
128 return (int32_t) bswap_32 (up->u4);
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgaevents.c153 int u1,int u2,int u3, int u4)
152 SVGA_mousecallback(int button, int dx, int dy, int u1,int u2,int u3, int u4) argument
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DHex.java64 public static String u4(int v) { method in class:Hex
118 return u4(v);
291 default: astr = Hex.u4(outOffset); break;
/external/elfutils/libdw/
H A Dmemory-access.h182 uint32_t u4; member in union:unaligned
210 return up->u4;
217 return bswap_32 (up->u4);
218 return up->u4;
225 return (int32_t) bswap_32 (up->u4);
/external/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c39 typedef unsigned int u4; typedef
42 typedef unsigned long u4; typedef
45 typedef unsigned short u4; typedef
233 u4 endian;
267 register u4 c;
268 register const u4 FAR *buf4;
270 c = (u4)crc;
277 buf4 = (const u4 FAR *)(const void FAR *)buf;
307 register u4 c;
308 register const u4 FA
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp51 union U4 {} constexpr u4 = {}; variable in typeref:union:U4
/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp122 u u4 = { 0, "asdf" }; // expected-error{{excess elements in union initializer}} variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java58 URL u4; field in class:URLTest
137 u4 = new URL(
139 assertEquals("u4 returns a wrong protocol", "http", u4.getProtocol());
140 assertEquals("u4 returns a wrong host", "www.yahoo5.com", u4.getHost());
141 assertEquals("u4 returns a wrong port", -1, u4.getPort());
142 assertEquals("u4 returns a wrong file",
143 "/di!@$%^&*()_+r1/di:::r2/test.cgi?point1.html", u4
[all...]
/external/fdlibm/
H A De_lgamma_r.c128 u4 = 2.28963728064692451092e-01, /* 0x3FCD4EAE, 0xF6010924 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc584 // u4 is a duplicate title, different URL.
673 int64 u4 = adds.AddURL( L"u4", url, f2, u3); // + u4 NOLINT local
697 ops.ModifyPosition(u4, other_bookmarks_id(), f2);
943 // |-- u4, http://www.u4.com/
976 { L"u4", "http://www.u4.com/" },
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h54 static const uptr u4 = u3 + (l5 - l4) / s4; member in class:__sanitizer::DefaultSizeClassMap
64 static const uptr kNumClasses = u4 + 1;
76 if (class_id <= u4) return l4 + s4 * (class_id - u3);
93 if (class_id <= u4) return c4;
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp463 constexpr bool u4 = p >= q; // expected-error {{constant expression}} member in namespace:UnspecifiedRelations
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c262 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u ) argument
268 *u4 = i;
870 UInt u, u8 = 0x100, u4 = 0x10; /* both invalid */ local
877 if (fitsIn8x4(&u8, &u4, u)) {
878 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
880 if (mayInv && fitsIn8x4(&u8, &u4, ~u)) {
883 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
H A Dhost_arm_defs.c1448 static Bool fitsIn8x4 ( UInt* u8, UInt* u4, UInt u ) argument
1454 *u4 = i;
1464 UInt u8, u4; local
1467 if (fitsIn8x4(&u8, &u4, imm32)) {
1472 i->ARMin.Alu.argR = ARMRI84_I84(u8, u4);
/external/v8/test/cctest/
H A Dtest-api.cc5842 unsigned char u4 = buffer2[utf8_written2 - 1]; local
5846 CHECK_EQ((u4 & 0xc0), 0x80);
5848 CHECK_EQ((u4 & 0x3f), (c & 0x3f));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 381 milliseconds