Home
last modified time | relevance | path

Searched refs:_S (Results 1 – 12 of 12) sorted by relevance

/linux/tools/lib/
H A Dctype.c13 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
16 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
30 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
/linux/lib/
H A Dctype.c14 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
17 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
31 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
H A Dts_fsm.c50 [TS_FSM_SPACE] = _S,
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 */
69 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
101 _W|_S|_SP, _W|_P, _W|_P, _W|_P, /* 160-163 */
/linux/include/linux/
H A Dctype.h17 #define _S 0x20 /* white space (space/lf/tab) */ macro
33 #define isspace(c) ((__ismask(c)&(_S)) != 0)
/linux/tools/include/linux/
H A Dctype.h17 #define _S 0x20 /* white space (space/lf/tab) */ macro
33 #define isspace(c) ((__ismask(c)&(_S)) != 0)
/linux/drivers/media/tuners/
H A Dmc44s803_priv.h180 (((_val) << _reg##_S) & (_reg))
184 (((_val) & (_reg)) >> _reg##_S)
/linux/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h133 #define SM(f, v) (((v) << f##_S) & f)
134 #define MS(f, v) (((v) & f) >> f##_S)
/linux/arch/mips/ath25/
H A Ddevices.h7 #define ATH25_REG_MS(_val, _field) (((_val) & _field##_M) >> _field##_S)
/linux/drivers/net/wireless/ath/carl9170/
H A Dhw.h873 (value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))
876 (((newvalue) << reg##_S) & reg)
879 (((value) & ~reg) | (((newvalue) << reg##_S) & reg))
882 (((value) & reg) >> reg##_S)
/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h113 (((_val) << _flags##_S) & (_flags))
117 (((_val) & (_flags)) >> _flags##_S)
126 (((_val) << _flags##_S) & (_flags)), _reg)
/linux/net/smc/
H A Dsmc_clc.c1352 memset(smc_hostname, _S, sizeof(smc_hostname)); /* ASCII blanks */ in smc_clc_init()
/linux/tools/lib/bpf/
H A Dlibbpf.c359 #define _S(X) __S(X) in libbpf_version_string() macro
360 return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION); in libbpf_version_string()
361 #undef _S in libbpf_version_string()