HomeSort by relevance Sort by last modified time
    Searched full:arg2 (Results 301 - 325 of 1963) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubystdfunctors.swg 101 VALUE arg2 = swig::from(b);
102 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
120 VALUE arg2 = swig::from(b);
121 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
  /cts/tests/signature/tests/src/android/signature/cts/tests/data/
NormalClass.java 30 protected NormalClass(String arg1, String arg2) throws NormalException { }
31 NormalClass(String arg1, String arg2, String arg3) { }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/
ExtendedSalBootService.h 50 IN UINT64 Arg2,
64 IN UINT64 Arg2,
  /external/clang/test/SemaOpenCL/
vec_step.cl 9 void foo(int3 arg1, int8 arg2) {
17 int res2[vec_step(arg2) == 8 ? 1 : -1];
  /external/libcxx/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // template <class Arg1, class Arg2, class Result>
16 // typedef Arg2 second_argument_type;
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
interproc-store-arg.ll 7 define void @store_arg_callee(i32** %arg1, i32* %arg2) {
8 store i32* %arg2, i32** %arg1
  /external/llvm/test/CodeGen/AMDGPU/
reg-coalescer-sched-crash.ll 9 define void @reg_coalescer_breaks_dead(<2 x i32> addrspace(1)* nocapture readonly %arg, i32 %arg1, i32 %arg2, i32 %arg3) #1 {
31 %tmp14 = icmp slt i32 undef, %arg2
  /external/llvm/test/MC/AsmParser/
macros-argument-parsing.s 62 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3
66 .long \arg2
  /external/llvm/test/Transforms/InstCombine/
strcat-1.ll 25 %arg2 = getelementptr [6 x i8], [6 x i8]* @hello, i32 0, i32 0
26 %rslt1 = call i8* @strcat(i8* %arg1, i8* %arg2)
strncat-1.ll 24 %arg2 = getelementptr [6 x i8], [6 x i8]* @hello, i32 0, i32 0
25 %rslt1 = call i8* @strncat(i8* %arg1, i8* %arg2, i32 6)
icmp-range.ll 115 define i1 @test_two_ranges(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
119 %val2 = load i32, i32* %arg2, !range !6
125 define i1 @test_two_ranges2(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
129 %val2 = load i32, i32* %arg2, !range !6
135 define i1 @test_two_ranges3(i32* nocapture readonly %arg1, i32* nocapture readonly %arg2) {
139 %val2 = load i32, i32* %arg2, !range !6
  /external/llvm/test/Transforms/StructurizeCFG/
one-loop-multiple-backedges.ll 5 define void @blam(i32 addrspace(1)* nocapture %arg, float %arg1, float %arg2) {
20 %tmp6 = fcmp olt float 0.000000e+00, %arg2
  /external/selinux/checkpolicy/
policy_define.h 19 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
72 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
StrCat.ll 24 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
25 %rslt1 = call i8* @strcat( i8* %arg1, i8* %arg2 ) ; <i8*> [#uses=1]
StrNCat.ll 23 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
24 %rslt1 = call i8* @strncat( i8* %arg1, i8* %arg2, i32 6 ) ; <i8*> [#uses=1]
StrNCpy.ll 21 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0 ; <i8*> [#uses=1]
22 %rslt1 = call i8* @strncpy( i8* %arg1, i8* %arg2, i32 6 ) ; <i8*> [#uses=1]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
SSLSocketFactoryImpl.java 68 public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, UnknownHostException {
77 public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // template <class Arg1, class Arg2, class Result>
16 // typedef Arg2 second_argument_type;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // template <class Arg1, class Arg2, class Result>
16 // typedef Arg2 second_argument_type;
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 511 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2)
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));
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c 630 PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx, %ld )", SARG1, ARG2,
631 (HChar*)ARG2, ARG3, SARG4);
634 if (ARG2)
635 PRE_MEM_RASCIIZ("fstatat64(path)", ARG2);
658 PRINT("sys_openat64 ( %ld, %#lx(%s), %ld, %ld )", SARG1, ARG2,
659 (HChar*)ARG2, SARG3, SARG4);
665 PRINT("sys_openat64 ( %ld, %#lx(%s), %ld )", SARG1, ARG2, (HChar*)ARG2,
671 PRE_MEM_RASCIIZ("openat64(filename)", ARG2);
685 ML_(record_fd_open_with_given_name)(tid, RES, (HChar*)ARG2);
    [all...]
  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 45 exc.arg2 = (double)y;
66 exc.arg2 = (double)y;
82 exc.arg2 = (double)y;
106 exc.arg2 = (double)y;
125 exc.arg2 = (double)y;
152 exc.arg2 = (double)y;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
InitVariable.c 29 @param[in] Arg2 The 2nd parameter for SAL procedure call.
46 IN UINT64 Arg2,
66 (CHAR16 *) Arg2,
78 (UINTN *) Arg2,
88 (CHAR16 *) Arg2,
100 (UINT32) Arg2,
  /external/clang/test/CodeGenCXX/
microsoft-abi-arg-order.cpp 46 // X86: %[[arg2:[^ ]*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0, i32 1
47 // X86: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@H@Z"(%struct.A* %[[arg2]], i32 2)
56 // X86: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %[[arg2]])
64 // X64: invoke %struct.A* @"\01??0A@@QEAA@H@Z"(%struct.A* %[[arg2:[^,]*]], i32 2)
67 // X64: (%struct.A* %[[arg1]], %struct.A* %[[arg2]], %struct.A* %[[arg3]])
72 // X64: call void @"\01??1A@@QEAA@XZ"(%struct.A* %[[arg2]])
  /external/llvm/test/CodeGen/X86/
vararg_tailcall.ll 53 define i8* @foo6(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
59 %call = tail call i8* (i8*, i8*, i8*, ...) @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5) nounwind optsize noredzone
69 define i8* @foo7(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
76 %call = tail call i8* (i8*, i8*, i8*, i8*, i8*, i8*, i8*, ...) @x7(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i8* %tmp6) nounwind optsize noredzone
86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
92 %call = tail call i8* (i8*, i8*, i8*, ...) @x3(i8* %arg1, i8* %arg2, i8* %tmp2, i8* %tmp3, i8* %tmp4, i8* %tmp5, i32 48879, i32 48879) nounwind optsize noredzone

Completed in 1164 milliseconds

<<11121314151617181920>>