| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
| dlfcn.h | 51 foo = (*fctp) (arg1, arg2); 53 foo = DL_CALL_FCT (fctp, (arg1, arg2));
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
| AMD64Ops.go | 215 {name: "DIVQU2", argLength: 3, reg: regInfo{inputs: []regMask{dx, ax, gpsp}, outputs: []regMask{ax, dx}}, asm: "DIVQ", clobberFlags: true}, // arg0:arg1 / arg2 (128-bit divided by 64-bit), returns (q, r) 297 {name: "CMOVQEQ", argLength: 3, reg: gp21, asm: "CMOVQEQ", resultInArg0: true}, // if arg2 encodes "equal" return arg1 else arg0 298 {name: "CMOVLEQ", argLength: 3, reg: gp21, asm: "CMOVLEQ", resultInArg0: true}, // if arg2 encodes "equal" return arg1 else arg0 370 {name: "MOVBstore", argLength: 3, reg: gpstore, asm: "MOVB", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store byte in arg1 to arg0+auxint+aux. arg2=mem 371 {name: "MOVWstore", argLength: 3, reg: gpstore, asm: "MOVW", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 2 bytes in arg1 to arg0+auxint+aux. arg2=mem 372 {name: "MOVLstore", argLength: 3, reg: gpstore, asm: "MOVL", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 4 bytes in arg1 to arg0+auxint+aux. arg2=mem 373 {name: "MOVQstore", argLength: 3, reg: gpstore, asm: "MOVQ", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 8 bytes in arg1 to arg0+auxint+aux. arg2=mem 375 {name: "MOVOstore", argLength: 3, reg: fpstore, asm: "MOVUPS", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 16 bytes in arg1 to arg0+auxint+aux. arg2=mem 378 {name: "MOVBloadidx1", argLength: 3, reg: gploadidx, asm: "MOVBLZX", aux: "SymOff"}, // load a byte from arg0+arg1+auxint+aux. arg2=mem 379 {name: "MOVWloadidx1", argLength: 3, reg: gploadidx, asm: "MOVWLZX", aux: "SymOff"}, // load 2 bytes from arg0+arg1+auxint+aux. arg2=me [all...] |
| genericOps.go | 75 {name: "Div128u", argLength: 3}, // arg0:arg1 / arg2 (128-bit divided by 64-bit), returns (q, r) 314 {name: "Store", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory. 315 {name: "Move", argLength: 3, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment. Returns memory. 320 {name: "StoreWB", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory. 321 {name: "MoveWB", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. 322 {name: "MoveWBVolatile", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. Src is volatile, i.e. needs to move to a temp space before calling typedmemmove. 328 {name: "ClosureCall", argLength: 3, aux: "Int64", call: true}, // arg0=code pointer, arg1=context ptr, arg2=memory. auxint=arg size. Returns memory. 380 {name: "SliceMake", argLength: 3}, // arg0=ptr, arg1=len, arg2=cap 437 {name: "Add32withcarry", argLength: 3, commutative: true}, // arg0 + arg1 + arg2, arg2=carry (0 or 1 [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
| AMD64Ops.go | 215 {name: "DIVQU2", argLength: 3, reg: regInfo{inputs: []regMask{dx, ax, gpsp}, outputs: []regMask{ax, dx}}, asm: "DIVQ", clobberFlags: true}, // arg0:arg1 / arg2 (128-bit divided by 64-bit), returns (q, r) 297 {name: "CMOVQEQ", argLength: 3, reg: gp21, asm: "CMOVQEQ", resultInArg0: true}, // if arg2 encodes "equal" return arg1 else arg0 298 {name: "CMOVLEQ", argLength: 3, reg: gp21, asm: "CMOVLEQ", resultInArg0: true}, // if arg2 encodes "equal" return arg1 else arg0 370 {name: "MOVBstore", argLength: 3, reg: gpstore, asm: "MOVB", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store byte in arg1 to arg0+auxint+aux. arg2=mem 371 {name: "MOVWstore", argLength: 3, reg: gpstore, asm: "MOVW", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 2 bytes in arg1 to arg0+auxint+aux. arg2=mem 372 {name: "MOVLstore", argLength: 3, reg: gpstore, asm: "MOVL", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 4 bytes in arg1 to arg0+auxint+aux. arg2=mem 373 {name: "MOVQstore", argLength: 3, reg: gpstore, asm: "MOVQ", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 8 bytes in arg1 to arg0+auxint+aux. arg2=mem 375 {name: "MOVOstore", argLength: 3, reg: fpstore, asm: "MOVUPS", aux: "SymOff", typ: "Mem", faultOnNilArg0: true}, // store 16 bytes in arg1 to arg0+auxint+aux. arg2=mem 378 {name: "MOVBloadidx1", argLength: 3, reg: gploadidx, asm: "MOVBLZX", aux: "SymOff"}, // load a byte from arg0+arg1+auxint+aux. arg2=mem 379 {name: "MOVWloadidx1", argLength: 3, reg: gploadidx, asm: "MOVWLZX", aux: "SymOff"}, // load 2 bytes from arg0+arg1+auxint+aux. arg2=me [all...] |
| genericOps.go | 75 {name: "Div128u", argLength: 3}, // arg0:arg1 / arg2 (128-bit divided by 64-bit), returns (q, r) 314 {name: "Store", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory. 315 {name: "Move", argLength: 3, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment. Returns memory. 320 {name: "StoreWB", argLength: 3, typ: "Mem", aux: "Int64"}, // Store arg1 to arg0. arg2=memory, auxint=size. Returns memory. 321 {name: "MoveWB", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. 322 {name: "MoveWBVolatile", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. Src is volatile, i.e. needs to move to a temp space before calling typedmemmove. 328 {name: "ClosureCall", argLength: 3, aux: "Int64", call: true}, // arg0=code pointer, arg1=context ptr, arg2=memory. auxint=arg size. Returns memory. 380 {name: "SliceMake", argLength: 3}, // arg0=ptr, arg1=len, arg2=cap 437 {name: "Add32withcarry", argLength: 3, commutative: true}, // arg0 + arg1 + arg2, arg2=carry (0 or 1 [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/php/ |
| factory.i | 84 %define %_formacro_2(macro, arg1, arg2, ...)macro(arg1, arg2)
|
| /external/valgrind/VEX/priv/ |
| host_arm_isel.c | 775 && e->Iex.Binop.arg2->tag == Iex_Const 776 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { 777 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; 841 && e->Iex.Binop.arg2->tag == Iex_Const 842 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { 843 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; 893 && e->Iex.Binop.arg2->tag == Iex_Const 894 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) { 895 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32; [all...] |
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-mips32-linux.c | 226 UWord arg1, UWord arg2, UWord arg3, 392 UWord arg1, UWord arg2, UWord arg3, 400 if (arg2 == 0) { 424 mreq.len = arg2; 436 mreq.len = arg2 + VKI_SHMLBA - VKI_PAGE_SIZE; 452 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, 462 mreq.len = arg2; 470 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3, 480 arg2, /* length */ 492 arg2, /* length * [all...] |
| syswrap-ppc32-linux.c | 138 void* child_stack in r4 (sc arg2) 177 // r4 already setup // syscall arg2: child_stack 408 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 414 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 427 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 433 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 444 PRINT("sys_stat64 ( %#lx, %#lx )",ARG1,ARG2); 447 PRE_MEM_WRITE( "stat64(buf)", ARG2, sizeof(struct vki_stat64) ); 452 POST_MEM_WRITE( ARG2, sizeof(struct vki_stat64) ); 457 PRINT("sys_lstat64 ( %#lx(%s), %#lx )", ARG1, (HChar*)ARG1, ARG2); [all...] |
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_common_syscalls.inc | [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
| WifiAwareStateManager.java | 79 * - Message.arg2: contains transaction ID for RESPONSE & RESPONSE_TIMEOUT 271 msg.arg2 = clientId; 289 msg.arg2 = clientId; 299 msg.arg2 = clientId; 312 msg.arg2 = clientId; 325 msg.arg2 = clientId; 339 msg.arg2 = clientId; 352 msg.arg2 = clientId; 366 msg.arg2 = clientId; 382 msg.arg2 = clientId [all...] |
| /art/test/957-methodhandle-transforms/ |
| expected.txt | 8 Target: Arg1: foo, Arg2: 42 9 Target: Arg1: foo, Arg2: 42 10 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage 11 Handler: java.lang.IllegalArgumentException: exceptionMessage, Arg1: foo, Arg2: 42, ExMsg: exceptionMessage
|
| /cts/tests/tests/externalservice/common/src/android/externalservice/common/ |
| ServiceMessages.java | 24 // Response to MSG_IDENTIFY. arg1 is the UID, arg2 is the PID.
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
| DrawActivity.java | 95 int arg2 = (useHardware ? View.LAYER_TYPE_NONE : View.LAYER_TYPE_SOFTWARE); local 100 arg2, canvasClient).sendToTarget(); 102 mHandler.obtainMessage(RenderSpecHandler.LAYOUT_MSG, layoutId, arg2).sendToTarget(); 181 mViewWrapper.setLayerType(message.arg2, null);
|
| /development/vndk/tools/header-checker/tests/input/ |
| example2.h | 55 bool Begin( T1 arg1, T2 arg2, int c);
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/ |
| appSupport.c | 176 static uintptr_t __attribute__((naked)) callWithR9(const void *base, uint32_t offset, void *data, uintptr_t arg1, uintptr_t arg2) 217 void (*method)(uintptr_t, uintptr_t),uintptr_t arg1, uintptr_t arg2) 223 (void)callWithR9(0, (uint32_t)method, platInfo->data, arg1, arg2); 226 method(arg1, arg2);
|
| /device/google/contexthub/firmware/os/inc/ |
| cpu.h | 45 void (*method)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| inspect_fodder2.py | 40 def manyargs(arg1, arg2,
|
| test_dummy_thread.py | 124 def arg_tester(queue, arg1=False, arg2=False):
126 queue.put((arg1, arg2))
134 'arg1':True, 'arg2':True})
138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True})
|
| /device/linaro/bootloader/edk2/ArmPkg/Include/Library/ |
| ArmHvcLib.h | 25 UINTN Arg2;
|
| ArmSmcLib.h | 25 UINTN Arg2;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
| Ia32EfiRuntimeDriverLib.h | 33 IN UINTN Arg2,
|
| /external/chromium-libpac/test/js-unittest/ |
| bindings.js | 31 expectEquals('127.0.0.1', dnsResolve("arg1", "arg2", "arg3", "arg4"));
|
| /external/clang/test/Rewriter/ |
| objc-modern-StretAPI.mm | 18 - (struct S) Meth : (int) arg1 : (id) arg2;
|
| /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
| interproc-ret-arg.ll | 7 define i32* @return_arg_callee(i32* %arg1, i32* %arg2) {
|