Searched refs:intarg (Results 1 – 7 of 7) sorted by relevance
/external/OpenCL-CTS/test_conformance/api/ |
D | test_clone_kernel.cpp | 300 int intarg = 0; in test_clone_kernel() local 315 error = clSetKernelArg(kernel, 0, sizeof(int), &intarg); in test_clone_kernel() 354 if (((int*)pbufRes)[0] != intarg) in test_clone_kernel()
|
/external/llvm/test/CodeGen/SPARC/ |
D | 32abi.ll | 5 ; CHECK-LABEL: intarg: 20 define void @intarg(i8 %a0, ; %i0 47 ; CHECK: call intarg 51 call void @intarg(i8 0, i8 1, i16 2, i32 3, i8* undef, i32 5, i32 %i0, i8* %i1)
|
D | 64abi.ll | 4 ; CHECK-LABEL: intarg: 19 define void @intarg(i8 %a0, ; %i0 49 ; CHECK: call intarg 53 call void @intarg(i8 0, i8 1, i16 2, i32 3, i8* undef, i32 5, i32 %i0, i8* %i1)
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | 32abi.ll | 5 ; CHECK-LABEL: intarg: 20 define void @intarg(i8 %a0, ; %i0 47 ; CHECK: call intarg 51 call void @intarg(i8 0, i8 1, i16 2, i32 3, i8* undef, i32 5, i32 %i0, i8* %i1)
|
D | 64abi.ll | 4 ; CHECK-LABEL: intarg: 19 define void @intarg(i8 %a0, ; %i0 49 ; CHECK: call intarg 53 call void @intarg(i8 0, i8 1, i16 2, i32 3, i8* undef, i32 5, i32 %i0, i8* %i1)
|
/external/python/cpython2/Modules/ |
D | puremodule.c | 91 int intarg; in call_stringorint_function() local 99 if (PyArg_ParseTuple(args, "i", &intarg)) in call_stringorint_function() 103 status = func((char*)intarg); in call_stringorint_function()
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2355 d intarg 10i 0 value options(*nopass)
|