Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dctype.c18 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
21 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
35 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h14 #define _S 0x20 /* white space (space/lf/tab) */ macro
30 #define isspace(c) ((__ismask(c)&(_S)) != 0)