Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 116) sorted by relevance

12345

/external/qemu/tcg/
Dtcg-op.h33 static inline void tcg_gen_op1(int opc, TCGv arg1) in tcg_gen_op1() argument
36 *gen_opparam_ptr++ = GET_TCGV(arg1); in tcg_gen_op1()
39 static inline void tcg_gen_op1i(int opc, TCGArg arg1) in tcg_gen_op1i() argument
42 *gen_opparam_ptr++ = arg1; in tcg_gen_op1i()
45 static inline void tcg_gen_op2(int opc, TCGv arg1, TCGv arg2) in tcg_gen_op2() argument
48 *gen_opparam_ptr++ = GET_TCGV(arg1); in tcg_gen_op2()
52 static inline void tcg_gen_op2i(int opc, TCGv arg1, TCGArg arg2) in tcg_gen_op2i() argument
55 *gen_opparam_ptr++ = GET_TCGV(arg1); in tcg_gen_op2i()
59 static inline void tcg_gen_op2ii(int opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii() argument
62 *gen_opparam_ptr++ = arg1; in tcg_gen_op2ii()
[all …]
Dtcg-runtime.c34 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2) in tcg_helper_shl_i64() argument
36 return arg1 << arg2; in tcg_helper_shl_i64()
39 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2) in tcg_helper_shr_i64() argument
41 return (uint64_t)arg1 >> arg2; in tcg_helper_shr_i64()
44 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2) in tcg_helper_sar_i64() argument
46 return arg1 >> arg2; in tcg_helper_sar_i64()
49 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2) in tcg_helper_div_i64() argument
51 return arg1 / arg2; in tcg_helper_div_i64()
54 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2) in tcg_helper_rem_i64() argument
56 return arg1 % arg2; in tcg_helper_rem_i64()
[all …]
Dtcg.h376 void tcg_gen_shifti_i64(TCGv ret, TCGv arg1,
407 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
408 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);
409 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
410 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2);
411 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
412 uint64_t tcg_helper_divu_i64(uint64_t arg1, uint64_t arg2);
413 uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2);
/external/netperf/
Dnetsh.c299 break_args(char *s, char *arg1, char *arg2) in break_args() argument
315 while ((*arg1++ = *s++) != '\0'); in break_args()
325 break_args_explicit(char *s, char *arg1, char *arg2) in break_args_explicit() argument
340 while ((*arg1++ = *s++) != '\0'); in break_args_explicit()
471 char arg1[BUFSIZ], /* argument holders */ in scan_cmd_line() local
495 break_args(optarg,arg1,arg2); in scan_cmd_line()
496 if (arg1[0]) { in scan_cmd_line()
497 local_send_align = convert(arg1); in scan_cmd_line()
504 break_args(optarg,arg1,arg2); in scan_cmd_line()
505 if (arg1[0]) { in scan_cmd_line()
[all …]
Dnettest_sdp.c3381 arg1[BUFSIZ], /* argument holders */ local
3433 break_args_explicit(optarg,arg1,arg2);
3434 if (arg1[0]) {
3437 remote_data_address = malloc(strlen(arg1)+1);
3438 strncpy(remote_data_address,arg1,strlen(arg1));
3444 break_args_explicit(optarg,arg1,arg2);
3445 if (arg1[0]) {
3448 local_data_address = malloc(strlen(arg1)+1);
3449 strncpy(local_data_address,arg1,strlen(arg1));
3458 break_args(optarg,arg1,arg2);
[all …]
/external/jpeg/
Dckconfig.c103 int testfunction (int arg1, int * arg2); /* check prototypes */
111 int testfunction (int arg1, int * arg2) /* check definitions */ in testfunction() argument
113 return arg2[arg1]; in testfunction()
163 void test3function (void_ptr arg1, void_func arg2) in test3function() argument
165 void test3function (arg1, arg2) in test3function()
166 void_ptr arg1; in test3function()
170 char * locptr = (char *) arg1; /* check casting to and from void * */
171 arg1 = (void *) locptr;
187 int test4function (const int arg1) in test4function() argument
189 int test4function (arg1) in test4function()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c43 char *arg1, *arg2; variable
444 create_tdb(arg1); in do_command()
448 open_tdb(arg1); in do_command()
452 system(arg1); in do_command()
475 insert_tdb(arg1, arg1len,arg2,arg2len); in do_command()
479 move_rec(arg1,arg1len,arg2); in do_command()
483 store_tdb(arg1,arg1len,arg2,arg2len); in do_command()
487 show_tdb(arg1, arg1len); in do_command()
497 delete_tdb(arg1,arg1len); in do_command()
569 arg1 = NULL; in main()
[all …]
/external/qemu/tcg/sparc/
Dtcg-target.c368 int arg1, tcg_target_long arg2) in tcg_out_ld() argument
371 tcg_out_ldst(s, ret, arg1, arg2, LDUW); in tcg_out_ld()
373 tcg_out_ldst(s, ret, arg1, arg2, LDX); in tcg_out_ld()
377 int arg1, tcg_target_long arg2) in tcg_out_st() argument
380 tcg_out_ldst(s, arg, arg1, arg2, STW); in tcg_out_st()
382 tcg_out_ldst(s, arg, arg1, arg2, STX); in tcg_out_st()
451 TCGArg arg1, TCGArg arg2, int const_arg2, in tcg_out_brcond() argument
456 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC); in tcg_out_brcond()
459 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC); in tcg_out_brcond()
520 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits; in tcg_out_qemu_ld() local
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-104077.js77 sum = arg1 + arg2;
88 obj.arg1 = 1;
160 sum = arg1 + arg2;
187 obj.arg1 = 1;
324 sum = arg1 + arg2;
367 obj.arg1 = 1;
387 sum = arg1 + arg2;
435 obj.arg1 = 1;
455 sum = arg1 + arg2;
498 obj.arg1 = 1;
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_fileinput_node_internal.h59 …void Construct(PVMFSessionId s, int32 cmd, int32 arg1, int32 arg2, int32& arg3, const OsclAny*aCon… in Construct() argument
62 iParam1 = (OsclAny*)arg1; in Construct()
66 void Parse(int32&arg1, int32&arg2, int32*&arg3) in Parse() argument
68 arg1 = (int32)iParam1; in Parse()
/external/webkit/WebCore/svg/
DSynchronizableTypeWrapper.h117 inline SynchronizableTypeWrapper<StoredType>::SynchronizableTypeWrapper(const T1& arg1) in SynchronizableTypeWrapper() argument
120 m_value = StoredType(arg1); in SynchronizableTypeWrapper()
124 …inline SynchronizableTypeWrapper<StoredType>::SynchronizableTypeWrapper(const T1& arg1, const T2& … in SynchronizableTypeWrapper() argument
127 m_value = StoredType(arg1, arg2); in SynchronizableTypeWrapper()
131 …inline SynchronizableTypeWrapper<StoredType>::SynchronizableTypeWrapper(const T1& arg1, const T2& … in SynchronizableTypeWrapper() argument
134 m_value = StoredType(arg1, arg2, arg3); in SynchronizableTypeWrapper()
DSVGAnimatedProperty.h209 … const T1& arg1) in SVGAnimatedProperty() argument
213 , m_value(arg1) in SVGAnimatedProperty()
223 … const T1& arg1) in SVGAnimatedProperty() argument
227 , m_value(arg1) in SVGAnimatedProperty()
236 … const T1& arg1, in SVGAnimatedProperty() argument
241 , m_value(arg1, arg2) in SVGAnimatedProperty()
251 … const T1& arg1, in SVGAnimatedProperty() argument
256 , m_value(arg1, arg2) in SVGAnimatedProperty()
265 … const T1& arg1, in SVGAnimatedProperty() argument
271 , m_value(arg1, arg2, arg3) in SVGAnimatedProperty()
[all …]
/external/clearsilver/cs/
Dcsparse.c305 if (my_node->arg1.expr1) dealloc_arg (&(my_node->arg1.expr1)); in dealloc_node()
306 if (my_node->arg1.expr2) dealloc_arg (&(my_node->arg1.expr2)); in dealloc_node()
307 if (my_node->arg1.next) dealloc_arg (&(my_node->arg1.next)); in dealloc_node()
312 if (my_node->arg1.argexpr) free(my_node->arg1.argexpr); in dealloc_node()
1472 node->arg1.op_type = CS_TYPE_STRING; in literal_parse()
1473 node->arg1.s = arg; in literal_parse()
1485 if (node->arg1.s != NULL) in literal_eval()
1486 err = parse->output_cb (parse->output_ctx, node->arg1.s); in literal_eval()
1516 node->arg1.op_type = CS_TYPE_VAR; in name_parse()
1517 node->arg1.s = a; in name_parse()
[all …]
/external/webkit/JavaScriptCore/runtime/
DTracing.h36 #define JAVASCRIPTCORE_GC_END(arg0, arg1) argument
42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3) argument
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3) argument
DRegExpPrototype.cpp79 JSValuePtr arg1 = args.at(exec, 1); in regExpProtoFuncCompile() local
82 if (!arg1.isUndefined()) in regExpProtoFuncCompile()
87 UString flags = arg1.isUndefined() ? UString("") : arg1.toString(exec); in regExpProtoFuncCompile()
/external/e2fsprogs/resize/
Dtest_extent.c22 char *cp, *cmd, *arg1, *arg2; in do_test() local
52 arg1 = arg2 = 0; in do_test()
56 arg1 = cp; in do_test()
57 num1 = strtoul(arg1, 0, 0); in do_test()
/external/openssl/crypto/lhash/
Dlhash.h113 int f_name##_LHASH_COMP(const void *arg1, const void *arg2) { \
114 o_type a = (o_type)arg1; \
132 void f_name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
133 o_type a = (o_type)arg1; \
/external/openssl/include/openssl/
Dlhash.h113 int f_name##_LHASH_COMP(const void *arg1, const void *arg2) { \
114 o_type a = (o_type)arg1; \
132 void f_name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
133 o_type a = (o_type)arg1; \
/external/openssl/crypto/x509/
Dx509_trs.c159 char *name, int arg1, void *arg2) in X509_TRUST_add() argument
192 trtmp->arg1 = arg1; in X509_TRUST_add()
246 return obj_trust(trust->arg1, x, flags); in trust_1oidany()
255 if(x->aux) return obj_trust(trust->arg1, x, flags); in trust_1oid()
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp57 opStack[popOp++]= arg1; in pushScope()
69 arg1= opStack[--popOp]; in popScope()
83 arg1= newArg1; in BeginScope()
127 endOutLabel= arg1; // For inserting into closing brace in ConnectLastScope()
186 for (ii= 1; ii < arg1; ii++) in CloseScope()
193 if (arg1 <= 0) in CloseScope()
203 for (ii= 1; ii < arg1; ii++) in CloseScope()
205 finalId= lastId + (arg1 - 1) * blockCount; in CloseScope()
211 if (arg1 == 0) in CloseScope()
226 if (arg1 <= 1) in CloseScope()
[all …]
/external/dbus/test/
Dshell-test.c12 test_command_line (const char *arg1, ...) in test_command_line() argument
23 va_start (var_args, arg1); in test_command_line()
24 _dbus_list_append (&list, (char *)arg1); in test_command_line()
/external/fdlibm/
Ds_matherr.c24 if(x->arg1!=x->arg1) return 0;
/external/libxml2/
Dxpath.c6452 xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2) { in xmlXPathCompareNodeSets() argument
6460 if ((arg1 == NULL) || in xmlXPathCompareNodeSets()
6461 ((arg1->type != XPATH_NODESET) && (arg1->type != XPATH_XSLT_TREE))) { in xmlXPathCompareNodeSets()
6467 xmlXPathFreeObject(arg1); in xmlXPathCompareNodeSets()
6472 ns1 = arg1->nodesetval; in xmlXPathCompareNodeSets()
6476 xmlXPathFreeObject(arg1); in xmlXPathCompareNodeSets()
6481 xmlXPathFreeObject(arg1); in xmlXPathCompareNodeSets()
6489 xmlXPathFreeObject(arg1); in xmlXPathCompareNodeSets()
6519 xmlXPathFreeObject(arg1); in xmlXPathCompareNodeSets()
6706 xmlXPathEqualNodeSets(xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2, int neq) { in xmlXPathEqualNodeSets() argument
[all …]
/external/opencore/nodes/pvloopbacknode/include/
Dpvmf_loopback_node.h120 …void Construct(PVMFSessionId s, int32 cmd, int32 arg1, int32 arg2, int32& arg3, const OsclAny*aCon… in Construct() argument
123 iParam1 = (OsclAny*)arg1; in Construct()
127 void Parse(int32&arg1, int32&arg2, int32*&arg3) in Parse() argument
129 arg1 = (int32)iParam1; in Parse()
/external/strace/
Dsystem.c1464 static cap_user_data_t arg1 = NULL; local
1474 if (!arg1) {
1475 if ((arg1 = malloc(sizeof(*arg1))) == NULL) {
1496 else if (umoven(tcp, tcp->u_arg[1], sizeof(*arg1), (char *) arg1) < 0)
1500 printflags(capabilities, arg1->effective, "CAP_???");
1502 printflags(capabilities, arg1->permitted, "CAP_???");
1504 printflags(capabilities, arg1->inheritable, "CAP_???");
1516 static cap_user_data_t arg1 = NULL; local
1526 if (!arg1) {
1527 if ((arg1 = malloc(sizeof(*arg1))) == NULL) {
[all …]

12345