| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/ |
| H A D | na_spec.hpp | 43 # define BOOST_MPL_AUX_NA_SPEC_ARITY(i, name) \ argument 56 # define BOOST_MPL_AUX_NA_SPEC_ARITY(i, name) /**/ argument 59 #define BOOST_MPL_AUX_NA_SPEC_MAIN(i, name) \ argument 75 # define BOOST_MPL_AUX_NA_SPEC_LAMBDA(i, name) \ argument 98 # define BOOST_MPL_AUX_NA_SPEC_LAMBDA(i, name) \ argument 116 # define BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(i, j, name) \ argument 136 # define BOOST_MPL_AUX_NA_SPEC_TEMPLATE_ARITY(i, j, name) /**/ argument 140 # define BOOST_MPL_AUX_NA_SPEC_ETI(i, name) \ argument 149 # define BOOST_MPL_AUX_NA_SPEC_ETI(i, name) /**/ argument 154 #define BOOST_MPL_AUX_NA_SPEC_NO_ETI(i, name) \ argument [all …]
|
| H A D | lambda_support.hpp | 21 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) /**/ argument 22 # define BOOST_MPL_AUX_LAMBDA_SUPPORT(i,name,params) /**/ argument 46 # define BOOST_MPL_AUX_LAMBDA_SUPPORT(i, name, params) \ argument 63 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) \ argument 72 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) \ argument 83 # define BOOST_MPL_AUX_LAMBDA_SUPPORT(i, name, params) \ argument 101 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(i, name, params) \ argument 114 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_HAS_REBIND(i, name, params) \ argument 126 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_HAS_REBIND(i, name, params) \ argument 134 # define BOOST_MPL_AUX_LAMBDA_SUPPORT_HAS_REBIND(i, name, params) /**/ argument [all …]
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_trace.cpp | 94 void MppTraceService::trace_begin(const char* name) in trace_begin() 102 void MppTraceService::trace_end(const char* name) in trace_end() 110 void MppTraceService::trace_async_begin(const char* name, RK_S32 cookie) in trace_async_begin() 118 void MppTraceService::trace_async_end(const char* name, RK_S32 cookie) in trace_async_end() 126 void MppTraceService::trace_int32(const char* name, RK_S32 value) in trace_int32() 134 void MppTraceService::trace_int64(const char* name, RK_S64 value) in trace_int64() 142 void mpp_trace_begin(const char* name) in mpp_trace_begin() 147 void mpp_trace_end(const char* name) in mpp_trace_end() 152 void mpp_trace_async_begin(const char* name, RK_S32 cookie) in mpp_trace_async_begin() 157 void mpp_trace_async_end(const char* name, RK_S32 cookie) in mpp_trace_async_end() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | trace.h | 74 #define DEFINE_NFSD_FH_ERR_EVENT(name) \ argument 198 #define DEFINE_NFSD_IO_EVENT(name) \ argument 239 #define DEFINE_NFSD_ERR_EVENT(name) \ argument 276 #define DEFINE_STATEID_EVENT(name) \ argument 319 #define DEFINE_STATESEQID_EVENT(name) \ argument 341 #define DEFINE_CLIENTID_EVENT(name) \ argument 363 #define DEFINE_NET_EVENT(name) \ argument 444 #define DEFINE_NFSD_FILE_EVENT(name) \ argument 511 #define DEFINE_NFSD_FILE_SEARCH_EVENT(name) \ argument 671 #define DEFINE_NFSD_CB_EVENT(name) \ argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | notifier.h | 80 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ argument 84 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ argument 88 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ argument 94 #define srcu_cleanup_notifier_head(name) \ argument 97 #define ATOMIC_NOTIFIER_INIT(name) { \ argument 100 #define BLOCKING_NOTIFIER_INIT(name) { \ argument 103 #define RAW_NOTIFIER_INIT(name) { \ argument 106 #define SRCU_NOTIFIER_INIT(name, pcpu) \ argument 113 #define ATOMIC_NOTIFIER_HEAD(name) \ argument 116 #define BLOCKING_NOTIFIER_HEAD(name) \ argument [all …]
|
| H A D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ argument 130 #define __TRACEPOINT_ENTRY(name) \ argument 165 #define __DO_TRACE_CALL(name) static_call(tp_func_##name) argument 167 #define __DO_TRACE_CALL(name) __traceiter_##name argument 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 229 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 244 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 331 #define DEFINE_TRACE(name, proto, args) \ argument 334 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) \ argument [all …]
|
| H A D | debugfs.h | 30 char *name; member 171 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() 177 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file() 184 static inline struct dentry *debugfs_create_file_unsafe(const char *name, in debugfs_create_file_unsafe() 192 static inline void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size() 198 static inline struct dentry *debugfs_create_dir(const char *name, in debugfs_create_dir() 204 static inline struct dentry *debugfs_create_symlink(const char *name, in debugfs_create_symlink() 211 static inline struct dentry *debugfs_create_automount(const char *name, in debugfs_create_automount() 225 static inline void debugfs_lookup_and_remove(const char *name, in debugfs_lookup_and_remove() 258 static inline void debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8() [all …]
|
| H A D | crash_core.h | 45 #define VMCOREINFO_SYMBOL(name) \ argument 47 #define VMCOREINFO_SYMBOL_ARRAY(name) \ argument 49 #define VMCOREINFO_SIZE(name) \ argument 52 #define VMCOREINFO_STRUCT_SIZE(name) \ argument 55 #define VMCOREINFO_OFFSET(name, field) \ argument 58 #define VMCOREINFO_TYPE_OFFSET(name, field) \ argument 61 #define VMCOREINFO_LENGTH(name, value) \ argument 63 #define VMCOREINFO_NUMBER(name) \ argument 65 #define VMCOREINFO_CONFIG(name) \ argument
|
| H A D | proc_fs.h | 94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 96 #define proc_create_seq(name, mode, parent, ops) \ argument 101 #define proc_create_single(name, mode, parent, show) \ argument 121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 161 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() 163 static inline struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir() 165 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point() 166 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir() 171 static inline struct proc_dir_entry *proc_mkdir_data(const char *name, in proc_mkdir_data() 173 static inline struct proc_dir_entry *proc_mkdir_mode(const char *name, in proc_mkdir_mode() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/ |
| H A D | sys-tree.h | 58 #define SPLAY_HEAD(name, type) \ argument 115 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 157 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 277 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 278 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 279 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 280 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 281 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 283 #define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ argument 286 #define SPLAY_FOREACH(x, name, head) \ argument [all …]
|
| /OK3568_Linux_fs/app/lvgl_demo/sys/ |
| H A D | trace.c | 44 #define WRITE_MSG(format_begin, format_end, name, value) { \ argument 64 void atrace_begin_body(const char* name) in atrace_begin_body() 74 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() 79 void atrace_async_end_body(const char* name, int32_t cookie) in atrace_async_end_body() 84 void atrace_int_body(const char* name, int32_t value) in atrace_int_body() 89 void atrace_int64_body(const char* name, int64_t value) in atrace_int64_body() 96 void atrace_begin_body(__attribute__((unused)) const char* name) in atrace_begin_body() 104 void atrace_async_begin_body(__attribute__((unused)) const char* name, __attribute__((unused)) int3… in atrace_async_begin_body() 108 void atrace_async_end_body(__attribute__((unused)) const char* name, __attribute__((unused)) int32_… in atrace_async_end_body() 112 void atrace_int_body(__attribute__((unused)) const char* name, __attribute__((unused)) int32_t valu… in atrace_int_body() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | pem.h | 158 char *name; member 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 239 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | fpu.S | 27 #define FPS_ONE_IN(name) \ argument 48 #define FPS_TWO_IN(name) \ argument 71 #define FPS_THREE_IN(name) \ argument 149 #define FPD_NONE_IN(name) \ argument 166 #define FPD_ONE_IN(name) \ argument 185 #define FPD_TWO_IN(name) \ argument 203 #define FPD_TWO_IN_CR(name) \ argument 229 #define FPD_THREE_IN(name) \ argument
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | syscall_wrapper.h | 32 #define __S390_SYS_STUBx(x, name, ...) \ argument 60 #define COND_SYSCALL(name) \ argument 64 #define SYS_NI(name) \ argument 68 #define COMPAT_SYSCALL_DEFINEx(x, name, ...) \ argument 92 #define COND_SYSCALL_COMPAT(name) \ argument 95 #define COMPAT_SYS_NI(name) \ argument 100 #define __S390_SYS_STUBx(x, fullname, name, ...) argument 108 #define COND_SYSCALL(name) \ argument 111 #define SYS_NI(name) \ argument 116 #define __SYSCALL_DEFINEx(x, name, ...) \ argument
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | spdx-licenses.json | 9 "name": "GNU General Public License v1.0 only", string 21 "name": "bzip2 and libbzip2 License v1.0.6", string 34 "name": "Intel ACPI Software License Agreement", string 46 "name": "XSkat License", string 58 "name": "Creative Commons Attribution Non Commercial Share Alike 2.0 Generic", string 70 "name": "Plexus Classworlds License", string 82 "name": "Giftware License", string 94 "name": "BitTorrent Open Source License v1.0", string 106 "name": "Apple Public Source License 1.1", string 118 "name": "GNU General Public License v2.0 w/GCC Runtime Library exception", string [all …]
|
| /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/include/sys/ |
| H A D | cdefs.h | 141 # define __errordecl(name, msg) \ argument 145 # define __errordecl(name, msg) extern void name (void) argument 184 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 186 # define __REDIRECT_NTH(name, proto, alias) \ argument 188 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 191 # define __REDIRECT_NTH(name, proto, alias) \ argument 193 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 469 # define __LDBL_REDIR(name, proto) ... unused__ldbl_redir argument 470 # define __LDBL_REDIR_DECL(name) \ argument 474 # define __LDBL_REDIR2_DECL(name) \ argument [all …]
|
| /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/include/sys/ |
| H A D | cdefs.h | 141 # define __errordecl(name, msg) \ argument 145 # define __errordecl(name, msg) extern void name (void) argument 184 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 186 # define __REDIRECT_NTH(name, proto, alias) \ argument 188 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 191 # define __REDIRECT_NTH(name, proto, alias) \ argument 193 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 469 # define __LDBL_REDIR(name, proto) ... unused__ldbl_redir argument 470 # define __LDBL_REDIR_DECL(name) \ argument 474 # define __LDBL_REDIR2_DECL(name) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfstrace.h | 172 #define DEFINE_NFS_INODE_EVENT(name) \ argument 178 #define DEFINE_NFS_INODE_EVENT_DONE(name) \ argument 329 #define DEFINE_NFS_LOOKUP_EVENT(name) \ argument 375 #define DEFINE_NFS_LOOKUP_EVENT_DONE(name) \ argument 609 #define DEFINE_NFS_DIRECTORY_EVENT(name) \ argument 649 #define DEFINE_NFS_DIRECTORY_EVENT_DONE(name) \ argument 777 #define DEFINE_NFS_RENAME_EVENT(name) \ argument 828 #define DEFINE_NFS_RENAME_EVENT_DONE(name) \ argument 1194 #define DEFINE_NFS_PAGEERR_EVENT(name) \ argument
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 228 #define __fdt_set_hdr(name) \ argument 596 const char *name, in fdt_get_property_w() 654 const char *name, int namelen, in fdt_getprop_namelen_w() 693 const char *name, int *lenp) in fdt_getprop_w() 1191 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1226 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1238 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1308 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1313 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | greybus_trace.h | 48 #define DEFINE_MESSAGE_EVENT(name) \ argument 121 #define DEFINE_OPERATION_EVENT(name) \ argument 193 #define DEFINE_CONNECTION_EVENT(name) \ argument 262 #define DEFINE_BUNDLE_EVENT(name) \ argument 326 #define DEFINE_INTERFACE_EVENT(name) \ argument 399 #define DEFINE_MODULE_EVENT(name) \ argument 452 #define DEFINE_HD_EVENT(name) \ argument
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | trace.h | 116 #define DEFINE_SCRUB_EVENT(name) \ argument 222 #define DEFINE_SCRUB_BLOCK_ERROR_EVENT(name) \ argument 254 #define DEFINE_SCRUB_INO_ERROR_EVENT(name) \ argument 293 #define DEFINE_SCRUB_FBLOCK_ERROR_EVENT(name) \ argument 520 #define DEFINE_SCRUB_SBTREE_EVENT(name) \ argument 679 #define DEFINE_REPAIR_EXTENT_EVENT(name) \ argument 719 #define DEFINE_REPAIR_RMAP_EVENT(name) \ argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/include/ |
| H A D | subunit.h | 9 static inline void test_start(char *name) in test_start() 14 static inline void test_failure_detail(char *name, char *detail) in test_failure_detail() 19 static inline void test_failure(char *name) in test_failure() 24 static inline void test_error(char *name) in test_error() 29 static inline void test_skip(char *name) in test_skip() 34 static inline void test_success(char *name) in test_success() 39 static inline void test_finish(char *name, int status) in test_finish()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.h | 24 #define LPFC_ATTR(name, defval, minval, maxval, desc) \ argument 30 #define LPFC_ATTR_R(name, defval, minval, maxval, desc) \ argument 38 #define LPFC_ATTR_RW(name, defval, minval, maxval, desc) \ argument 49 #define LPFC_BBCR_ATTR_RW(name, defval, minval, maxval, desc) \ argument 59 #define LPFC_ATTR_HEX_R(name, defval, minval, maxval, desc) \ argument 67 #define LPFC_ATTR_HEX_RW(name, defval, minval, maxval, desc) \ argument 78 #define LPFC_VPORT_ATTR(name, defval, minval, maxval, desc) \ argument 84 #define LPFC_VPORT_ATTR_R(name, defval, minval, maxval, desc) \ argument 92 #define LPFC_VPORT_ULL_ATTR_R(name, defval, minval, maxval, desc) \ argument 100 #define LPFC_VPORT_ATTR_RW(name, defval, minval, maxval, desc) \ argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Option.c | 166 LookupIntOption(XF86OptionPtr optlist, const char *name, int deflt, in LookupIntOption() 179 LookupRealOption(XF86OptionPtr optlist, const char *name, double deflt, in LookupRealOption() 192 LookupStrOption(XF86OptionPtr optlist, const char *name, const char *deflt, in LookupStrOption() 208 LookupBoolOption(XF86OptionPtr optlist, const char *name, int deflt, in LookupBoolOption() 221 LookupPercentOption(XF86OptionPtr optlist, const char *name, double deflt, in LookupPercentOption() 236 xf86SetIntOption(XF86OptionPtr optlist, const char *name, int deflt) in xf86SetIntOption() 242 xf86SetRealOption(XF86OptionPtr optlist, const char *name, double deflt) in xf86SetRealOption() 248 xf86SetStrOption(XF86OptionPtr optlist, const char *name, const char *deflt) in xf86SetStrOption() 254 xf86SetBoolOption(XF86OptionPtr optlist, const char *name, int deflt) in xf86SetBoolOption() 260 xf86SetPercentOption(XF86OptionPtr optlist, const char *name, double deflt) in xf86SetPercentOption() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | xattr.c | 54 xattr_resolve_name(struct inode *inode, const char **name) in xattr_resolve_name() 86 xattr_permission(struct inode *inode, const char *name, int mask) in xattr_permission() 165 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_setxattr() 197 int __vfs_setxattr_noperm(struct dentry *dentry, const char *name, in __vfs_setxattr_noperm() 247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, in __vfs_setxattr_locked() 274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() 297 xattr_getsecurity(struct inode *inode, const char *name, void *value, in xattr_getsecurity() 331 vfs_getxattr_alloc(struct dentry *dentry, const char *name, char **xattr_value, in vfs_getxattr_alloc() 365 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr() 404 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) in vfs_getxattr() [all …]
|