HomeSort by relevance Sort by last modified time
    Searched full:arg3 (Results 126 - 150 of 734) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/include/
valgrind.h     [all...]
  /external/libchrome/base/third_party/valgrind/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
pal.h 100 u_int64_t arg2, u_int64_t arg3);
103 u_int64_t arg2, u_int64_t arg3);
106 u_int64_t arg2, u_int64_t arg3);
109 u_int64_t arg2, u_int64_t arg3);
  /external/clang/test/SemaObjC/
warning-missing-selector-name.m 11 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3; // Name1:Name2:Name3:
12 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3; // expected-warning {{'Name3' used as the name of the previous parameter rather than as part of the selector}} \
27 -(void) Name1:(id)Arg1 Name2:(id)Arg2 Name3:(id)Arg3 {}
28 -(void) Name1:(id)Arg1 Name2:(id) Name3:(id)Arg3 {} // expected-warning {{'Name3' used as the name of the previous parameter rather than as part of the selector}} \
  /external/llvm/test/CodeGen/WebAssembly/
irreducible-cfg.ll 14 define void @test0(double* %arg, i32 %arg1, i32 %arg2, i32 %arg3) {
20 %tmp4 = getelementptr double, double* %arg, i32 %arg3
55 define void @test1(double* %arg, i32 %arg1, i32 %arg2, i32 %arg3) {
61 %tmp4 = getelementptr double, double* %arg, i32 %arg3
  /external/swiftshader/src/OpenGL/libGL/
Context.h 113 Command3(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3)
117 , argument3(arg3)
136 Command4(void (APIENTRY *function)(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4)
140 , argument3(arg3)
161 Command5(void (APIENTRY *function)(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5)
165 , argument3(arg3)
188 Command6(void (APIENTRY *function)(A1, A2, A3, A4, A5, A6), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6)
192 , argument3(arg3)
239 Command3<A1, A2, A3> *newCommand(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3)
241 return new Command3<A1, A2, A3>(function, arg1, arg2, arg3);
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
MessageUtils.java 53 String arg3) {
54 String args[] = { arg1, arg2, arg3 };
90 String arg3) {
91 return subst(System.getProperty(propName), arg1, arg2, arg3);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse_test.go 18 arg3Aux := &tstAux{"arg3-aux"}
26 Valu("r7", OpAdd64, TypeInt64, 0, nil, "arg3", "arg1"),
30 Valu("arg3", OpArg, TypeInt64, 0, arg3Aux),
33 Valu("r8", OpAdd64, TypeInt64, 0, nil, "arg3", "arg2"),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse_test.go 18 arg3Aux := &tstAux{"arg3-aux"}
26 Valu("r7", OpAdd64, TypeInt64, 0, nil, "arg3", "arg1"),
30 Valu("arg3", OpArg, TypeInt64, 0, arg3Aux),
33 Valu("r8", OpAdd64, TypeInt64, 0, nil, "arg3", "arg2"),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/
ExtendedSalBootService.h 51 IN UINT64 Arg3,
65 IN UINT64 Arg3,
  /external/llvm/test/CodeGen/AMDGPU/
move-addr64-rsrc-dead-subreg-writes.ll 22 define void @clobber_vgpr_pair_pointer_add(i64 %arg1, i8 addrspace(1)* addrspace(1)* %ptrarg, i32 %arg3) #0 {
24 %tmp = icmp sgt i32 %arg3, 0
  /external/llvm/test/CodeGen/NVPTX/
bug26185-2.ll 13 define ptx_kernel void @spam(i8 addrspace(1)* noalias nocapture readonly %arg, i8 addrspace(1)* noalias nocapture %arg1, i64 %arg2, i64 %arg3) #0 {
17 %tmp5 = add nsw i64 %arg3, 8
  /external/llvm/test/MC/AsmParser/
macros-argument-parsing.s 62 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3
67 .long \arg3
  /external/llvm/test/Transforms/DeadStoreElimination/
2011-03-25-DSEMiscompile.ll 10 define ghccc void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) {
21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
  /external/llvm/test/Transforms/InstCombine/
strcat-1.ll 29 %arg3 = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
30 %rslt2 = call i8* @strcat(i8* %rslt1, i8* %arg3)
strncat-1.ll 28 %arg3 = getelementptr [1 x i8], [1 x i8]* @null, i32 0, i32 0
29 %rslt2 = call i8* @strncat(i8* %rslt1, i8* %arg3, i32 42)
  /external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
2011-03-25-DSEMiscompile.ll 10 define cc10 void @Func1(i32* noalias %Arg1, i32* noalias %Arg2, i32* %Arg3, i32 %Arg4) {
21 tail call cc10 void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
StrCat.ll 26 %arg3 = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
27 %rslt2 = call i8* @strcat( i8* %rslt1, i8* %arg3 ) ; <i8*> [#uses=1]
StrNCat.ll 25 %arg3 = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
26 %rslt2 = call i8* @strncat( i8* %rslt1, i8* %arg3, i32 42 ) ; <i8*> [#uses=1]
StrNCpy.ll 23 %arg3 = getelementptr [1 x i8]* @null, i32 0, i32 0 ; <i8*> [#uses=1]
24 %rslt2 = call i8* @strncpy( i8* %rslt1, i8* %arg3, i32 42 ) ; <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 {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
InitVariable.c 30 @param[in] Arg3 The 3rd parameter for SAL procedure call.
47 IN UINT64 Arg3,
67 (EFI_GUID *) Arg3,
79 (CHAR16 *) Arg3,
89 (EFI_GUID *) Arg3,
101 (UINT64 *) Arg3,
  /external/clang/test/CodeGenCXX/
microsoft-abi-arg-order.cpp 44 // X86: %[[arg3:[^ ]*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0, i32 2
45 // X86: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@H@Z"(%struct.A* %[[arg3]], i32 3)
60 // X86: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %[[arg3]])
63 // X64: call %struct.A* @"\01??0A@@QEAA@H@Z"(%struct.A* %[[arg3:[^,]*]], i32 3)
67 // X64: (%struct.A* %[[arg1]], %struct.A* %[[arg2]], %struct.A* %[[arg3]])
76 // X64: call void @"\01??1A@@QEAA@XZ"(%struct.A* %[[arg3]])
  /external/webrtc/webrtc/base/
sigslottester.h 116 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3) {
120 *capture3_ = arg3;
146 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4) {
150 *capture3_ = arg3;
179 void OnSignalCallback(A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) {
183 *capture3_ = arg3;

Completed in 702 milliseconds

1 2 3 4 56 7 8 91011>>