Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 4295) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dsb.c54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor()
72 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem()
376 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb()
518 static struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node()
537 static int authenticate_sb_node(struct ubifs_info *c, in authenticate_sb_node()
612 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node()
633 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock()
792 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
820 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space()
903 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space()
[all …]
H A Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
90 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
164 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
297 static void remove_buds(struct ubifs_info *c) in remove_buds()
356 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
466 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
515 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
[all …]
H A Dfile.c48 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
106 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
159 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
196 static void release_new_page_budget(struct ubifs_info *c) in release_new_page_budget()
210 static void release_existing_page_budget(struct ubifs_info *c) in release_existing_page_budget()
222 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow() local
325 static int allocate_budget(struct ubifs_info *c, struct page *page, in allocate_budget()
426 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin() local
520 static void cancel_budget(struct ubifs_info *c, struct page *page, in cancel_budget()
542 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end() local
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_timearithm_api.h620 static TEEC_Result Invoke_BigIntCmpS32(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntCmpS32()
629 static TEEC_Result Invoke_BigIntCmp(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntCmp()
637 static TEEC_Result Invoke_BigIntComputeExtendedGcd(ADBG_Case_t *c, in Invoke_BigIntComputeExtendedGcd()
648 static TEEC_Result Invoke_BigIntAddMod(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntAddMod()
655 static TEEC_Result Invoke_BigIntAdd(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntAdd()
662 static TEEC_Result Invoke_BigIntMul(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntMul()
669 static TEEC_Result Invoke_BigIntMulMod(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_BigIntMulMod()
676 static TEEC_Result Invoke_StoreS32(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_StoreS32()
695 static TEEC_Result Invoke_BigIntConvertFromS32(ADBG_Case_t *c, in Invoke_BigIntConvertFromS32()
703 static TEEC_Result Invoke_BigIntConvertToS32(ADBG_Case_t *c, in Invoke_BigIntConvertToS32()
[all …]
H A Dxml_datastorage_api.h1211 ADBG_Case_t *c, TEEC_Session *sess, uint32_t cmdId, in Invoke_ReadObjectData()
1249 #define Check_ReadObjectData_DataRead(c, data, data_size) \ argument
1253 #define Check_ReadObjectData_AfterWrite(c, data, data_size) \ argument
1257 static TEEC_Result Invoke_RenamePersistentObject(ADBG_Case_t *c, in Invoke_RenamePersistentObject()
1290 static TEEC_Result Invoke_AllocateTransientObject(ADBG_Case_t *c, in Invoke_AllocateTransientObject()
1301 static TEEC_Result Invoke_GetObjectInfo1(ADBG_Case_t *c, in Invoke_GetObjectInfo1()
1331 static TEEC_Result Invoke_GetObjectInfo(ADBG_Case_t *c, TEEC_Session *sess, in Invoke_GetObjectInfo()
1338 #define check_saved_obj_info(c, n, IN_ObjectType, IN_KeySize, IN_MaxKeySize, \ argument
1361 #define Check_ObjectInfo(c, IN_ObjectType, IN_KeySize, IN_MaxKeySize, \ argument
1372 #define set_handle_flag(c, vector, flag) do { (vector) |= (flag); } while (0) argument
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c34 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
63 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
94 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
116 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
168 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
292 static void remove_buds(struct ubifs_info *c) in remove_buds()
351 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
450 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
499 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
594 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
[all …]
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Ddebug.h223 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument
225 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument
227 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument
232 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument
233 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument
234 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument
238 #define jffs2_dbg_dump_jeb(c, jeb) \ argument
242 #define jffs2_dbg_dump_block_lists(c) \ argument
244 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument
252 #define jffs2_dbg_dump_node(c, ofs) \ argument
[all …]
H A Derase.c28 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block()
101 int jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks()
161 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded()
174 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed()
208 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list()
289 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs()
313 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase()
400 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
H A Ddebug.c28 __jffs2_dbg_acct_sanity_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check_nolock()
52 __jffs2_dbg_acct_sanity_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check()
125 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check()
160 void __jffs2_dbg_superblock_counts(struct jffs2_sb_info *c) in __jffs2_dbg_superblock_counts()
301 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check()
310 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock()
392 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs()
401 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock()
435 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb()
459 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists()
[all …]
H A Dreadinode.c31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data()
150 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node()
199 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn()
218 static int jffs2_add_tn_to_tree(struct jffs2_sb_info *c, in jffs2_add_tn_to_tree()
451 static int jffs2_build_inode_fragtree(struct jffs2_sb_info *c, in jffs2_build_inode_fragtree()
586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
981 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c163 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top()
168 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen()
174 static void vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta()
368 static void vgacon_init(struct vc_data *c, int init) in vgacon_init()
410 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
424 static u8 vgacon_build_attr(struct vc_data *c, u8 color, in vgacon_build_attr()
458 static void vgacon_invert_region(struct vc_data *c, u16 * p, int count) in vgacon_invert_region()
504 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor()
569 static int vgacon_doresize(struct vc_data *c, in vgacon_doresize()
631 static int vgacon_switch(struct vc_data *c) in vgacon_switch()
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 …deType===9?a.defaultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").… argument
3ct(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.remov… argument
4cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",i… argument
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/javascript/
H A Djquery-latest.js2 …deType===9?a.defaultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").… argument
3ct(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmptyObject(s)&&f.remov… argument
4cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",i… argument
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dcapabilities.c46 handleBufferModes(struct glCapabilitiesConfig *c, GLint bufferModes) in handleBufferModes()
61 handleStencilModes(struct glCapabilitiesConfig *c, GLint smodes) in handleStencilModes()
122 handleColorAndAccumulation(struct glColorBufCapabilities *c, in handleColorAndAccumulation()
305 handleColorModes(struct glCapabilitiesConfig *c, GLint cmodes) in handleColorModes()
314 handleAccumulationModes(struct glCapabilitiesConfig *c, GLint cmodes) in handleAccumulationModes()
322 handleDepthModes(struct glCapabilitiesConfig *c, GLint dmodes) in handleDepthModes()
375 struct glCapabilitiesConfig *c) in handleRendererDescriptions()
461 initConfig(struct glCapabilitiesConfig *c) in initConfig()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtm.S20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
28 #define __REST_32FPRS_VSRS(n,c,base) \ argument
37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
42 #define REST_32FPRS_VSRS(n,c,base) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/ibm/
H A Dxlocale.h26 int isalnum_l(int c, locale_t locale) in isalnum_l()
31 int isalpha_l(int c, locale_t locale) in isalpha_l()
36 int isblank_l(int c, locale_t locale) in isblank_l()
41 int iscntrl_l(int c, locale_t locale) in iscntrl_l()
46 int isdigit_l(int c, locale_t locale) in isdigit_l()
51 int isgraph_l(int c, locale_t locale) in isgraph_l()
56 int islower_l(int c, locale_t locale) in islower_l()
61 int isprint_l(int c, locale_t locale) in isprint_l()
67 int ispunct_l(int c, locale_t locale) in ispunct_l()
72 int isspace_l(int c, locale_t locale) in isspace_l()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/ibm/
H A Dxlocale.h26 int isalnum_l(int c, locale_t locale) in isalnum_l()
31 int isalpha_l(int c, locale_t locale) in isalpha_l()
36 int isblank_l(int c, locale_t locale) in isblank_l()
41 int iscntrl_l(int c, locale_t locale) in iscntrl_l()
46 int isdigit_l(int c, locale_t locale) in isdigit_l()
51 int isgraph_l(int c, locale_t locale) in isgraph_l()
56 int islower_l(int c, locale_t locale) in islower_l()
61 int isprint_l(int c, locale_t locale) in isprint_l()
67 int ispunct_l(int c, locale_t locale) in ispunct_l()
72 int isspace_l(int c, locale_t locale) in isspace_l()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dcpucfg-emul.h15 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
21 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
58 static inline void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data()
62 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
67 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Djournal.c171 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read()
294 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark()
417 static void btree_flush_write(struct cache_set *c) in btree_flush_write()
633 static unsigned int free_journal_buckets(struct cache_set *c) in free_journal_buckets()
652 static void journal_reclaim(struct cache_set *c) in journal_reclaim()
745 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlock() local
754 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlocked() local
833 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write() local
839 static void journal_try_write(struct cache_set *c) in journal_try_write()
855 static struct journal_write *journal_wait_for_write(struct cache_set *c, in journal_wait_for_write()
[all …]
H A Dsuper.c369 struct cache_set *c = container_of(cl, struct cache_set, sb_write); in bcache_write_super_unlock() local
374 void bcache_write_super(struct cache_set *c) in bcache_write_super()
405 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_endio() local
414 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_io_unlock() local
419 static void uuid_io(struct cache_set *c, int op, unsigned long op_flags, in uuid_io()
460 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
501 static int __uuid_write(struct cache_set *c) in __uuid_write()
527 int bch_uuid_write(struct cache_set *c) in bch_uuid_write()
537 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find()
549 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dfpu-probe.c49 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
78 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
155 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
192 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
250 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
275 void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
300 void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dio.h200 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
201 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
202 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
207 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
208 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
209 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
223 #define readb_relaxed(c) __raw_readb(c) argument
224 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
226 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
229 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) argument
19 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00) argument
20 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10) argument
21 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20) argument
22 #define NV50_DISP_BASE_SEM0(c) NV50_DISP_WNDW_SEM0(0 + (c)) argument
23 #define NV50_DISP_BASE_SEM1(c) NV50_DISP_WNDW_SEM1(0 + (c)) argument
24 #define NV50_DISP_BASE_NTFY(c) NV50_DISP_WNDW_NTFY(0 + (c)) argument
25 #define NV50_DISP_OVLY_SEM0(c) NV50_DISP_WNDW_SEM0(4 + (c)) argument
26 #define NV50_DISP_OVLY_SEM1(c) NV50_DISP_WNDW_SEM1(4 + (c)) argument
27 #define NV50_DISP_OVLY_NTFY(c) NV50_DISP_WNDW_NTFY(4 + (c)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Denum_trailing.hpp32 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m, … argument
33 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m, … argument
34 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m, … argument
36 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_ENUM_TRAILING_1_I(c, m, d) argument
37 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_ENUM_TRAILING_2_I(c, m, d) argument
38 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_ENUM_TRAILING_3_I(c, m, d) argument
39 # define BOOST_PP_ENUM_TRAILING_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m… argument
40 # define BOOST_PP_ENUM_TRAILING_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m… argument
41 # define BOOST_PP_ENUM_TRAILING_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m… argument
44 # define BOOST_PP_ENUM_TRAILING_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
H A Denum.hpp35 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument
36 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument
37 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument
39 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_ENUM_1_I(c, m, d) argument
40 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_ENUM_2_I(c, m, d) argument
41 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_ENUM_3_I(c, m, d) argument
42 # define BOOST_PP_ENUM_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument
43 # define BOOST_PP_ENUM_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument
44 # define BOOST_PP_ENUM_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument
47 # define BOOST_PP_ENUM_4(c, m, d) BOOST_PP_ERROR(0x0003) argument

12345678910>>...172