HomeSort by relevance Sort by last modified time
    Searched refs:u1 (Results 151 - 175 of 284) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/
CheckJni.cpp     [all...]
  /dalvik/vm/hprof/
HprofHeap.cpp 328 hprofAddU1ToRecord(rec, (u1)f->value.b);
395 hprofAddU1ListToRecord(rec, (const u1 *)aobj->contents,
440 (u1)dvmGetFieldByte(obj, f->byteOffset));
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 29 } u1; member in struct:ioc3_uartregs
47 #define iu_rbr u1.rbr
49 #define iu_thr u1.thr
50 #define iu_dll u1.dll
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 171 throw new IllegalArgumentException("bad utf-8 byte " + Hex.u1(value) +
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 193 Hex.u1(opcode));
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 171 throw new IllegalArgumentException("bad utf-8 byte " + Hex.u1(value) +
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 29 } u1; member in struct:ioc3_uartregs
47 #define iu_rbr u1.rbr
49 #define iu_thr u1.thr
50 #define iu_dll u1.dll
  /external/clang/test/Sema/
array-init.c 216 int u1 = {}; //expected-warning{{use of GNU empty initializer extension}} expected-error{{scalar initializer cannot be empty}} variable
designated-initializers.c 141 union { char c; long l; } u1 = { .l = 0xFFFF }; variable in typeref:union:__anon6697
conversion.c 368 unsigned u1 = i; // expected-warning {{implicit conversion changes signedness}} local
369 u1 = i; // expected-warning {{implicit conversion changes signedness}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 171 throw new IllegalArgumentException("bad utf-8 byte " + Hex.u1(value) +
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 16 } u1; member in struct:ioc3_uartregs
32 #define iu_rbr u1.rbr
33 #define iu_thr u1.thr
34 #define iu_dll u1.dll
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Utf8Utils.java 177 throw new IllegalArgumentException("bad utf-8 byte " + Hex.u1(value) +
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 149 UWord u1, v1, w1,w2,t; local
154 u1 = u >> halfShift;
158 t = u1 * v0 + (w0 >> halfShift);
162 rHi = u1 * v1 + w2 + (w1 >> halfShift);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 29 } u1; member in struct:ioc3_uartregs
47 #define iu_rbr u1.rbr
49 #define iu_thr u1.thr
50 #define iu_dll u1.dll
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 29 } u1; member in struct:ioc3_uartregs
47 #define iu_rbr u1.rbr
49 #define iu_thr u1.thr
50 #define iu_dll u1.dll
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 126 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable
265 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
e_lgammaf_r.c 59 u1 = 6.3282704353e-01, /* 0x3f2200f4 */ variable
198 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 178 parsed(1, "num_parameters: " + Hex.u1(count));
412 Hex.u1(tag));
CodeObserver.java 80 String idxStr = (length <= 3) ? Hex.u1(idx) : Hex.u2(idx);
135 valueStr += Hex.u1(value);
  /external/fdlibm/
e_lgamma_r.c 125 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 168 SDL_PROC_UNUSED(void,glMap1d,(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points))
169 SDL_PROC_UNUSED(void,glMap1f,(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points))
170 SDL_PROC_UNUSED(void,glMap2d,(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points))
171 SDL_PROC_UNUSED(void,glMap2f,(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points))
172 SDL_PROC_UNUSED(void,glMapGrid1d,(GLint un, GLdouble u1, GLdouble u2))
173 SDL_PROC_UNUSED(void,glMapGrid1f,(GLint un, GLfloat u1, GLfloat u2))
174 SDL_PROC_UNUSED(void,glMapGrid2d,(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2))
175 SDL_PROC_UNUSED(void,glMapGrid2f,(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2))
  /frameworks/base/libs/hwui/
FontRenderer.cpp 448 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1,
456 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
460 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1,
469 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
483 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
487 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
  /external/valgrind/main/coregrind/
m_main.c 3340 ULong u0, u1, v1, q0, q1, k, n; local
    [all...]
  /dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp 892 v1 = *((u1*)rPC + 2);
893 v2 = *((u1*)rPC + 3);
    [all...]

Completed in 1327 milliseconds

1 2 3 4 5 67 8 91011>>