Home
last modified time | relevance | path

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

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