Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dctype.c13 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
14 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
15 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */
16 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */
28 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
H A Dts_fsm.c46 [TS_FSM_CNTRL] = _C,
61 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 0- 3 */
62 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 4- 7 */
63 _W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */
64 _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */
65 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 16- 19 */
66 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 20- 23 */
67 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 24- 27 */
68 _W|_A|_C, _W|_A|_C, _W|_A|_C, _W|_A|_C, /* 28- 31 */
92 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_C, /* 124-127 */
/openbmc/linux/tools/lib/
H A Dctype.c12 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
13 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
14 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */
15 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */
27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
/openbmc/u-boot/lib/
H A Dctype.c16 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
17 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
18 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */
19 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */
31 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0003-Exclude-VCS-directory-with-writing-from-an-archive.patch72 +touch _C
95 +gitrepo/_C
100 +gitrepo/_C
105 +gitrepo/_C
/openbmc/u-boot/include/linux/
H A Dctype.h12 #define _C 0x08 /* cntrl */ macro
24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
/openbmc/linux/include/linux/
H A Dctype.h15 #define _C 0x08 /* cntrl */ macro
27 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
/openbmc/linux/tools/include/linux/
H A Dctype.h15 #define _C 0x08 /* cntrl */ macro
27 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c132 #define RAS_INDEX_TO_OFFSET(_C, _N) ((_C)->ras_record_offset + \ argument
135 #define RAS_OFFSET_TO_INDEX(_C, _O) (((_O) - \ argument
136 (_C)->ras_record_offset) / RAS_TABLE_RECORD_SIZE)
142 #define RAS_RI_TO_AI(_C, _I) (((_I) + (_C)->ras_fri) % \ argument
143 (_C)->ras_max_record_count)
/openbmc/qemu/po/
H A Dzh_CN.po42 msgstr "复制(_C)"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch409 +// Since we always define the INT#_C macros as per C++0x,
444 +// There is a bug in Cygwin two _C macros
791 +INT#_C macros if they're not already defined (John Maddock).
924 +#endif // INT#_C macros.