Home
last modified time | relevance | path

Searched refs:_P (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dctype.c17 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
18 _P,_P,_P,_P,_P,_P,_P,_P, /* 40-47 */
20 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
21 _P,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U, /* 64-71 */
24 _U,_U,_U,_P,_P,_P,_P,_P, /* 88-95 */
25 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
28 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
31 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
32 _P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 176-191 */
34 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
[all …]
H A Dts_fsm.c49 [TS_FSM_PUNCT] = _P,
55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP,
56 [TS_FSM_GRAPH] = _P | _U | _L | _D,
69 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
70 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 36- 39 */
71 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 40- 43 */
72 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 44- 47 */
75 _W|_A|_D, _W|_A|_D, _W|_A|_P, _W|_A|_P, /* 56- 59 */
76 _W|_A|_P, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 60- 63 */
77 _W|_A|_P, _W|_A|_U|_X, _W|_A|_U|_X, _W|_A|_U|_X, /* 64- 67 */
[all …]
/OK3568_Linux_fs/kernel/tools/lib/
H A Dctype.c16 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
17 _P,_P,_P,_P,_P,_P,_P,_P, /* 40-47 */
19 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
20 _P,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U, /* 64-71 */
23 _U,_U,_U,_P,_P,_P,_P,_P, /* 88-95 */
24 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
30 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
31 _P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 176-191 */
33 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
[all …]
/OK3568_Linux_fs/u-boot/lib/
H A Dctype.c21 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
22 _P,_P,_P,_P,_P,_P,_P,_P, /* 40-47 */
24 _D,_D,_P,_P,_P,_P,_P,_P, /* 56-63 */
25 _P,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U|_X,_U, /* 64-71 */
28 _U,_U,_U,_P,_P,_P,_P,_P, /* 88-95 */
29 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */
32 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
35 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
36 _P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 176-191 */
38 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dctype.h13 #define _P 0x10 /* punct */ macro
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/OK3568_Linux_fs/kernel/include/linux/
H A Dctype.h14 #define _P 0x10 /* punct */ macro
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dctype.h14 #define _P 0x10 /* punct */ macro
31 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
34 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/quilt/
H A DMakefile5 CHECK_ENV := P=patches/; _P=../patches/; export P _P;
/OK3568_Linux_fs/external/rkupdate/
H A DDefineHeader.h15 #ifndef _P
16 #define _P _CTYPE_P macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dctype.h33 #define _P 020 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dctype.h33 #define _P 020 macro
/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;
450 static const mask punct = _P;
/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;
450 static const mask punct = _P;
/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.yuv82 …�����������������������x~��������������������ȸ�u�������������������ABHGIHH\_P}�������������������y…
107 …�����������������������w~��������������������ȸ�u�������������������@CLGGHI[_P{�������������������z…
823 …������������������z�����Uj�����������������������������������������xmlWBU��_P[F3675434445556734556…
1426 …�����˥��Ot�9;eaY����������������������������������p4*W������������������t[�_P�������������{~������…
1559 …���������������������������������������������������������������������������_P����ɻ����������������…
1647 …�ž���������ȷ�����r���������������������������������������������������������_P[YL^�����������������…
2400 …���������������������������������������������������������������������������_P���������������������…
2546 …|a�������u_MYrus{��}ztqmjimrw~���������|yz~|xvwz~|���}xrlg_VUQPUZftsppoi^_P,)38-$1CX^Y!:epopr…
2569 …�������������������������P|��������������������ǰ�s������ԻKR�x�xY��^6?KGGKN[_P{��������������������…
3576 …IHGFGIEA>9221.057:<>=;75775543796554466421)" :v�������������_P`fc]o���������nk^Z`XP…
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt5694 read(5, "\7cS\vWE\1>1-\207x\7WK\5^Q\tgW\5_P\1VH\7hY\27u"..., 6075) = 6075
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info9695 predicates end in '_P'. Do not rely on the result type of these macros
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info9695 predicates end in '_P'. Do not rely on the result type of these macros