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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
thread_info.h 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun2.pass.cpp 12 // template <CopyConstructible Arg1, CopyConstructible Arg2, Returnable Result>
13 // pointer_to_binary_function<Arg1,Arg2,Result>
14 // ptr_fun(Result (*f)(Arg1, Arg2));
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
basic-interproc.ll 8 ; CHECK: MayAlias: i32* %arg1, i32* %arg2
9 define void @noop_callee(i32* %arg1, i32* %arg2) {
11 store i32 0, i32* %arg2
  /external/llvm/test/CodeGen/X86/
sunkaddr-ext.ll 11 define void @test_sink(i8* %arg1, i32 %arg2, i8 %arg3) #0 {
12 %tmp1 = add i32 -2147483648, %arg2
14 %tmp3 = getelementptr i8, i8* %arg1, i32 %arg2
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderTest.java 24 public int delete(Uri arg0, String arg1, String[] arg2) {
44 public Cursor query(Uri arg0, String[] arg1, String arg2,
50 public int update(Uri arg0, ContentValues arg1, String arg2,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h 125 #define _RPT2(rptno,msg,arg1,arg2)
126 #define _RPTW2(rptno,msg,arg1,arg2)
127 #define _RPT3(rptno,msg,arg1,arg2,arg3)
128 #define _RPTW3(rptno,msg,arg1,arg2,arg3)
129 #define _RPT4(rptno,msg,arg1,arg2,arg3,arg4)
130 #define _RPTW4(rptno,msg,arg1,arg2,arg3,arg4)
135 #define _RPTF2(rptno,msg,arg1,arg2)
136 #define _RPTFW2(rptno,msg,arg1,arg2)
137 #define _RPTF3(rptno,msg,arg1,arg2,arg3)
138 #define _RPTFW3(rptno,msg,arg1,arg2,arg3
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 16 Valu("arg2", OpArg, TypeInt64, 0, nil),
20 Valu("cmp1", OpLess64, TypeBool, 0, nil, "arg1", "arg2"),
23 Valu("cmp2", OpLess64, TypeBool, 0, nil, "arg2", "arg3"),
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 16 Valu("arg2", OpArg, TypeInt64, 0, nil),
20 Valu("cmp1", OpLess64, TypeBool, 0, nil, "arg1", "arg2"),
23 Valu("cmp2", OpLess64, TypeBool, 0, nil, "arg2", "arg3"),
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun2.pass.cpp 12 // template <CopyConstructible Arg1, CopyConstructible Arg2, Returnable Result>
13 // pointer_to_binary_function<Arg1,Arg2,Result>
14 // ptr_fun(Result (*f)(Arg1, Arg2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
ptr_fun2.pass.cpp 12 // template <CopyConstructible Arg1, CopyConstructible Arg2, Returnable Result>
13 // pointer_to_binary_function<Arg1,Arg2,Result>
14 // ptr_fun(Result (*f)(Arg1, Arg2));

Completed in 1179 milliseconds

1 2 3 4 5 67 8 91011>>