/external/qemu/tcg/ |
tcg-runtime.h | 5 int32_t tcg_helper_div_i32(int32_t arg1, int32_t arg2); 6 int32_t tcg_helper_rem_i32(int32_t arg1, int32_t arg2); 7 uint32_t tcg_helper_divu_i32(uint32_t arg1, uint32_t arg2); 8 uint32_t tcg_helper_remu_i32(uint32_t arg1, uint32_t arg2); 10 int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2); 11 int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2); 12 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2); 13 int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2); 14 int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2); 15 uint64_t tcg_helper_divu_i64(uint64_t arg1, uint64_t arg2); [all...] |
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_mock.cc | 10 arg2->Run(); 11 delete arg2;
|
/external/clang/tools/libclang/ |
Index_Internal.h | 25 #define INVOKE_BLOCK2(block, arg1, arg2) block(arg1, arg2) 31 #define INVOKE_BLOCK2(block, arg1, arg2) block->invoke(block, arg1, arg2)
|
/bionic/libc/kernel/common/linux/ |
thread_info.h | 24 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/development/ndk/platforms/android-3/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/external/javasqlite/src/main/java/SQLite/ |
Authorizer.java | 14 * @param arg2 second argument (file, table, or column name) 22 public int authorize(int what, String arg1, String arg2, String arg3,
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r5/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/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r6/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/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
prctl.h | 35 extern int prctl(int option, unsigned long arg2, unsigned long arg3 , unsigned
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|