Home
last modified time | relevance | path

Searched defs:arglist (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dvector_user.h52 struct arglist { struct
74 extern struct arglist *uml_parse_vector_ifspec(char *arg); argument
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dansidecl.h99 #define DEFUN(name, arglist, args) name(args) argument
102 #define PROTO(type, name, arglist) type name arglist argument
123 #define DEFUN(name, arglist, args) name arglist args; argument
125 #define PROTO(type, name, arglist) type name () argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlogger.h78 int _log(int level, const char* fmt, va_list arglist) in _log()
106 va_list arglist; in log() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/
H A Dmtrace43 arglist: while (@ARGV) { label
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/
H A Dmtrace43 arglist: while (@ARGV) { label
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A D_ansi.h39 #define _DEFUN(name, arglist, args) name(args) argument
58 #define _DEFUN(name, arglist, args) name arglist args; argument
H A Dpngconf.h94 # define PNGARG(arglist) arglist argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A D_ansi.h39 #define _DEFUN(name, arglist, args) name(args) argument
58 #define _DEFUN(name, arglist, args) name arglist args; argument
H A Dpngconf.h94 # define PNGARG(arglist) arglist argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dpngconf.h94 # define PNGARG(arglist) arglist argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dpngconf.h94 # define PNGARG(arglist) arglist argument
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c60 va_list arglist; in modpost_log() local