Home
last modified time | relevance | path

Searched refs:_L (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dctype.c25 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
26 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */
27 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */
28 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
34 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
35 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */
36 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
H A Dts_fsm.c47 [TS_FSM_LOWER] = _L,
53 [TS_FSM_ALPHA] = _U | _L,
54 [TS_FSM_ALNUM] = _U | _L | _D,
55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP,
56 [TS_FSM_GRAPH] = _P | _U | _L | _D,
85 _W|_A|_P, _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L|_X, /* 96- 99 */
86 _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L, /* 100-103 */
87 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 104-107 */
88 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 108-111 */
89 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 112-115 */
[all …]
/OK3568_Linux_fs/kernel/tools/lib/
H A Dctype.c24 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
25 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */
26 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */
27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
33 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
34 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */
35 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
/OK3568_Linux_fs/u-boot/lib/
H A Dctype.c29 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
30 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */
31 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */
32 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
38 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
39 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */
40 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
/OK3568_Linux_fs/u-boot/include/linux/
H A Dctype.h10 #define _L 0x02 /* lower */ macro
22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
27 #define islower(c) ((__ismask(c)&(_L)) != 0)
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
/OK3568_Linux_fs/kernel/include/linux/
H A Dctype.h11 #define _L 0x02 /* lower */ macro
23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
31 #define islower(c) ((__ismask(c)&(_L)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dctype.h11 #define _L 0x02 /* lower */ macro
23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
24 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)
31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define islower(c) ((__ismask(c)&(_L)) != 0)
33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
/OK3568_Linux_fs/external/rkupdate/
H A DDefineHeader.h6 #ifndef _L
7 #define _L _CTYPE_L macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dctype.h30 #define _L 02 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dctype.h30 #define _L 02 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dexpression.hpp220 #define BOOST_PHOENIX_DEFINE_EXPRESSION_EXPRESSION_VARARG(NAME_SEQ, _G, _L) \ argument
303 #define BOOST_PHOENIX_DEFINE_EXPRESSION_RESULT_OF_MAKE_VARARG(NAME_SEQ, _G, _L) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__locale444 static const mask print = _P | _U | _L | _N | _B;
447 static const mask lower = _L;
448 static const mask alpha = _U | _L;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__locale444 static const mask print = _P | _U | _L | _N | _B;
447 static const mask lower = _L;
448 static const mask alpha = _U | _L;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6379 (is_t4(adap->params.chip) ? PORT_REG(idx, MPS_PORT_STAT_##name##_L) : \ in t4_get_port_stats()
6380 T5_PORT_REG(idx, MPS_PORT_STAT_##name##_L))) in t4_get_port_stats()
6381 #define GET_STAT_COM(name) t4_read_reg64(adap, MPS_STAT_##name##_L) in t4_get_port_stats()
6476 PORT_REG(idx, MPS_PORT_STAT_LB_PORT_##name##_L) : \ in t4_get_lb_stats()
6477 T5_PORT_REG(idx, MPS_PORT_STAT_LB_PORT_##name##_L))) in t4_get_lb_stats()
6478 #define GET_STAT_COM(name) t4_read_reg64(adap, MPS_STAT_##name##_L) in t4_get_lb_stats()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drope528 __ROPE_DEFINE_ALLOC(__L,_L) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drope528 __ROPE_DEFINE_ALLOC(__L,_L) \
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/
H A Dir.yuv139 …������������������������zwud_�g^;4AF@93428[hb�����������������������`*&3JP\_L*$7NQOXz�������������…
395 …J3.(!%,,*+*',89/&##$*,,..-.-+')(,-+&')),222335997762/8;81,+70"+./546@BBHP]_L@925;98DG?9LOIIOVE?5I…
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv745 …:997793#)X���dz�����������������������������������������������������������_L���������������������…
937 …VF`�����qfVNQW[WZegijcachmuz|���������������|zs`ZYG=;++/26*$$9M^gpwvvtqni`_L/(5RG,&,Gwibw�?lroqp…
961 …����ɠ��O[�aC`]RW��������������������������������ZHJ[��������������������Z��_L|�����������zt�������…
1395 …feu�����}jTPftuw~�}ytoljkorw~����������}{~}xrsstuw~�|wtpibYTPHHUdoxyxwvtnh`_L...FB'#&=cw^qK%Qp…
2527 …PP{�����|w{������������{x{{~����������~}{z{~}���������~|xromjhiifjkimle`_L-,6. !+4LZPe>4hqooop…
2600 …;879::898773)%4?Gt���������������������������������������������������|�����_L��~�����������������…
4225 …�X������������������������o����������������ɭ�������������������������������_L�������sw�������tp���…
4576 …���V|����̿�����������������r����������������£�};?HDBCb���������������������_L��������t}������mm���…
4692 …���������������������������������������������������������������������������_L�������͸�������������…
4759 …U������˼����������������x��u�������������˽���������������������������������_L�����qn��������|}����…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info27964 '_L', where L is an uppercase letter. This is for ISO C.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info27964 '_L', where L is an uppercase letter. This is for ISO C.