| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | div64.S | 20 #define xh r0 macro 26 #define xh r1 macro 59 cmp xh, r4 70 clz ip, xh 81 cmpcc yl, xh 90 2: cmp xh, yl 92 subscs xh, xh, yl 98 3: cmp xh, #0 101 movlo xh, xl 109 adcs xh, xh, xh [all …]
|
| H A D | muldi3.S | 15 #define xh r0 macro 21 #define xh r1 macro 30 mul xh, yl, xh 31 mla xh, xl, yh, xh 36 mla xh, yh, ip, xh 41 adc xh, xh, yh, lsr #16 43 adc xh, xh, ip, lsr #16
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | div64.S | 17 #define xh r0 macro 23 #define xh r1 macro 55 cmp xh, r4 66 clz ip, xh 77 cmpcc yl, xh 86 2: cmp xh, yl 88 subscs xh, xh, yl 94 3: cmp xh, #0 97 movlo xh, xl 105 adcs xh, xh, xh [all …]
|
| H A D | muldi3.S | 14 #define xh r0 macro 20 #define xh r1 macro 28 mul xh, yl, xh 29 mla xh, xl, yh, xh 34 mla xh, yh, ip, xh 39 adc xh, xh, yh, lsr #16 41 adc xh, xh, ip, lsr #16
|
| H A D | ucmpdi2.S | 14 #define xh r0 macro 20 #define xh r1 macro 27 cmp xh, yh 40 cmp xh, yh
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/ |
| H A D | darwin-ldouble.c | 53 double z, q, zz, xh; in __gcc_qadd() local 75 xh = z + zz; in __gcc_qadd() 76 if (nonfinite(xh)) in __gcc_qadd() 77 return xh; in __gcc_qadd() 79 x.dval[0] = xh; in __gcc_qadd() 80 x.dval[1] = z - xh + zz; in __gcc_qadd()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | xattr.c | 244 struct ocfs2_xattr_header *xh, 958 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local 961 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside() 965 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside() 966 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside() 1585 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local 1586 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start() 1590 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start() 1631 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local 1632 int count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_wipe_namevalue() [all …]
|
| /OK3568_Linux_fs/kernel/include/math-emu/ |
| H A D | op-2.h | 129 #define __FP_CLZ_2(R, xh, xl) \ argument 131 if (xh) \ 132 __FP_CLZ(R,xh); \ 143 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 144 (xh += ((xl += i) < i)) 147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 148 (rh = xh + yh + ((rl = xl + yl) < xl)) 151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 152 (rh = xh - yh - ((rl = xl - yl) > xl)) 155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ [all …]
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | longlong.h | 132 #define umul_ppmm(xh, xl, m0, m1) \ argument 140 : "=r" ((USItype)(xh)) \ 195 #define umul_ppmm(xh, xl, a, b) \ argument 209 : "=&r" (xh), \ 215 #define umul_ppmm(xh, xl, a, b) \ argument 218 : "=&r" (xh), \ 352 #define umul_ppmm(xh, xl, m0, m1) \ argument 363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ 364 (xh) += ((((SItype) __m0 >> 31) & __m1) \ 367 #define smul_ppmm(xh, xl, m0, m1) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | sq_AL | 66 % &[before 1]Y<xh<<<Xh<<<XH 81 % &[before 1]Y<xh<<<xH<<<Xh<<<XH 105 collating-symbol <xh-digraph> 136 collating-element <xh> from "xh" 164 <xh-digraph> 200 <xh> <xh-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE 201 <xH> <xh-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE 202 <Xh> <xh-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE 203 <XH> <xh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
|
| H A D | xh_ZA | 211 % https://xh.wikipedia.org/wiki/UMzantsi_Afrika 226 lang_ab "xh"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | sq_AL | 66 % &[before 1]Y<xh<<<Xh<<<XH 81 % &[before 1]Y<xh<<<xH<<<Xh<<<XH 105 collating-symbol <xh-digraph> 136 collating-element <xh> from "xh" 164 <xh-digraph> 200 <xh> <xh-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE 201 <xH> <xh-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE 202 <Xh> <xh-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE 203 <XH> <xh-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
|
| H A D | xh_ZA | 211 % https://xh.wikipedia.org/wiki/UMzantsi_Afrika 226 lang_ab "xh"
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | raspberrypi-ts.c | 50 u8 xh; member 85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll() 88 event_type = (regs.point[i].xh >> 6) & 0x03; in rpi_ts_poll()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_csum.c | 451 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 457 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 462 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 466 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 469 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|
| /OK3568_Linux_fs/buildroot/package/cache-calibrator/ |
| H A D | 0001-Fix-conflicting-round-function.patch | 48 fprintf(fp, "set arrow %ld from %f,%f to %f,%f nohead lt 0\n", l + 1, xl, z, xh, z); 69 fprintf(fp, "set arrow %ld from %f,%f to %f,%f nohead lt 0\n", l + 1, xl, z, xh, z);
|
| /OK3568_Linux_fs/external/mpp/ |
| H A D | readme.txt | 38 Android : https://github.com/c-xh/RKMediaCodecDemo
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 159 static int incfs_handler_getxattr(const struct xattr_handler *xh, in incfs_handler_getxattr() argument 167 static int incfs_handler_setxattr(const struct xattr_handler *xh, in incfs_handler_setxattr() argument
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 1 …efgijjijijjjklmmlnprtuwwspkgdddcbcdccba^\UOC:3/../11021.-,/.+.0/10//./103,7xh4:�w{}����������… 28 …��������������������������������������������������bn������Ⱦ������������̾���xh|���������������ȩ����… 184 …,-/.--//...--//11,+,'!*F\fls`L^X>*%/Wvcely~srcUJ7..4Pz���������������������xh[TSOWhuzunlkjiea`^P8*… 358 …===<<=<=>=>?>;875//221123/1433345233246>>:�n% $��w���������������������xh`j�������������������… 392 …�����������������wQ�������������������������������������������������������}xh[V;355534446543332453… 600 …nppqqrswvurnlhddabdcbabaa`[TKD:1-*,/0011/....-../000000//-2)F�`)6)r�~�}|xh][M004$&4Odv~|}������… 628 …debaaaaaaa`_``_^YRLC90-.,-//0//--.-,./0///0////0/2,3ph"e��nHj�����������xh]VSQSm��������������q… 653 …AA@AAAA?<;84424537;86:634311230343421244235556+(( *2(,"W�}x}~�������������xh[XZYbnynYX`_]_djnw~��… 794 …xh[KJm�kLS>24876644555356555444555345326555322445654373a`a_aa^[UQOLLPTVTQPKDB?<<===<==<==<<<<<;<;… 937 …������������~~~�~~~�}~tz�xsqswxvvwuusonnlmmmmmotvwxxvsssttpmnns{|}|xh{��������������������… [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 91 …UTTSRRQQQRRRRSRRRTTY_d/!(35,,67)-00.32/649EV^cefedddc^XMB7968FZbdedcfpy|�xh\UWYY[]UFA@BEJKM^kok_… 128 …�����������������������������U�ݦҤ��������������ȸ���Ƹ�����ò�����������������xh\WRPQRPSX[VMPNLKL[edc…
|