/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/ |
ExtendedSalLib.c | 228 @param Arg5 Argument 5 ClassGuid/FunctionId defined
249 IN UINT64 Arg5,
292 Arg5,
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/ |
ExtendedSalLib.c | 351 @param Arg5 Argument 5 ClassGuid/FunctionId defined
372 IN UINT64 Arg5,
415 Arg5,
[all...] |
/external/e2fsprogs/misc/ |
e4crypt.c | 83 unsigned long arg2, arg3, arg4, arg5; local 89 arg5 = va_arg(va, unsigned long); 91 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
simple.ll | 269 define void @test19({i32} * nocapture byval align 4 %arg5) nounwind ssp { 271 %tmp7 = getelementptr inbounds {i32}, {i32}* %arg5, i32 0, i32 0 273 call void @test19f({i32}* byval align 4 %arg5)
|
/external/libxml2/os400/libxmlrpg/ |
xmlerror.rpgle | [all...] |
/external/valgrind/include/ |
pub_tool_libcproc.h | 84 ULong arg2, ULong arg3, ULong arg4, ULong arg5);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 126 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException;
|
Linux.java | 130 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeMain.c | 660 @param Arg5 Undefined
672 UINTN Arg5
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
PiSmmCore.h | 749 @param Arg5 Undefined
761 UINTN Arg5
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Sal.h | 101 @param Arg5 The fifth parameter passed to the ESAL function based.
120 IN UINT64 Arg5,
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ 673 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
|
/external/syslinux/gpxe/src/drivers/net/ |
b44.c | 511 u32 arg5 = (val & MDIO_DATA_DATA); local 512 u32 argv = arg1 | arg2 | arg3 | arg4 | arg5;
|
/external/boringssl/src/crypto/aes/asm/ |
bsaes-x86_64.pl | 1151 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d") [all...] |
/external/valgrind/coregrind/ |
m_libcproc.c | 638 ULong arg2, ULong arg3, ULong arg4, ULong arg5) 642 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */ 645 (UWord) arg5); [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-solaris.c | 729 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, offset); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/ |
SalApi.h | 72 IN UINT64 Arg5,
|
/external/clang/test/OpenMP/ |
task_firstprivate_codegen.cpp | 277 // CHECK: [[ARG5:%.+]] = load i{{[0-9]+}}**, i{{[0-9]+}}*** %{{.+}}, 278 // CHECK: store i{{[0-9]+}}* [[PRIV_SIVAR]], i{{[0-9]+}}** [[ARG5]],
|
taskloop_lastprivate_codegen.cpp | 250 // CHECK: [[ARG5:%.+]] = load i{{[0-9]+}}**, i{{[0-9]+}}*** %{{.+}}, 251 // CHECK: store i{{[0-9]+}}* [[PRIV_SIVAR]], i{{[0-9]+}}** [[ARG5]],
|
taskloop_simd_lastprivate_codegen.cpp | 250 // CHECK: [[ARG5:%.+]] = load i{{[0-9]+}}**, i{{[0-9]+}}*** %{{.+}}, 251 // CHECK: store i{{[0-9]+}}* [[PRIV_SIVAR]], i{{[0-9]+}}** [[ARG5]],
|
taskloop_firstprivate_codegen.cpp | 277 // CHECK: [[ARG5:%.+]] = load i{{[0-9]+}}**, i{{[0-9]+}}*** %{{.+}}, 278 // CHECK: store i{{[0-9]+}}* [[PRIV_SIVAR]], i{{[0-9]+}}** [[ARG5]],
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 380 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); };
|
/external/v8/src/arm/ |
simulator-arm.cc | 1670 int32_t arg5 = stack_pointer[1]; local [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 1955 int32_t arg5 = stack_pointer[5]; local [all...] |