| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/comparison/ |
| H A D | not_equal.hpp | 38 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_0(c, y) 0 argument 39 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_1(c, y) 0 argument 40 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_2(c, y) 0 argument 41 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_3(c, y) 0 argument 42 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_4(c, y) 0 argument 43 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_5(c, y) 0 argument 44 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_6(c, y) 0 argument 45 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_7(c, y) 0 argument 46 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_8(c, y) 0 argument 47 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_9(c, y) 0 argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
| /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/plugin/include/ |
| H A D | safe-ctype.h | 87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 89 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 91 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 94 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 95 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 96 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) 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/ |
| H A D | ctype.h | 88 # define __isctype(c, type) \ argument 99 #define __isascii(c) (((c) & ~0x7f) == 0) /* If C is a 7 bit value. */ argument 100 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ argument 155 #define __tobody(c, f, a, args) \ argument 220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) argument 221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) argument 225 # define isascii(c) __isascii (c) argument 226 # define toascii(c) __toascii (c) argument 228 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)]) argument 229 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)]) argument [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/ |
| H A D | ctype.h | 88 # define __isctype(c, type) \ argument 99 #define __isascii(c) (((c) & ~0x7f) == 0) /* If C is a 7 bit value. */ argument 100 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ argument 155 #define __tobody(c, f, a, args) \ argument 220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) argument 221 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c)) argument 225 # define isascii(c) __isascii (c) argument 226 # define toascii(c) __toascii (c) argument 228 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)]) argument 229 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)]) argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | ctype.h | 23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 26 static inline int __isdigit(int c) in __isdigit() 30 #define isdigit(c) __isdigit(c) argument 31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 32 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 34 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 36 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | os-linux.h | 25 #define OFNI_BS_2SFFJ(c) ((struct super_block *)c->os_priv) argument 63 #define jffs2_is_readonly(c) (OFNI_BS_2SFFJ(c)->s_flags & SB_RDONLY) argument 70 #define jffs2_can_mark_obsolete(c) (0) argument 72 #define jffs2_can_mark_obsolete(c) (1) argument 75 #define jffs2_is_writebuffered(c) (0) argument 76 #define jffs2_cleanmarker_oob(c) (0) argument 77 #define jffs2_write_nand_cleanmarker(c,jeb) (-EIO) argument 79 #define jffs2_flash_write(c, ofs, len, retlen, buf) jffs2_flash_direct_write(c, ofs, len, retlen, b… argument 80 #define jffs2_flash_read(c, ofs, len, retlen, buf) (mtd_read((c)->mtd, ofs, len, retlen, buf)) argument 81 #define jffs2_flush_wbuf_pad(c) ({ do{} while(0); (void)(c), 0; }) argument [all …]
|
| H A D | wbuf.c | 48 static int jffs2_wbuf_pending_for_ino(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_pending_for_ino() 69 static void jffs2_clear_wbuf_ino_list(struct jffs2_sb_info *c) in jffs2_clear_wbuf_ino_list() 85 static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino) in jffs2_wbuf_dirties_inode() 108 static inline void jffs2_refile_wbuf_blocks(struct jffs2_sb_info *c) in jffs2_refile_wbuf_blocks() 141 static void jffs2_block_refile(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, int allow_emp… in jffs2_block_refile() 182 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c, in jffs2_incore_replace_raw() 230 static int jffs2_verify_write(struct jffs2_sb_info *c, unsigned char *buf, in jffs2_verify_write() 269 #define jffs2_verify_write(c,b,o) (0) argument 275 static void jffs2_wbuf_recover(struct jffs2_sb_info *c) in jffs2_wbuf_recover() 580 static int __jffs2_flush_wbuf(struct jffs2_sb_info *c, int pad) in __jffs2_flush_wbuf() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ctype.h | 23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 26 static inline int isdigit(int c) in isdigit() 30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 31 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 33 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 35 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 36 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ctype.h | 22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument 26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/xlocale/ |
| H A D | __posix_l_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() 27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() 31 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() 35 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() 39 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() 43 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() 47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() 51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() 55 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() 59 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/ |
| H A D | __posix_l_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() 27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() 31 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() 35 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() 39 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() 43 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() 47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() 51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() 55 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() 59 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | cpu-probe.c | 143 static inline void cpu_set_mt_per_tc_perf(struct cpuinfo_mips *c) in cpu_set_mt_per_tc_perf() 151 struct cpuinfo_mips *c = ¤t_cpu_data; in check_errata() local 208 static inline void cpu_probe_vmbits(struct cpuinfo_mips *c) in cpu_probe_vmbits() 217 static void set_isa(struct cpuinfo_mips *c, unsigned int isa) in set_isa() 277 static unsigned int calculate_ftlb_probability(struct cpuinfo_mips *c) in calculate_ftlb_probability() 303 static int set_ftlb_enable(struct cpuinfo_mips *c, enum ftlb_flags flags) in set_ftlb_enable() 355 static int mm_config(struct cpuinfo_mips *c) in mm_config() 401 static inline unsigned int decode_config0(struct cpuinfo_mips *c) in decode_config0() 459 static inline unsigned int decode_config1(struct cpuinfo_mips *c) in decode_config1() 488 static inline unsigned int decode_config2(struct cpuinfo_mips *c) in decode_config2() [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | mmio.h | 87 #define readb_cpu(c) ({ u8 __r = __raw_readb(c); __r; }) argument 88 #define readw_cpu(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) argument 89 #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) argument 91 #define writeb_cpu(v, c) ((void)__raw_writeb((v), (c))) argument 92 #define writew_cpu(v, c) ((void)__raw_writew((__force u16)cpu_to_le16(v), (c))) argument 93 #define writel_cpu(v, c) ((void)__raw_writel((__force u32)cpu_to_le32(v), (c))) argument 96 #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) argument 97 #define writeq_cpu(v, c) ((void)__raw_writeq((__force u64)cpu_to_le64(v), (c))) argument 114 #define readb_relaxed(c) ({ u8 __v; __io_rbr(); __v = readb_cpu(c); __io_rar(); __v; }) argument 115 #define readw_relaxed(c) ({ u16 __v; __io_rbr(); __v = readw_cpu(c); __io_rar(); __v; }) argument [all …]
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | key.h | 85 static inline void ino_key_init(const struct ubifs_info *c, in ino_key_init() 98 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash() 114 static inline void lowest_ino_key(const struct ubifs_info *c, in lowest_ino_key() 127 static inline void highest_ino_key(const struct ubifs_info *c, in highest_ino_key() 141 static inline void dent_key_init(const struct ubifs_info *c, in dent_key_init() 160 static inline void dent_key_init_hash(const struct ubifs_info *c, in dent_key_init_hash() 176 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash() 195 static inline void lowest_dent_key(const struct ubifs_info *c, in lowest_dent_key() 209 static inline void xent_key_init(const struct ubifs_info *c, in xent_key_init() 227 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash() [all …]
|
| H A D | lpt_commit.c | 96 static int get_cnodes_to_commit(struct ubifs_info *c) in get_cnodes_to_commit() 137 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in upd_ltab() 157 static int alloc_lpt_leb(struct ubifs_info *c, int *lnum) in alloc_lpt_leb() 190 static int layout_cnodes(struct ubifs_info *c) in layout_cnodes() 342 static int realloc_lpt_leb(struct ubifs_info *c, int *lnum) in realloc_lpt_leb() 369 static int write_cnodes(struct ubifs_info *c) in write_cnodes() 562 static struct ubifs_pnode *next_pnode_to_dirty(struct ubifs_info *c, in next_pnode_to_dirty() 627 static struct ubifs_pnode *pnode_lookup(struct ubifs_info *c, int i) in pnode_lookup() 656 static void add_pnode_dirt(struct ubifs_info *c, struct ubifs_pnode *pnode) in add_pnode_dirt() 667 static void do_make_pnode_dirty(struct ubifs_info *c, struct ubifs_pnode *pnode) in do_make_pnode_dirty() [all …]
|
| H A D | budget.c | 57 static void shrink_liability(struct ubifs_info *c, int nr_to_write) in shrink_liability() 72 static int run_gc(struct ubifs_info *c) in run_gc() 98 static long long get_liability(struct ubifs_info *c) in get_liability() 126 static int make_free_space(struct ubifs_info *c) in make_free_space() 173 int ubifs_calc_min_idx_lebs(struct ubifs_info *c) in ubifs_calc_min_idx_lebs() 205 long long ubifs_calc_available(const struct ubifs_info *c, int min_idx_lebs) in ubifs_calc_available() 269 static int can_use_rp(struct ubifs_info *c) in can_use_rp() 302 static int do_budget_space(struct ubifs_info *c) in do_budget_space() 370 static int calc_idx_growth(const struct ubifs_info *c, in calc_idx_growth() 386 static int calc_data_growth(const struct ubifs_info *c, in calc_data_growth() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | key.h | 90 static inline void ino_key_init(const struct ubifs_info *c, in ino_key_init() 103 static inline void ino_key_init_flash(const struct ubifs_info *c, void *k, in ino_key_init_flash() 119 static inline void lowest_ino_key(const struct ubifs_info *c, in lowest_ino_key() 132 static inline void highest_ino_key(const struct ubifs_info *c, in highest_ino_key() 146 static inline void dent_key_init(const struct ubifs_info *c, in dent_key_init() 165 static inline void dent_key_init_hash(const struct ubifs_info *c, in dent_key_init_hash() 181 static inline void dent_key_init_flash(const struct ubifs_info *c, void *k, in dent_key_init_flash() 201 static inline void lowest_dent_key(const struct ubifs_info *c, in lowest_dent_key() 215 static inline void xent_key_init(const struct ubifs_info *c, in xent_key_init() 233 static inline void xent_key_init_flash(const struct ubifs_info *c, void *k, in xent_key_init_flash() [all …]
|
| H A D | lpt_commit.c | 30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode() 61 static struct ubifs_cnode *next_dirty_cnode(const struct ubifs_info *c, struct ubifs_cnode *cnode) in next_dirty_cnode() 88 static int get_cnodes_to_commit(struct ubifs_info *c) in get_cnodes_to_commit() 129 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in upd_ltab() 149 static int alloc_lpt_leb(struct ubifs_info *c, int *lnum) in alloc_lpt_leb() 182 static int layout_cnodes(struct ubifs_info *c) in layout_cnodes() 333 static int realloc_lpt_leb(struct ubifs_info *c, int *lnum) in realloc_lpt_leb() 360 static int write_cnodes(struct ubifs_info *c) in write_cnodes() 552 static struct ubifs_pnode *next_pnode_to_dirty(struct ubifs_info *c, in next_pnode_to_dirty() 614 static void add_pnode_dirt(struct ubifs_info *c, struct ubifs_pnode *pnode) in add_pnode_dirt() [all …]
|
| H A D | budget.c | 51 static void shrink_liability(struct ubifs_info *c, int nr_to_write) in shrink_liability() 66 static int run_gc(struct ubifs_info *c) in run_gc() 92 static long long get_liability(struct ubifs_info *c) in get_liability() 120 static int make_free_space(struct ubifs_info *c) in make_free_space() 166 int ubifs_calc_min_idx_lebs(struct ubifs_info *c) in ubifs_calc_min_idx_lebs() 197 long long ubifs_calc_available(const struct ubifs_info *c, int min_idx_lebs) in ubifs_calc_available() 261 static int can_use_rp(struct ubifs_info *c) in can_use_rp() 294 static int do_budget_space(struct ubifs_info *c) in do_budget_space() 362 static int calc_idx_growth(const struct ubifs_info *c, in calc_idx_growth() 378 static int calc_data_growth(const struct ubifs_info *c, in calc_data_growth() [all …]
|
| H A D | super.c | 73 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode() 112 struct ubifs_info *c = sb->s_fs_info; in ubifs_iget() local 299 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_inode() local 353 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_evict_inode() local 400 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_dirty_inode() local 412 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs() local 439 struct ubifs_info *c = root->d_sb->s_fs_info; in ubifs_show_options() local 470 struct ubifs_info *c = sb->s_fs_info; in ubifs_sync_fs() local 513 static int init_constants_early(struct ubifs_info *c) in init_constants_early() 663 static int bud_wbuf_callback(struct ubifs_info *c, int lnum, int free, int pad) in bud_wbuf_callback() [all …]
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | cmp.c | 46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) in cmp_error() 57 static u64 mpr_address(struct cmp_connection *c) in mpr_address() 65 static u64 pcr_address(struct cmp_connection *c) in pcr_address() 73 static int pcr_modify(struct cmp_connection *c, in pcr_modify() 74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify() 75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify() 120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init() 160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used() 180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy() 188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | msm_iommu_hw-8xxx.h | 25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument 30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 121 #define SET_SCTLR(b, c, v) SET_CTX_REG(SCTLR, (b), (c), (v)) argument 122 #define SET_ACTLR(b, c, v) SET_CTX_REG(ACTLR, (b), (c), (v)) argument 123 #define SET_CONTEXTIDR(b, c, v) SET_CTX_REG(CONTEXTIDR, (b), (c), (v)) argument 124 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) argument 125 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) argument 126 #define SET_TTBCR(b, c, v) SET_CTX_REG(TTBCR, (b), (c), (v)) argument 127 #define SET_PAR(b, c, v) SET_CTX_REG(PAR, (b), (c), (v)) argument 128 #define SET_FSR(b, c, v) SET_CTX_REG(FSR, (b), (c), (v)) argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/control/detail/dmc/ |
| H A D | while.hpp | 278 # define BOOST_PP_WHILE_1_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_2, BOOST_PP_TUPLE_ELEM_3_2)(… argument 279 # define BOOST_PP_WHILE_2_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_3, BOOST_PP_TUPLE_ELEM_3_2)(… argument 280 # define BOOST_PP_WHILE_3_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_4, BOOST_PP_TUPLE_ELEM_3_2)(… argument 281 # define BOOST_PP_WHILE_4_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_5, BOOST_PP_TUPLE_ELEM_3_2)(… argument 282 # define BOOST_PP_WHILE_5_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_6, BOOST_PP_TUPLE_ELEM_3_2)(… argument 283 # define BOOST_PP_WHILE_6_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_7, BOOST_PP_TUPLE_ELEM_3_2)(… argument 284 # define BOOST_PP_WHILE_7_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_8, BOOST_PP_TUPLE_ELEM_3_2)(… argument 285 # define BOOST_PP_WHILE_8_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_9, BOOST_PP_TUPLE_ELEM_3_2)(… argument 286 # define BOOST_PP_WHILE_9_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_10, BOOST_PP_TUPLE_ELEM_3_2)… argument 287 # define BOOST_PP_WHILE_10_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_11, BOOST_PP_TUPLE_ELEM_3_2… argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/control/detail/ |
| H A D | while.hpp | 278 # define BOOST_PP_WHILE_1_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_2, s BOOST_PP_TUPLE_EAT_3)(p… argument 279 # define BOOST_PP_WHILE_2_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_3, s BOOST_PP_TUPLE_EAT_3)(p… argument 280 # define BOOST_PP_WHILE_3_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_4, s BOOST_PP_TUPLE_EAT_3)(p… argument 281 # define BOOST_PP_WHILE_4_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_5, s BOOST_PP_TUPLE_EAT_3)(p… argument 282 # define BOOST_PP_WHILE_5_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_6, s BOOST_PP_TUPLE_EAT_3)(p… argument 283 # define BOOST_PP_WHILE_6_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_7, s BOOST_PP_TUPLE_EAT_3)(p… argument 284 # define BOOST_PP_WHILE_7_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_8, s BOOST_PP_TUPLE_EAT_3)(p… argument 285 # define BOOST_PP_WHILE_8_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_9, s BOOST_PP_TUPLE_EAT_3)(p… argument 286 # define BOOST_PP_WHILE_9_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_10, s BOOST_PP_TUPLE_EAT_3)(… argument 287 # define BOOST_PP_WHILE_10_C(c, p, o, s) BOOST_PP_IIF(c, BOOST_PP_WHILE_11, s BOOST_PP_TUPLE_EAT_3)… argument [all …]
|