Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dctype.h18 extern const unsigned char _ctype[];
20 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/openbmc/linux/include/linux/
H A Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/openbmc/linux/tools/include/linux/
H A Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/openbmc/linux/lib/
H A Dctype.c12 const unsigned char _ctype[] = { variable
38 EXPORT_SYMBOL(_ctype);
/openbmc/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, \
/openbmc/linux/arch/arm64/kernel/
H A Dimage-vars.h31 PROVIDE(__efistub__ctype = _ctype);
/openbmc/linux/tools/lib/
H A Dctype.c11 const unsigned char _ctype[] = { variable
/openbmc/u-boot/lib/
H A Dctype.c15 const unsigned char _ctype[] = { variable