Searched refs:_ctype (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/linux-master/tools/include/linux/
H A Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h33 PROVIDE(__efistub__ctype = _ctype);
53 PROVIDE(__pi__ctype = _ctype);
/linux-master/lib/
H A Dctype.c12 const unsigned char _ctype[] = { variable
38 EXPORT_SYMBOL(_ctype); variable
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.c16 #define VC4_MOCK_OUTPUT_DESC(_vc4_type, _etype, _ctype) \
20 .connector_type = _ctype, \
/linux-master/tools/lib/
H A Dctype.c11 const unsigned char _ctype[] = { variable

Completed in 277 milliseconds