Searched refs:arg2 (Results 101 - 125 of 405) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Daarch64-neon-scalar-x-indexed-elem.c509 float64x1_t arg2; local
513 arg2 = vcreate_f64(UINT64_C(0x3fee211e215aeef3));
514 result = vmulx_lane_f64(arg1, arg2, 0);
535 float64x1_t arg2; local
540 arg2 = vcreate_f64(UINT64_C(0x3fee211e215aeef3));
541 arg3 = vcombine_f64(arg1, arg2);
/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_T2_32.c511 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2) argument
515 arg2 must be register, TMP_REG2, imm */
527 reg = (flags & ARG2_IMM) ? arg1 : arg2;
528 imm = (flags & ARG2_IMM) ? arg2 : arg1;
668 FAIL_IF(load_immediate(compiler, TMP_REG2, arg2));
669 arg2 = TMP_REG2;
688 if (dst == arg2)
690 return push_inst16(compiler, MOV | SET_REGS44(dst, arg2));
694 if (IS_2_LO_REGS(dst, arg2))
695 return push_inst16(compiler, UXTB | RD3(dst) | RN3(arg2));
1119 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg1, sljit_sw arg1w, sljit_s32 arg2, sljit_sw arg2w) argument
[all...]
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
H A DJDK14LoggerAdapter.java114 * @param arg2
117 public void trace(String format, Object arg1, Object arg2) { argument
119 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
213 * @param arg2
216 public void debug(String format, Object arg1, Object arg2) { argument
218 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
312 * @param arg2
315 public void info(String format, Object arg1, Object arg2) { argument
317 FormattingTuple ft = MessageFormatter.format(format, arg1, arg2);
414 * @param arg2
417 warn(String format, Object arg1, Object arg2) argument
518 error(String format, Object arg1, Object arg2) argument
[all...]
/external/ImageMagick/MagickWand/
H A Doperation.c405 % const char *option, const char *arg1, const char *arg2)
413 % o arg1, arg2: optional argument strings to the operation
414 % arg2 is currently only used by "-limit"
425 *arg2;
447 arg2 = arg2n;
465 arg2=InterpretImageProperties(_image_info,_image,arg2n,_exception);
466 if (arg2 == (char *) NULL) {
468 arg2=arg2n; /* use the given argument as is */
602 CLISettingOptionInfo(cli_wand,"-undercolor",arg1, arg2);
1076 if (LocaleCompare("unlimited",arg2) !
420 *arg2; local
1664 *arg2; local
3602 CLISimpleOperatorImages(MagickCLI *cli_wand, const char *option,const char *arg1,const char *arg2,ExceptionInfo *exception) argument
3679 *arg2; local
4601 *arg2; local
5123 *arg2; local
[all...]
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jar ... .slf4j.Marker marker String format Object arg1 Object arg2 public void trace (org.slf4j.Marker, java. ...
H A Dslf4j-api-1.6.6.jar ... .slf4j.Marker marker String format Object arg1 Object arg2 public void trace (org.slf4j.Marker, java. ...
H A Dslf4j-api-1.6.99.jar ... .slf4j.Marker marker String format Object arg1 Object arg2 public void trace (org.slf4j.Marker, java. ...
H A Dslf4j-api-2.0.99.jar ... .slf4j.Marker marker String format Object arg1 Object arg2 public void trace (org.slf4j.Marker, java. ...
/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h209 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
212 Arg1 arg1, Arg2 arg2)
214 arg1_(arg1), arg2_(arg2) {}
233 typedef void (Class::*MethodType)(Arg1 arg1, Arg2 arg2);
236 Arg1 arg1, Arg2 arg2)
238 arg1_(arg1), arg2_(arg2) {}
437 Arg1 arg1, Arg2 arg2) {
439 function, true, arg1, arg2);
445 Arg1 arg1, Arg2 arg2) {
447 function, false, arg1, arg2);
211 FunctionClosure2(FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
235 MethodClosure2(Class* object, MethodType method, bool self_deleting, Arg1 arg1, Arg2 arg2) argument
436 NewCallback(void (*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) argument
444 NewPermanentCallback(void (*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) argument
452 NewCallback(Class* object, void (Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) argument
460 NewPermanentCallback( Class* object, void (Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLSAXHandler.java143 String arg2,
160 public void externalEntityDecl(String arg0, String arg1, String arg2) argument
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) argument
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2);
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException argument
405 m_lexHandler.comment(arg0, arg1, arg2);
408 super.fireCommentEvent(arg0, arg1, arg2);
140 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
H A DToSAXHandler.java105 public void startDTD(String arg0, String arg1, String arg2) argument
195 String arg2,
205 super.fireStartElem(arg2);
192 startElement( String arg0, String arg1, String arg2, Attributes arg3) argument
/external/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
348 arg2.policy = SCHED_RR;
349 arg2.priority = 20;
350 arg2.func = func_rt;
392 startThread(&arg2);
401 stopThread(&arg2);
406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id,
/external/mesa3d/src/mesa/main/
H A Datifragshader.c152 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
170 fprintf(stderr, ", %s, %s, %d", _mesa_lookup_enum_by_nr(arg2),
590 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2,
656 (((arg2 == GL_SECONDARY_INTERPOLATOR_ATI) && ((arg2Rep == GL_ALPHA) || (arg2Rep == GL_NONE)))))) {
663 if (arg2) {
664 if (!check_arith_arg(curProg, optype, arg2, arg2Rep)) {
673 (arg2 >= GL_CON_0_ATI) && (arg2 <= GL_CON_7_ATI) &&
675 (arg1 != arg2) && (arg1 != arg3) && (arg2 !
150 debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
588 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) argument
732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
752 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod) argument
762 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) argument
[all...]
/external/valgrind/VEX/priv/
H A Dir_opt.c275 && isIRAtom(e->Iex.Binop.arg2) );
314 flatten_Expr(bb, qop->arg2),
326 flatten_Expr(bb, triop->arg2),
336 flatten_Expr(bb, ex->Iex.Binop.arg2))));
1085 && sameIRExprs_aux( env, e1->Iex.Binop.arg2,
1086 e2->Iex.Binop.arg2 ));
1113 && sameIRExprs_aux( env, tri1->arg2, tri2->arg2 )
1699 && e->Iex.Binop.arg2->tag == Iex_Const) {
1707 | e->Iex.Binop.arg2
2070 UShort arg2 = e->Iex.Binop.arg2->Iex.Const.con->Ico.V128; local
3437 IRTemp arg2; member in struct:__anon22661::__anon22663::__anon22665
3449 IRTemp arg2; member in struct:__anon22661::__anon22663::__anon22667
[all...]
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h771 #define __sanitizer_syscall_pre_io_submit(ctx_id, arg1, arg2) \
773 (long)(arg2))
774 #define __sanitizer_syscall_post_io_submit(res, ctx_id, arg1, arg2) \
776 (long)(arg2))
1079 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \
1080 __sanitizer_syscall_pre_impl_bind((long)(arg0), (long)(arg1), (long)(arg2))
1081 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \
1083 (long)(arg2))
1084 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \
1085 __sanitizer_syscall_pre_impl_connect((long)(arg0), (long)(arg1), (long)(arg2))
[all...]
/external/syslinux/efi64/include/efi/x86_64/
H A Defibind.h317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
319 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
321 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
323 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
325 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
327 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
330 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
333 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
H A Defibind.h317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
319 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
321 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
323 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
325 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
327 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
330 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
333 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c288 thestruct arg1, arg2; local
323 arg2.thr = &th_work;
325 arg2.sig = SIGUSR2;
328 arg2.sem = &semsig2;
337 if ((ret = pthread_create(&th_sig2, NULL, sendsig, (void *)&arg2))) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandler.java76 public Message obtainMessage(int what, int arg1, int arg2) { argument
77 return obtainMessage(what, arg1, arg2, null);
81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) { argument
85 message.arg2 = arg2;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h92 Command2(void (APIENTRY *function)(A1, A2), A1 arg1, A2 arg2) argument
95 , argument2(arg2)
113 Command3(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) argument
116 , argument2(arg2)
136 Command4(void (APIENTRY *function)(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) argument
139 , argument2(arg2)
161 Command5(void (APIENTRY *function)(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) argument
164 , argument2(arg2)
188 Command6(void (APIENTRY *function)(A1, A2, A3, A4, A5, A6), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6) argument
191 , argument2(arg2)
233 newCommand(void (APIENTRY *function)(A1, A2), A1 arg1, A2 arg2) argument
239 newCommand(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) argument
245 newCommand(void (APIENTRY *function)(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) argument
251 newCommand(void (APIENTRY *function)(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) argument
257 newCommand(void (APIENTRY *function)(A1, A2, A3, A4, A5, A6), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6) argument
[all...]
/external/v8/src/compiler/
H A Draw-machine-assembler.cc233 Node* arg1, Node* arg2, Node* context) {
243 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity,
248 Node* arg1, Node* arg2, Node* arg3,
259 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref,
264 Node* arg1, Node* arg2, Node* arg3,
275 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
280 Node* arg1, Node* arg2, Node* arg3,
291 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
355 Node* arg1, Node* arg2,
368 Node* nodes[] = {centry, arg1, arg2, re
232 CallRuntime2(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* context) argument
247 CallRuntime3(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* context) argument
263 CallRuntime4(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* context) argument
279 CallRuntime5(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* context) argument
354 TailCallRuntime2(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* context) argument
376 TailCallRuntime3(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* context) argument
398 TailCallRuntime4(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* context) argument
420 TailCallRuntime5(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* context) argument
443 TailCallRuntime6(Runtime::FunctionId function, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* arg6, Node* context) argument
506 CallCFunction8( MachineType return_type, MachineType arg0_type, MachineType arg1_type, MachineType arg2_type, MachineType arg3_type, MachineType arg4_type, MachineType arg5_type, MachineType arg6_type, MachineType arg7_type, Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* arg6, Node* arg7) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc109 static void TestAgainstLibc(const char *fmt, T arg1, T arg2) { argument
111 uptr len = internal_snprintf(buf, sizeof(buf), fmt, arg1, arg2);
113 snprintf(buf2, sizeof(buf2), fmt, arg1, arg2);
/external/kmod/testsuite/
H A Dpath.c119 TS_EXPORT rettype name(const char *path, arg2t arg2) \
123 static rettype (*_fn)(const char*, arg2t arg2); \
131 return (*_fn)(p, arg2); \
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dslf4j-api-1.4.2.jar ... .slf4j.Marker marker String format Object arg1 Object arg2 public void trace (org.slf4j.Marker, java. ...
/external/v8/src/
H A Dstring-stream.h121 void Add(const char* format, FmtElm arg0, FmtElm arg1, FmtElm arg2);
125 FmtElm arg2,
130 FmtElm arg2,

Completed in 1624 milliseconds

1234567891011>>