Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt_types.h479 #define PVOP_RETMASK(rettype) \ argument
481 switch (sizeof(rettype)) { \
491 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
494 rettype __ret; \
499 if (sizeof(rettype) > sizeof(unsigned long)) { \
508 __ret = (rettype)((((u64)__edx) << 32) | __eax); \
518 __ret = (rettype)(__eax & PVOP_RETMASK(rettype)); \
523 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
524 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \
527 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dgen_gl_wrappers.py128 rettype=noneStr(proto.text)
129 if rettype.lower()!="void ":
131 rettype = ''.join(plist[:-1])
132 rettype=rettype.strip()
133 return rettype
212 rettype=ParseCmdRettype(cmd)
215 self.outFile.write("%s %sWrapper("%(rettype, name))
234 if rettype.lower()=="void":
246 if rettype.lower()=="void":
293 rettype=ParseCmdRettype(cmd)
[all …]
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_dir.c54 int rettype = DT_REG; in dt_type() local
57 rettype = DT_DIR; in dt_type()
59 rettype = DT_LNK; in dt_type()
61 return rettype; in dt_type()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dstacktrace.h204 #define call_on_stack(nr, stack, rettype, fn, ...) \ argument
206 rettype (*__fn)(CALL_PARM_##nr(__VA_ARGS__)) = fn; \
225 (rettype)r2; \
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dentry_from_vm86.c135 unsigned int rettype, unsigned int retarg, in do_test() argument
177 if (rettype == -1 || in do_test()
178 (VM86_TYPE(ret) == rettype && VM86_ARG(ret) == retarg)) { in do_test()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c713 enum page_cache_mode rettype = _PAGE_CACHE_MODE_WB; in lookup_memtype() local
717 return rettype; in lookup_memtype()
730 rettype = entry->type; in lookup_memtype()
732 rettype = _PAGE_CACHE_MODE_UC_MINUS; in lookup_memtype()
736 return rettype; in lookup_memtype()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dcdomain.py169 rettype, fullname, arglist, _const = m.groups()
171 if rettype or not arglist:
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes_c.h116 # define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes_c.h116 # define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes_c.h116 # define CVAPI(rettype) CV_EXTERN_C CV_EXPORTS rettype CV_CDECL argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Darm_neon.h31224 #define __DEFINTERLEAVE(op, rettype, intype, funcsuffix, Q) \ argument
31225 __extension__ extern __inline rettype \
31229 return (rettype) {v ## op ## 1 ## Q ## _ ## funcsuffix (a, b), \