| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| e_lgammaf_r.c | 62 u4 = 2.2896373272e-01, /* 0x3e6a7578 */ variable 198 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
| /dalvik/vm/test/ |
| TestIndirectRefTable.cpp | 73 const u4 cookie = IRT_FIRST_SEGMENT; 354 const u4 cookie = IRT_FIRST_SEGMENT;
|
| /external/fdlibm/ |
| e_lgamma_r.c | 128 u4 = 2.28963728064692451092e-01, /* 0x3FCD4EAE, 0xF6010924 */ variable 271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
| /dalvik/vm/ |
| Exception.cpp | 718 u4* fp = self->interpSave.curFrame; 748 if (dvmIsBreakFrame((u4*)saveArea->prevFrame)) { 765 if (!dvmIsBreakFrame((u4*)fp)) { 852 if (dvmIsBreakFrame((u4*)fp)) 869 if (!dvmIsBreakFrame((u4*)fp)) [all...] |
| Jni.cpp | 155 u4 crc = dvmInitCrc32(); 173 u4 stackCrc = self->stackCrc; 175 u4 crc = dvmInitCrc32(); 189 self->stackCrc = (u4) -1; /* make logic errors more noticeable */ 392 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie; 425 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie; 883 static void logNativeMethodEntry(const Method* method, const u4* args) 886 const u4* sp = args; [all...] |
| Thread.cpp | 763 dvmSetFieldInt(vmThreadObj, gDvm.offJavaLangVMThread_vmData, (u4)thread); 857 assert(((u4)stackBottom & 0x03) == 0); // looks like our malloc ensures this [all...] |
| AllocTracker.cpp | 60 u4 size; /* total size requested */ 179 if (!dvmIsBreakFrame((u4*) fp)) {
|
| /frameworks/base/libs/hwui/ |
| FontRenderer.cpp | 538 float x4, float y4, float u4, float v4, CacheTexture* texture) { 545 x3, y3, u3, v3, x4, y4, u4, v4); 550 float x4, float y4, float u4, float v4, CacheTexture* texture) { 557 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); 573 float x4, float y4, float u4, float v4, CacheTexture* texture) { 575 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
|
| /dalvik/vm/compiler/codegen/x86/ |
| LowerAlu.cpp | [all...] |
| CodegenInterface.cpp | 213 u4 *pExecutionCount = (u4 *) getTraceBase(entry); 501 u4* dvmJitUnchain(void* codeAddr) 566 padding = (4 - ((u4)pChainCells & 3)) & 3; 736 //int padding = (4 - ((u4)stream & 3)) & 3; [all...] |
| AnalysisO1.h | 221 u4 delayFreeFlags; //! for use with flags defined by VRDelayFreeFlags enum
|
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| URLTest.java | 58 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.getFile()) [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_dct_sse2.c | 74 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p24_p08); local 78 const __m128i v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING); 347 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p24_p08); local 356 const __m128i v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING); 409 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p12_p20); local 418 const __m128i v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING); 677 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local 705 u4 = _mm_madd_epi16(v2, k__cospi_p24_p08); 715 v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING); 724 u4 = _mm_srai_epi32(v4, DCT_CONST_BITS) 824 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local 1253 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p24_p08); local 1317 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p12_p20); local [all...] |
| /dalvik/vm/jdwp/ |
| JdwpEvent.cpp | 119 u4 dvmJdwpNextRequestSerial(JdwpState* state) 122 u4 result = state->requestSerial++; 132 u4 dvmJdwpNextEventSerial(JdwpState* state) 135 u4 result = state->eventSerial++; 281 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId) [all...] |
| /dalvik/vm/reflect/ |
| Proxy.cpp | 42 static void proxyConstructor(const u4* args, JValue* pResult, 44 static void proxyInvoker(const u4* args, JValue* pResult, 790 static ArrayObject* boxMethodArgs(const Method* method, const u4* args) 851 static void proxyConstructor(const u4* args, JValue* pResult, 870 static void proxyInvoker(const u4* args, JValue* pResult, [all...] |
| /art/jdwpspy/ |
| Net.cpp | 474 u4 length, id; 528 u4 length;
|
| /frameworks/rs/scriptc/ |
| rs_graphics.rsh | 292 * @param u4 299 float x4, float y4, float z4, float u4, float v4);
|
| /prebuilts/sdk/renderscript/include/ |
| rs_graphics.rsh | 292 * @param u4 299 float x4, float y4, float z4, float u4, float v4);
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| DalvInsn.java | 299 return Hex.u4(System.identityHashCode(this));
|
| /dalvik/dx/src/com/android/dx/dex/code/ |
| DalvInsn.java | 326 return Hex.u4(System.identityHashCode(this));
|
| /dalvik/vm/alloc/ |
| CardTable.cpp | 284 static void dumpReferencesRootVisitor(void *ptr, u4 threadId,
|
| /dalvik/vm/compiler/ |
| CompilerIR.h | 77 u4 dummyForAlignment;
|
| /dalvik/vm/compiler/codegen/mips/ |
| ArchUtility.cpp | 302 baseAddr + offset, offset, *(u4 *)(baseAddr + offset), opName, buf,
|
| /dalvik/vm/hprof/ |
| Hprof.cpp | 177 static void hprofRootVisitor(void *addr, u4 threadId, RootType type, void *arg)
|
| /dalvik/vm/mterp/c/ |
| opcommon.cpp | 155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ 201 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \ 235 if ((u4)firstVal == 0x80000000 && ((s1) vsrc2) == -1) { \ 280 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \ [all...] |