HomeSort by relevance Sort by last modified time
    Searched refs:arg1 (Results 1 - 25 of 422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 28 static inline void tcg_gen_op1_i32(int opc, TCGv_i32 arg1)
31 *gen_opparam_ptr++ = GET_TCGV_I32(arg1);
34 static inline void tcg_gen_op1_i64(int opc, TCGv_i64 arg1)
37 *gen_opparam_ptr++ = GET_TCGV_I64(arg1);
40 static inline void tcg_gen_op1i(int opc, TCGArg arg1)
43 *gen_opparam_ptr++ = arg1;
46 static inline void tcg_gen_op2_i32(int opc, TCGv_i32 arg1, TCGv_i32 arg2)
49 *gen_opparam_ptr++ = GET_TCGV_I32(arg1);
53 static inline void tcg_gen_op2_i64(int opc, TCGv_i64 arg1, TCGv_i64 arg2)
56 *gen_opparam_ptr++ = GET_TCGV_I64(arg1);
    [all...]
  /external/fdlibm/
s_matherr.c 24 if(x->arg1!=x->arg1) return 0;
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 38 public Object arg1; 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;
147 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, args);
150 public Message obtainMessageO(int what, Object arg1) {
151 return mH.obtainMessage(what, 0, 0, arg1);
154 public Message obtainMessageI(int what, int arg1) {
155 return mH.obtainMessage(what, arg1, 0)
    [all...]
  /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 13 * @param arg1 first argument (table, view, index, or trigger 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-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-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-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-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-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
PriviAction.java 33 private Object arg1; field in class:PriviAction
62 this.arg1 = arg;
86 arg1 = object;
100 arg1 = property;
116 arg1 = property;
129 return (T)System.getProperty((String) arg1, (String) arg2);
131 return (T)Security.getProperty((String) arg1);
135 ((AccessibleObject) arg1).setAccessible(true);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/domapi/
XPathStylesheetDOM3Exception.java 30 public XPathStylesheetDOM3Exception(String msg, SourceLocator arg1)
32 super(msg, arg1);
  /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;
41 arg1 = GET_REGISTER((vdst & 0x00f0) >> 4);
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 */
25 arg1 = GET_REGISTER(vdst+1);
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)
312 /* and arg2 should be the same value as arg1 */
316 while ((*arg1++ = *s++) != '\0');
324 arg1. raj 2005-02-04 */
326 break_args_explicit(char *s, char *arg1, char *arg2)
341 while ((*arg1++ = *s++) != '\0');
475 char arg1[BUFSIZ], /* argument holders */
499 break_args(optarg,arg1,arg2);
500 if (arg1[0]) {
501 local_send_align = convert(arg1);
471 char arg1[BUFSIZ], \/* argument holders *\/ 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)
62 iParam1 = (OsclAny*)arg1;
66 void Parse(int32&arg1, int32&arg2, int32*&arg3)
68 arg1 = (int32)iParam1;
  /dalvik/libcore/luni/src/main/native/
cbigint.h 30 void multiplyHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2,
32 U_32 simpleAppendDecimalDigitHighPrecision (U_64 * arg1, IDATA length,
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,
46 void simpleMultiplyAddHighPrecisionBigEndianFix (U_64 * arg1, IDATA length,
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)
    [all...]
cbigint.c 115 simpleAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2)
120 *arg1 += arg2;
121 if (arg2 <= *arg1)
126 while (++arg1[index] == 0 && ++index < length);
132 addHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2)
134 /* addition is limited by length of arg1 as it this function is
135 * storing the result in arg1 */
156 temp1 = arg1[index];
159 arg1[index] = temp3 + carry;
160 if (arg2[index] < arg1[index]
    [all...]
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
NormalClass.java 29 private NormalClass(String arg1) { }
30 protected NormalClass(String arg1, String arg2) throws NormalException { }
31 NormalClass(String arg1, String arg2, String arg3) { }
  /external/jpeg/
ckconfig.c 103 int testfunction (int arg1, int * arg2); /* check prototypes */
111 int testfunction (int arg1, int * arg2) /* check definitions */
113 return arg2[arg1];
163 void test3function (void_ptr arg1, void_func arg2)
165 void test3function (arg1, arg2)
166 void_ptr arg1;
170 char * locptr = (char *) arg1; /* check casting to and from void * */
171 arg1 = (void *) locptr;
187 int test4function (const int arg1)
189 int test4function (arg1)
    [all...]
  /external/webkit/WebCore/bridge/
testM.js 5 myInterface.jsobject = new Function ("arg1","arg2","return arg1 + arg2;");
8 var functionBody = 'return arg1*arg2;'
10 myInterface.setJSObject_(new Function ("arg1","arg2",functionBody));

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>