/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | pal.h | 100 u_int64_t arg2, u_int64_t arg3); 103 u_int64_t arg2, u_int64_t arg3); 106 u_int64_t arg2, u_int64_t arg3); 109 u_int64_t arg2, u_int64_t arg3);
|
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/ |
D | tsp_main.c | 75 uint64_t arg3, in set_smc_args() argument 94 write_sp_arg(pcpu_smc_args, TSP_ARG3, arg3); in set_smc_args() 179 uint64_t arg3, in tsp_cpu_off_main() argument 222 uint64_t arg3, in tsp_cpu_suspend_main() argument 265 uint64_t arg3, in tsp_cpu_resume_main() argument 304 uint64_t arg3, in tsp_system_off_main() argument 337 uint64_t arg3, in tsp_system_reset_main() argument 372 uint64_t arg3, in tsp_smc_handler() argument
|
D | tsp_private.h | 88 uint64_t arg3, 96 uint64_t arg3, 105 uint64_t arg3,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | inspect_fodder2.py | 41 arg3, arg4): pass argument
|
D | test_getargs2.py | 291 getargs_keywords(arg1=(1,2), arg2=3, arg3=(4,(5,6)), arg4=(7,8,9), arg5=10),
|
/device/linaro/bootloader/arm-trusted-firmware/include/common/ |
D | bl_common.h | 126 unsigned long arg3; member
|
/device/linaro/bootloader/arm-trusted-firmware/bl1/ |
D | bl1_main.c | 61 bl2_ep->args.arg3, in bl1_run_bl2()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | RunAxf.c | 36 UINTN arg2, UINTN arg3);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | flmodule.c | 1898 int arg0, arg1, arg2, arg3; in forms_mapcolor() local 1900 if (!PyArg_Parse(args, "(iiii)", &arg0, &arg1, &arg2, &arg3)) in forms_mapcolor() 1903 fl_mapcolor(arg0, (short) arg1, (short) arg2, (short) arg3); in forms_mapcolor() 1935 short arg1, arg2, arg3; in forms_tie() local 1936 if (!PyArg_Parse(args, "(hhh)", &arg1, &arg2, &arg3)) in forms_tie() 1938 fl_tie(arg1, arg2, arg3); in forms_tie()
|