| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 65 const char *suffix; in octeon_model_get_string_buffer() local 100 suffix = "CP"; in octeon_model_get_string_buffer() 102 suffix = "SCP"; in octeon_model_get_string_buffer() 104 suffix = "EXP"; in octeon_model_get_string_buffer() 106 suffix = "NSP"; in octeon_model_get_string_buffer() 269 if ((num_cores == 4) && l2d_fus3 && !strncmp(suffix, "CP", 2)) in octeon_model_get_string_buffer() 297 suffix = "SP"; in octeon_model_get_string_buffer() 299 suffix = "SSP"; in octeon_model_get_string_buffer() 302 suffix = "CP"; in octeon_model_get_string_buffer() 304 suffix = "NSP"; in octeon_model_get_string_buffer() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 66 #define OPENCV_HAL_IMPL_NEON_REINTERPRET(_Tpv, suffix) \ argument 68 _Tpv vreinterpretq_##suffix##_f64(T a) { return (_Tpv) a; } \ 70 float64x2_t vreinterpretq_f64_##suffix(T a) { return (float64x2_t) a; } 323 #define OPENCV_HAL_IMPL_NEON_INIT(_Tpv, _Tp, suffix) \ argument 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 326 inline _Tpv##_t vreinterpretq_##suffix##_##suffix(_Tpv##_t v) { return v; } \ 327 …6 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suffix(v.val)); } \ 328 …16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffix(v.val)); } \ 329 …v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##suffix(v.val)); } \ [all …]
|
| H A D | intrin_avx.hpp | 339 #define OPENCV_HAL_IMPL_AVX_LOADSTORE_FLT(_Tpvec, _Tp, suffix, halfreg) \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() argument 341 { return _Tpvec(_mm256_loadu_##suffix(ptr)); } \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() 343 { return _Tpvec(_mm256_load_##suffix(ptr)); } \ 346 return _Tpvec(_mm256_cast##suffix##128_##suffix##256 \ 347 (_mm_loadu_##suffix(ptr))); \ 351 halfreg vlo = _mm_loadu_##suffix(ptr0); \ 352 halfreg vhi = _mm_loadu_##suffix(ptr1); \ 356 { _mm256_storeu_##suffix(ptr, a.val); } \ 358 { _mm256_store_##suffix(ptr, a.val); } \ 360 { _mm256_stream_##suffix(ptr, a.val); } \ [all …]
|
| H A D | intrin_sse.hpp | 299 #define OPENCV_HAL_IMPL_SSE_INITVEC(_Tpvec, _Tp, suffix, zsuffix, ssuffix, _Tps, cast) \ argument 300 inline _Tpvec v_setzero_##suffix() { return _Tpvec(_mm_setzero_##zsuffix()); } \ 301 inline _Tpvec v_setall_##suffix(_Tp v) { return _Tpvec(_mm_set1_##ssuffix((_Tps)v)); } \ 302 template<typename _Tpvec0> inline _Tpvec v_reinterpret_as_##suffix(const _Tpvec0& a) \ 332 #define OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(_Tpvec, suffix) \ argument 333 inline _Tpvec v_reinterpret_as_##suffix(const v_float32x4& a) \ 335 inline _Tpvec v_reinterpret_as_##suffix(const v_float64x2& a) \ 804 #define OPENCV_HAL_IMPL_SSE_LOGIC_OP(_Tpvec, suffix, not_const) \ argument 805 OPENCV_HAL_IMPL_SSE_BIN_OP(&, _Tpvec, _mm_and_##suffix) \ 806 OPENCV_HAL_IMPL_SSE_BIN_OP(|, _Tpvec, _mm_or_##suffix) \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 66 #define OPENCV_HAL_IMPL_NEON_REINTERPRET(_Tpv, suffix) \ argument 68 _Tpv vreinterpretq_##suffix##_f64(T a) { return (_Tpv) a; } \ 70 float64x2_t vreinterpretq_f64_##suffix(T a) { return (float64x2_t) a; } 323 #define OPENCV_HAL_IMPL_NEON_INIT(_Tpv, _Tp, suffix) \ argument 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 326 inline _Tpv##_t vreinterpretq_##suffix##_##suffix(_Tpv##_t v) { return v; } \ 327 …6 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suffix(v.val)); } \ 328 …16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffix(v.val)); } \ 329 …v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##suffix(v.val)); } \ [all …]
|
| H A D | intrin_avx.hpp | 339 #define OPENCV_HAL_IMPL_AVX_LOADSTORE_FLT(_Tpvec, _Tp, suffix, halfreg) \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() argument 341 { return _Tpvec(_mm256_loadu_##suffix(ptr)); } \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() 343 { return _Tpvec(_mm256_load_##suffix(ptr)); } \ 346 return _Tpvec(_mm256_cast##suffix##128_##suffix##256 \ 347 (_mm_loadu_##suffix(ptr))); \ 351 halfreg vlo = _mm_loadu_##suffix(ptr0); \ 352 halfreg vhi = _mm_loadu_##suffix(ptr1); \ 356 { _mm256_storeu_##suffix(ptr, a.val); } \ 358 { _mm256_store_##suffix(ptr, a.val); } \ 360 { _mm256_stream_##suffix(ptr, a.val); } \ [all …]
|
| H A D | intrin_sse.hpp | 299 #define OPENCV_HAL_IMPL_SSE_INITVEC(_Tpvec, _Tp, suffix, zsuffix, ssuffix, _Tps, cast) \ argument 300 inline _Tpvec v_setzero_##suffix() { return _Tpvec(_mm_setzero_##zsuffix()); } \ 301 inline _Tpvec v_setall_##suffix(_Tp v) { return _Tpvec(_mm_set1_##ssuffix((_Tps)v)); } \ 302 template<typename _Tpvec0> inline _Tpvec v_reinterpret_as_##suffix(const _Tpvec0& a) \ 332 #define OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(_Tpvec, suffix) \ argument 333 inline _Tpvec v_reinterpret_as_##suffix(const v_float32x4& a) \ 335 inline _Tpvec v_reinterpret_as_##suffix(const v_float64x2& a) \ 804 #define OPENCV_HAL_IMPL_SSE_LOGIC_OP(_Tpvec, suffix, not_const) \ argument 805 OPENCV_HAL_IMPL_SSE_BIN_OP(&, _Tpvec, _mm_and_##suffix) \ 806 OPENCV_HAL_IMPL_SSE_BIN_OP(|, _Tpvec, _mm_or_##suffix) \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 66 #define OPENCV_HAL_IMPL_NEON_REINTERPRET(_Tpv, suffix) \ argument 68 _Tpv vreinterpretq_##suffix##_f64(T a) { return (_Tpv) a; } \ 70 float64x2_t vreinterpretq_f64_##suffix(T a) { return (float64x2_t) a; } 323 #define OPENCV_HAL_IMPL_NEON_INIT(_Tpv, _Tp, suffix) \ argument 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 326 inline _Tpv##_t vreinterpretq_##suffix##_##suffix(_Tpv##_t v) { return v; } \ 327 …6 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suffix(v.val)); } \ 328 …16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffix(v.val)); } \ 329 …v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##suffix(v.val)); } \ [all …]
|
| H A D | intrin_avx.hpp | 339 #define OPENCV_HAL_IMPL_AVX_LOADSTORE_FLT(_Tpvec, _Tp, suffix, halfreg) \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() argument 341 { return _Tpvec(_mm256_loadu_##suffix(ptr)); } \ in OPENCV_HAL_IMPL_AVX_LOADSTORE() 343 { return _Tpvec(_mm256_load_##suffix(ptr)); } \ 346 return _Tpvec(_mm256_cast##suffix##128_##suffix##256 \ 347 (_mm_loadu_##suffix(ptr))); \ 351 halfreg vlo = _mm_loadu_##suffix(ptr0); \ 352 halfreg vhi = _mm_loadu_##suffix(ptr1); \ 356 { _mm256_storeu_##suffix(ptr, a.val); } \ 358 { _mm256_store_##suffix(ptr, a.val); } \ 360 { _mm256_stream_##suffix(ptr, a.val); } \ [all …]
|
| H A D | intrin_sse.hpp | 299 #define OPENCV_HAL_IMPL_SSE_INITVEC(_Tpvec, _Tp, suffix, zsuffix, ssuffix, _Tps, cast) \ argument 300 inline _Tpvec v_setzero_##suffix() { return _Tpvec(_mm_setzero_##zsuffix()); } \ 301 inline _Tpvec v_setall_##suffix(_Tp v) { return _Tpvec(_mm_set1_##ssuffix((_Tps)v)); } \ 302 template<typename _Tpvec0> inline _Tpvec v_reinterpret_as_##suffix(const _Tpvec0& a) \ 332 #define OPENCV_HAL_IMPL_SSE_INIT_FROM_FLT(_Tpvec, suffix) \ argument 333 inline _Tpvec v_reinterpret_as_##suffix(const v_float32x4& a) \ 335 inline _Tpvec v_reinterpret_as_##suffix(const v_float64x2& a) \ 804 #define OPENCV_HAL_IMPL_SSE_LOGIC_OP(_Tpvec, suffix, not_const) \ argument 805 OPENCV_HAL_IMPL_SSE_BIN_OP(&, _Tpvec, _mm_and_##suffix) \ 806 OPENCV_HAL_IMPL_SSE_BIN_OP(|, _Tpvec, _mm_or_##suffix) \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-retrode.c | 23 const char *suffix; in retrode_input_configured() local 29 suffix = "SNES Mouse"; in retrode_input_configured() 33 suffix = "SNES / N64"; in retrode_input_configured() 38 suffix = "Mega Drive"; in retrode_input_configured() 43 suffix = "Unknown"; in retrode_input_configured() 49 suffix, number); in retrode_input_configured() 52 "%s %s", CONTROLLER_NAME_BASE, suffix); in retrode_input_configured()
|
| H A D | hid-uclogic-core.c | 108 const char *suffix = NULL; in uclogic_input_configured() local 129 suffix = "Keyboard"; in uclogic_input_configured() 132 suffix = "Mouse"; in uclogic_input_configured() 135 suffix = "Pad"; in uclogic_input_configured() 138 suffix = "Pen"; in uclogic_input_configured() 141 suffix = "Consumer Control"; in uclogic_input_configured() 144 suffix = "System Control"; in uclogic_input_configured() 148 if (suffix) { in uclogic_input_configured() 149 len = strlen(hdev->name) + 2 + strlen(suffix); in uclogic_input_configured() 152 snprintf(name, len, "%s %s", hdev->name, suffix); in uclogic_input_configured()
|
| /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/include/ |
| H A D | math.h | 264 #define __MATHCALL_VEC(function, suffix, args) \ argument 265 __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ 266 __MATHCALL (function, suffix, args) 268 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 269 __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ 270 __MATHDECL(type, function,suffix, args) 272 #define __MATHCALL(function,suffix, args) \ argument 273 __MATHDECL (_Mdouble_,function,suffix, args) 274 #define __MATHDECL(type, function,suffix, args) \ argument 275 __MATHDECL_1(type, function,suffix, args); \ [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/include/ |
| H A D | math.h | 264 #define __MATHCALL_VEC(function, suffix, args) \ argument 265 __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ 266 __MATHCALL (function, suffix, args) 268 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 269 __SIMD_DECL (__MATH_PRECNAME (function, suffix)) \ 270 __MATHDECL(type, function,suffix, args) 272 #define __MATHCALL(function,suffix, args) \ argument 273 __MATHDECL (_Mdouble_,function,suffix, args) 274 #define __MATHDECL(type, function,suffix, args) \ argument 275 __MATHDECL_1(type, function,suffix, args); \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | inst.c | 15 unsigned int val, suffix; in probe_user_read_inst() local 22 err = copy_from_user_nofault(&suffix, (void __user *)nip + 4, 4); in probe_user_read_inst() 23 *inst = ppc_inst_prefix(val, suffix); in probe_user_read_inst() 33 unsigned int val, suffix; in probe_kernel_read_inst() local 40 err = copy_from_kernel_nofault(&suffix, (void *)src + 4, 4); in probe_kernel_read_inst() 41 *inst = ppc_inst_prefix(val, suffix); in probe_kernel_read_inst()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | inst.h | 14 u32 suffix; member 29 #define ppc_inst(x) ((struct ppc_inst){ .val = (x), .suffix = 0xff }) 31 #define ppc_inst_prefix(x, y) ((struct ppc_inst){ .val = (x), .suffix = (y) }) 35 return x.suffix; in ppc_inst_suffix() 51 u32 val, suffix; in ppc_inst_read() local 55 suffix = *((u32 *)ptr + 1); in ppc_inst_read() 56 return ppc_inst_prefix(val, suffix); in ppc_inst_read()
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/ |
| H A D | Makefile | 22 suffix-y := bin 23 suffix-$(CONFIG_KERNEL_GZIP) := gz 24 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 25 suffix-$(CONFIG_KERNEL_LZMA) := lzma 26 suffix-$(CONFIG_KERNEL_XZ) := xz 27 suffix-$(CONFIG_KERNEL_LZO) := lzo 109 $(obj)/uImage: $(obj)/uImage.$(suffix-y) 115 KERNEL_MEMORY suffix-y
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | crash_core.c | 164 const char *suffix) in parse_crashkernel_suffix() argument 175 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix() 179 cur += strlen(suffix); in parse_crashkernel_suffix() 190 const char *suffix) in get_last_crashkernel() argument 203 if (!suffix) { in get_last_crashkernel() 215 q = end_p - strlen(suffix); in get_last_crashkernel() 216 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel() 234 const char *suffix) in __parse_crashkernel() argument 243 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel() 250 if (suffix) in __parse_crashkernel() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/compressed/ |
| H A D | Makefile | 42 suffix-$(CONFIG_KERNEL_GZIP) := .gz 43 suffix-$(CONFIG_KERNEL_BZIP2) := .bz2 44 suffix-$(CONFIG_KERNEL_LZ4) := .lz4 45 suffix-$(CONFIG_KERNEL_LZMA) := .lzma 46 suffix-$(CONFIG_KERNEL_LZO) := .lzo 47 suffix-$(CONFIG_KERNEL_XZ) := .xz 63 $(obj)/piggy.o: $(obj)/vmlinux.bin$(suffix-y) FORCE
|
| /OK3568_Linux_fs/kernel/tools/iio/ |
| H A D | iio_utils.h | 52 static inline int iioutils_check_suffix(const char *str, const char *suffix) in iioutils_check_suffix() argument 54 return strlen(str) >= strlen(suffix) && in iioutils_check_suffix() 55 strncmp(str+strlen(str)-strlen(suffix), in iioutils_check_suffix() 56 suffix, strlen(suffix)) == 0; in iioutils_check_suffix()
|
| /OK3568_Linux_fs/kernel/arch/h8300/boot/compressed/ |
| H A D | Makefile | 31 suffix-$(CONFIG_KERNEL_GZIP) := gzip 32 suffix-$(CONFIG_KERNEL_LZO) := lzo 34 $(obj)/vmlinux.bin.$(suffix-y): $(obj)/vmlinux.bin FORCE 35 $(call if_changed,$(suffix-y)) 40 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler.h | 14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 16 extern void prefix ## suffix(void) __compiletime_error(msg); \ 18 prefix ## suffix(); \ 21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 25 __compiletime_assert(condition, msg, prefix, suffix)
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | Makefile | 66 suffix-$(CONFIG_KERNEL_GZIP) := gz 67 suffix-$(CONFIG_KERNEL_BZIP2) := bz2 68 suffix-$(CONFIG_KERNEL_LZ4) := lz4 69 suffix-$(CONFIG_KERNEL_LZMA) := lzma 70 suffix-$(CONFIG_KERNEL_LZO) := lzo 71 suffix-$(CONFIG_KERNEL_XZ) := xz 87 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-cache-management.sh | 216 for suffix in $sstate_suffixes; do 217 if [ "$suffix" = "populate_lic" ] ; then 222 …total_files_suffix=`grep ".*/sstate:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:_]*_$suffix\.tar\.zst.*… 223 …total_archive_suffix=`grep ".*/sstate:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:_]*_$suffix\.tar\.zst… 225 …grep ".*/sstate:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:_]*_$suffix\.tar\.zst.*" $sstate_files_list… 229 echo "Figuring out the sstate:xxx_$suffix.$ext ... " 236 rm_list="$remove_listdir/sstate:xxx_$suffix" 238 [ -z "$verbose" ] || echo "Analyzing sstate:$fn-xxx_$suffix.${ext}" 242 …[ $debug -gt 1 ] && echo "Available files for $fn-$arch- with suffix $suffix.${ext}:" && cat $fn_t… 274 …echo "($deleted_archives out of $total_archives_suffix .tar.zst files for $suffix suffix will be r…
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | README | 25 ARMPKGSFX_THUMB - This is the thumb specific suffix. Curently it is 28 ARMPKGSFX_DSP - This is the DSP specific suffix. Currently this is set 31 ARMPKGSFX_EABI - This is the eabi specific suffix. There are currently 36 ARMPKGSFX_ENDIAN - This is the endian specific suffix. It is defined in 39 ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates
|