Home
last modified time | relevance | path

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

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