HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 351 - 375 of 404) sorted by null

<<11121314151617

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 327 return Hex.u4(System.identityHashCode(this));
  /frameworks/rs/
rsFont.h 253 float u4, float v4);
rsFont.cpp 675 float u4, float v4) {
714 (*currentPos++) = u4;
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 77 uint16_t u4; member in struct:__anon32844
  /dalvik/vm/
CheckJni.cpp 64 static void checkCallResultCommon(const u4* args, const JValue* pResult,
133 static inline bool callNeedsCheck(const u4* args, JValue* pResult,
142 void dvmCheckCallJNIMethod(const u4* args, JValue* pResult,
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 255 if (dvmIsBreakFrame((u4*)fp)) {
534 malloc(sizeof(u4) * gDvmJit.signatureBreakpointSize);
InlineTransformation.cpp 22 static inline u4 convertRegId(const DecodedInstruction *invoke,
  /dalvik/vm/jdwp/
JdwpSocket.cpp 549 u4 length, id;
587 u4 length, id;
JdwpAdb.cpp 431 u4 length, id;
  /frameworks/rs/driver/
rsdGL.cpp 539 float x4, float y4, float z4, float u4, float v4) {
542 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
  /dalvik/dexopt/
OptMain.cpp 424 u4 crc, modWhen;
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 55 u4 bits = value & 0xff;
ArmLIR.h     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 82 static int leadingZeros(u4 val)
84 u4 alt;
105 static int modifiedImmediate(u4 value)
109 u4 b0 = value & 0xff;
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 489 u4 offsetPC;
490 u4 offsetNCG;
579 int requestVRFreeDelay(int regNum, u4 reason);
580 void cancelVRFreeDelayRequest(int regNum, u4 reason);
    [all...]
BytecodeVisitor.cpp 537 u4 tmp_u4;
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 569 u4 skeleton;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgaevents.c 153 int u1,int u2,int u3, int u4)
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 220 int codeLength = bytes.getInt(offset + 4); // u4 code_length
229 "code_length: " + Hex.u4(codeLength));
760 Hex.u4(expected));
  /dalvik/vm/alloc/
MarkSweep.cpp 145 static void rootMarkObjectVisitor(void *addr, u4 thread, RootType type,
192 static void rootReMarkObjectVisitor(void *addr, u4 thread, RootType type,
  /external/chromium_org/v8/test/mjsunit/
large-object-allocation.js 156 this.u4 = i;
  /external/v8/test/mjsunit/
large-object-allocation.js 156 this.u4 = i;
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 463 constexpr bool u4 = p >= q; // expected-error {{constant expression}} member in namespace:UnspecifiedRelations
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 807 ex.addContext("...at bytecode offset " + Hex.u4(offset));
    [all...]

Completed in 1560 milliseconds

<<11121314151617