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

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 383 Vector4s *arg3;
470 case TextureStage::SOURCE_TEXTURE: arg3 = &texture; break;
471 case TextureStage::SOURCE_CONSTANT: arg3 = &constant; break;
472 case TextureStage::SOURCE_CURRENT: arg3 = &current; break;
473 case TextureStage::SOURCE_DIFFUSE: arg3 = &diffuse; break;
474 case TextureStage::SOURCE_SPECULAR: arg3 = &specular; break;
475 case TextureStage::SOURCE_TEMP: arg3 = &temp; break;
476 case TextureStage::SOURCE_TFACTOR: arg3 = &tfactor; break;
554 mod3.x = SubSat(Short4(0x1000), arg3->x);
555 mod3.y = SubSat(Short4(0x1000), arg3->y)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_main.c 75 uint64_t arg3,
94 write_sp_arg(pcpu_smc_args, TSP_ARG3, arg3);
179 uint64_t arg3,
222 uint64_t arg3,
265 uint64_t arg3,
304 uint64_t arg3,
337 uint64_t arg3,
372 uint64_t arg3,
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PalLib.h 47 @param Arg3 The 3rd parameter for PAL procedure calls.
58 IN UINT64 Arg3,
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 113 template void test_variadic_array_subscripting(id arg1, NSMutableArray* arg2, id arg3);
122 template void test_variadic_dictionary_subscripting(Key *key, id arg1, NSMutableDictionary* arg2, id arg3);
  /external/llvm/test/CodeGen/AArch64/
merge-store-dependency.ll 26 %arg3 = getelementptr inbounds %struct1, %struct1* %fde, i64 0, i32 7
27 store i8* %arg, i8** %arg3, align 8
  /external/v8/src/
string-stream.h 126 FmtElm arg3);
131 FmtElm arg3,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentProvider.java 101 Bundle arg3, ICancellationSignal arg4) throws RemoteException {
108 String[] arg3) throws RemoteException {
BridgePowerManager.java 58 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, String arg2_5, WorkSource arg3, String arg4)
64 public void acquireWakeLockWithUid(IBinder arg0, int arg1, String arg2, String arg2_5, int arg3)
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_color_manager.h 75 ActiveFeatureCMD(const char *arg1, const char *arg2, const char *arg3, const char *arg4)
76 : cmd_on(arg1), cmd_off(arg2), cmd_query_status(arg3), running(arg4) {}
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 162 " mov x2, x5\n" // syscall arg3: parent_tid
420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
434 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", SARG1, SARG2, ARG3, SARG4);
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
491 //ZZ PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3);
495 //ZZ PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) );
500 //ZZ POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) );
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5)
    [all...]

Completed in 1116 milliseconds

1 2 3 4 5 6 7 891011>>