| /OK3568_Linux_fs/buildroot/package/speex/ |
| H A D | 0001-thumb2-support.patch | 4 http://lists.xiph.org/pipermail/speex-dev/2010-November/008041.html. 6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 10 diff --git a/libspeex/filters_arm4.h b/libspeex/filters_arm4.h 12 --- a/libspeex/filters_arm4.h 14 @@ -47,8 +47,10 @@ int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int le 16 "\tldr %4, [%0], #4 \n" 17 "\tcmp %4, %1 \n" 18 + "\tit gt \n" 19 "\tmovgt %1, %4 \n" [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | uaccess.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) 6 * -__clear_user( ) called multiple times during elf load was byte loop 10 * -Hand crafted constant propagation for "constant" copy sizes 11 * -stock kernel shrunk by 33K at -O3 14 * -Added option to (UN)inline copy_(to|from)_user to reduce code sz 15 * -kernel shrunk by 200K even at -O3 (gcc 4.2.1) 16 * -Enabled when doing -Os 32 * where TASK_SIZE could either be retrieved from thread_info->addr_limit or 39 * non-ngeative, which implies that buffer start will be within limit too. [all …]
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | uaccess.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. 20 unsigned long limit = current_thread_info()->addr_limit.seg; in access_ok() 37 * These are the main single-value transfer routines. They automatically 82 long __pu_err = -EFAULT; \ 123 "1: stb %1, (%2,0) \n" \ 124 " br 3f \n" \ 125 "2: mov %0, %3 \n" \ 126 " br 3f \n" \ 127 ".section __ex_table, \"a\" \n" \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | memcpy_32.c | 1 // SPDX-License-Identifier: GPL-2.0 8 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() argument 11 return __memcpy3d(to, from, n); in memcpy() 13 return __memcpy(to, from, n); in memcpy() 24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() argument 31 "cmp $0x10, %0\n\t" in memmove() 32 "jb 1f\n\t" in memmove() 35 "cmp %2, %1\n\t" in memmove() 36 "jb 2f\n\t" in memmove() 42 "cmp $680, %0\n\t" in memmove() [all …]
|
| H A D | usercopy_32.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * The non inlined parts of asm-i386/uaccess.h are here. 21 static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) in __movsl_is_ok() argument 24 if (n >= 64 && ((a1 ^ a2) & movsl_mask.mask)) in __movsl_is_ok() 29 #define movsl_is_ok(a1, a2, n) \ argument 30 __movsl_is_ok((unsigned long)(a1), (unsigned long)(a2), (n)) 41 ASM_STAC "\n" \ 42 "0: rep; stosl\n" \ 43 " movl %2,%0\n" \ 44 "1: rep; stosb\n" \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | uaccess.c | 1 // SPDX-License-Identifier: GPL-2.0 45 current->thread.mm_segment = fs; in set_fs() 69 old_fs = current->thread.mm_segment; in enable_sacf_uaccess() 74 current->thread.mm_segment |= 1; in enable_sacf_uaccess() 96 current->thread.mm_segment = old_fs; in disable_sacf_uaccess() 110 tmp1 = -4096UL; in copy_from_user_mvcos() 112 "0: .insn ss,0xc80000000000,0(%0,%2),0(%1),0\n" in copy_from_user_mvcos() 113 "6: jz 4f\n" in copy_from_user_mvcos() 114 "1: algr %0,%3\n" in copy_from_user_mvcos() 115 " slgr %1,%3\n" in copy_from_user_mvcos() [all …]
|
| H A D | xor.c | 1 // SPDX-License-Identifier: GPL-2.0 17 " larl 1,2f\n" in xor_xc_2() 18 " aghi %0,-1\n" in xor_xc_2() 19 " jm 3f\n" in xor_xc_2() 20 " srlg 0,%0,8\n" in xor_xc_2() 21 " ltgr 0,0\n" in xor_xc_2() 22 " jz 1f\n" in xor_xc_2() 23 "0: xc 0(256,%1),0(%2)\n" in xor_xc_2() 24 " la %1,256(%1)\n" in xor_xc_2() 25 " la %2,256(%2)\n" in xor_xc_2() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/math-emu/ |
| H A D | sfp-util_32.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 __asm__ ("addcc %r4,%5,%1\n\t" \ 9 "addx %r2,%3,%0\n" \ 18 __asm__ ("subcc %r4,%5,%1\n\t" \ 19 "subx %r2,%3,%0\n" \ 29 __asm__ ("! Inlined umul_ppmm\n\t" \ 30 "wr %%g0,%2,%%y ! SPARC has 0-3 delay insn after a wr\n\t" \ 31 "sra %3,31,%%g2 ! Don't move this insn\n\t" \ 32 "and %2,%%g2,%%g2 ! Don't move this insn\n\t" \ 33 "andcc %%g0,0,%%g1 ! Don't move this insn\n\t" \ [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | string.c | 6 * SPDX-License-Identifier: GPL-2.0+ 9 /* From glibc-2.14, sysdeps/i386/memset.c */ 37 len -= (-dstp) % sizeof(op_t); in memset() 46 "rep\n" in memset() 47 "stosb" /* %0, %2, %3 */ : in memset() 49 "0" (dstp), "1" ((-dstp) % sizeof(op_t)), "a" (x) : in memset() 54 "rep\n" in memset() 55 "stosl" /* %0, %2, %3 */ : in memset() 64 "rep\n" in memset() 65 "stosb" /* %0, %2, %3 */ : in memset() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | xor_32.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Optimized RAID-5 checksumming functions for MMX. 10 * High-speed RAID5 checksumming functions utilizing MMX instructions. 14 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" 15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" 16 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" 17 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n" 18 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" 19 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" 36 LD(i + 3, 3) \ in xor_pII_mmx_2() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | unaligned-emul.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 10 __asm__ __volatile__ (".set\tnoat\n" \ 11 "1:\t"type##_lb("%0", "0(%2)")"\n" \ 12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\ 13 "sll\t%0, 0x8\n\t" \ 14 "or\t%0, $1\n\t" \ 15 "li\t%1, 0\n" \ 16 "3:\t.set\tat\n\t" \ 17 ".insn\n\t" \ 18 ".section\t.fixup,\"ax\"\n\t" \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | checksum.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Andreas Schwab, <schwab@issan.informatik.uni-dortmund.de> 19 * length-counter instead of the length counter 22 * data-registers to hold input values and one tries to 43 * is aligned on either a 2-byte or 4-byte boundary. in csum_partial() 45 __asm__("movel %2,%3\n\t" in csum_partial() 46 "btst #1,%3\n\t" /* Check alignment */ in csum_partial() 47 "jeq 2f\n\t" in csum_partial() 48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial() 49 "jgt 1f\n\t" in csum_partial() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_awb_v32.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 awbHwConfig->awbEnable = 1; in initCustomAwbHwConfigGw() 41 awbHwConfig->lightNum = 4; in initCustomAwbHwConfigGw() 42 awbHwConfig->windowSet[0] = 0; in initCustomAwbHwConfigGw() 43 awbHwConfig->windowSet[1] = 0; in initCustomAwbHwConfigGw() 44 awbHwConfig->windowSet[2] = 3840; in initCustomAwbHwConfigGw() 45 awbHwConfig->windowSet[3] = 2160; in initCustomAwbHwConfigGw() 46 awbHwConfig->maxR = 230*16; in initCustomAwbHwConfigGw() 47 awbHwConfig->maxG = 230*16; in initCustomAwbHwConfigGw() 48 awbHwConfig->maxB = 230*16; in initCustomAwbHwConfigGw() [all …]
|
| /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/lib/gconv/ |
| HD | IBM1399.so | ... _dl_mcount_wrapper_check memcpy __assert_fail __pointer_chk_guard libc.so.6 ld-linux-armhf.so.3 GLIBC_PRIVATE GLIBC_2. ... |
| HD | IBM1390.so | ... _dl_mcount_wrapper_check memcpy __assert_fail __pointer_chk_guard libc.so.6 ld-linux-armhf.so.3 GLIBC_PRIVATE GLIBC_2. ... |
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | xor.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * include/asm-alpha/xor.h 5 * Optimized RAID-5 checksumming functions for alpha EV5 and EV6 27 asm(" \n\ 28 .text \n\ 29 .align 3 \n\ 30 .ent xor_alpha_2 \n\ 31 xor_alpha_2: \n\ 32 .prologue 0 \n\ 33 srl $16, 6, $16 \n\ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| HD | bin2c | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| HD | recordmcount | ... : option '%s%s' requires an argument POSIXLY_CORRECT -- - %s: invalid option -- '% ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/basic/ |
| HD | bin2c | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| HD | bin2c | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| HD | conmakehash | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/basic/ |
| HD | fixdep | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/basic/ |
| HD | fixdep | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| HD | conmakehash | ... map->l_tls_modid == total + cnt map->l_tls_blocksize >= map->l_tls_initimage_size listp ! ... |
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/mod/ |
| HD | modpost | ... : option '%s%s' requires an argument POSIXLY_CORRECT -- - %s: invalid option -- '% ... |