/external/qemu/tcg/ |
tcg-runtime.c | 35 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2) 37 return arg1 << arg2; 40 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2) 42 return (uint64_t)arg1 >> arg2; 45 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2) 47 return arg1 >> arg2; 50 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2) 52 return arg1 / arg2; 55 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2) 57 return arg1 % arg2; [all...] |
tcg-op.h | 46 static inline void tcg_gen_op2_i32(int opc, TCGv_i32 arg1, TCGv_i32 arg2) 50 *gen_opparam_ptr++ = GET_TCGV_I32(arg2); 53 static inline void tcg_gen_op2_i64(int opc, TCGv_i64 arg1, TCGv_i64 arg2) 57 *gen_opparam_ptr++ = GET_TCGV_I64(arg2); 60 static inline void tcg_gen_op2i_i32(int opc, TCGv_i32 arg1, TCGArg arg2) 64 *gen_opparam_ptr++ = arg2; 67 static inline void tcg_gen_op2i_i64(int opc, TCGv_i64 arg1, TCGArg arg2) 71 *gen_opparam_ptr++ = arg2; 74 static inline void tcg_gen_op2ii(int opc, TCGArg arg1, TCGArg arg2) 78 *gen_opparam_ptr++ = arg2; 655 tcg_gen_ld8u_i32(TCGV_LOW(ret), arg2, offset); local 662 tcg_gen_ld8s_i32(TCGV_LOW(ret), arg2, offset); local 669 tcg_gen_ld16u_i32(TCGV_LOW(ret), arg2, offset); local 676 tcg_gen_ld16s_i32(TCGV_LOW(ret), arg2, offset); local 683 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); local 690 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset); local 700 tcg_gen_ld_i32(TCGV_HIGH(ret), arg2, offset); local 701 tcg_gen_ld_i32(TCGV_LOW(ret), arg2, offset + 4); local 711 tcg_gen_st8_i32(TCGV_LOW(arg1), arg2, offset); local 717 tcg_gen_st16_i32(TCGV_LOW(arg1), arg2, offset); local 723 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset); local 730 tcg_gen_st_i32(TCGV_HIGH(arg1), arg2, offset); local 731 tcg_gen_st_i32(TCGV_LOW(arg1), arg2, offset + 4); local 760 tcg_gen_andi_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); local 761 tcg_gen_andi_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); local 772 tcg_gen_ori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); local 773 tcg_gen_ori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); local 784 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); local 785 tcg_gen_xori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); local [all...] |
/bionic/libc/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/bionic/libc/kernel/common/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Authorizer.java | 14 * @param arg2 second argument (file, table, or column name) 22 public int authorize(int what, String arg1, String arg2, String arg3,
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/frameworks/base/core/java/com/android/internal/os/ |
HandlerCaller.java | 39 public Object arg2; field in class:HandlerCaller.SomeArgs 139 public Message obtainMessageBO(int what, boolean arg1, Object arg2) { 140 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2); 143 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3) { 145 args.arg1 = arg2; 146 args.arg2 = arg3; 158 public Message obtainMessageII(int what, int arg1, int arg2) { 159 return mH.obtainMessage(what, arg1, arg2); 162 public Message obtainMessageIO(int what, int arg1, Object arg2) { 163 return mH.obtainMessage(what, arg1, 0, arg2); [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Tracing.h | 42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3) 45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
|
/dalvik/vm/mterp/c/ |
OP_EXECUTE_INLINE.c | 19 u4 arg0, arg1, arg2, arg3; local 20 arg0 = arg1 = arg2 = arg3 = 0; 38 arg2 = GET_REGISTER((vdst & 0x0f00) >> 8); 51 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref)) 54 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
|
OP_EXECUTE_INLINE_RANGE.c | 3 u4 arg0, arg1, arg2, arg3; local 4 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */ 22 arg2 = GET_REGISTER(vdst+2); 35 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref)) 38 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
|
/external/netperf/ |
netsh.c | 300 break_args(char *s, char *arg1, char *arg2) 306 /* there was a comma arg2 should be the second arg*/ 308 while ((*arg2++ = *ns++) != '\0'); 312 /* and arg2 should be the same value as arg1 */ 314 while ((*arg2++ = *ns++) != '\0'); 323 this version will not ass-u-me that arg2 should be the same as 326 break_args_explicit(char *s, char *arg1, char *arg2) 332 /* there was a comma arg2 should be the second arg*/ 334 while ((*arg2++ = *ns++) != '\0'); 337 /* there was not a comma, so we should make sure that arg2 is \ 472 arg2[BUFSIZ]; local [all...] |
/dalvik/vm/ |
InlineNative.h | 29 typedef bool (*InlineOp4Func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 93 INLINE bool dvmPerformInlineOp4Std(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 96 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult); 102 bool dvmPerformInlineOp4Dbg(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
|
/external/opencore/nodes/pvdummyinputnode/include/ |
pvmf_fileinput_node_internal.h | 59 void Construct(PVMFSessionId s, int32 cmd, int32 arg1, int32 arg2, int32& arg3, const OsclAny*aContext) 63 iParam2 = (OsclAny*)arg2; 66 void Parse(int32&arg1, int32&arg2, int32*&arg3) 69 arg2 = (int32)iParam2;
|
/dalvik/libcore/luni/src/main/native/ |
cbigint.h | 30 void multiplyHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, 37 IDATA compareHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, 40 void subtractHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, 43 U_32 simpleMultiplyHighPrecision (U_64 * arg1, IDATA length, U_64 arg2); 44 IDATA addHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, 47 U_64 arg2, U_32 * result); 50 void simpleMultiplyAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2, 54 void simpleShiftLeftHighPrecision (U_64 * arg1, IDATA length, IDATA arg2); 56 U_64 simpleMultiplyHighPrecision64 (U_64 * arg1, IDATA length, U_64 arg2); 57 IDATA simpleAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2); [all...] |