| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | 0004-Remove-clang-unsupported-compiler-flags.patch | 34 - : #- optimize="$optimize -fstrength-reduce" 57 - optimize="$optimize -fstrength-reduce" 60 - optimize="$optimize -fstrength-reduce" 64 - optimize="$optimize -fstrength-reduce" 68 - : #optimize="$optimize -fstrength-reduce" 75 - : #optimize="$optimize -fstrength-reduce"
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/ |
| H A D | Kconfig | 17 Saying N will reduce the size of the Footbridge kernel. 29 Saying N will reduce the size of the Footbridge kernel. 48 Saying N will reduce the size of the Footbridge kernel. 62 Saying N will reduce the size of the Footbridge kernel. 78 Saying N will reduce the size of the Footbridge kernel.
|
| /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/ |
| H A D | numeric | 246 * Reduce the values in the range `[first,last)` using a binary operation. 259 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, 291 * Reduce the values in the range `[first,last)` using addition. 292 * Equivalent to calling `std::reduce(first, last, init, std::plus<>())`. 297 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 298 { return std::reduce(__first, __last, std::move(__init), plus<>()); } 307 * Reduce the values in the range `[first,last)` using addition, with 309 * Equivalent to calling `std::reduce(first, last, T{}, std::plus<>())`. 314 reduce(_InputIterator __first, _InputIterator __last) 317 return std::reduce(__first, __last, value_type{}, plus<>()); [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/include/c++/10.3.1/ |
| H A D | numeric | 246 * Reduce the values in the range `[first,last)` using a binary operation. 259 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, 291 * Reduce the values in the range `[first,last)` using addition. 292 * Equivalent to calling `std::reduce(first, last, init, std::plus<>())`. 297 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 298 { return std::reduce(__first, __last, std::move(__init), plus<>()); } 307 * Reduce the values in the range `[first,last)` using addition, with 309 * Equivalent to calling `std::reduce(first, last, T{}, std::plus<>())`. 314 reduce(_InputIterator __first, _InputIterator __last) 317 return std::reduce(__first, __last, value_type{}, plus<>()); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 7 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind 43 To reduce its OS jitter, do any of the following: 62 To reduce its OS jitter, do the following: 73 To reduce its OS jitter, do one of the following: 87 To reduce its OS jitter, each softirq vector must be handled 228 To reduce its OS jitter, do any of the following: 300 To reduce its OS jitter, do at least one of the following: 327 To reduce its OS jitter, do at least one of the following: 342 To reduce its OS jitter, do at least one of the following: 353 order to reduce the frequency of OS jitter due to the watchdog
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_config_defaults.h | 60 * This will reduce performance, but reduce bus load due to GPU. 66 * This will reduce performance, but reduce bus load due to GPU. 72 * This will reduce performance, but reduce bus load due to GPU.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_config_defaults.h | 38 * This will reduce performance, but reduce bus load due to GPU. 43 * This will reduce performance, but reduce bus load due to GPU. 48 * This will reduce performance, but reduce bus load due to GPU. 55 * Restricting ID width will reduce performance & bus load due to GPU.
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | Makefile | 9 # Suppress shift/reduce, reduce/reduce conflicts warnings
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 51 #include "detail/reduce.hpp" 63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function 65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce() 71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function 76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce() 85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal() 97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal() 115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
|
| H A D | vec_distance.hpp | 46 #include "reduce.hpp" 72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll() 96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 51 #include "detail/reduce.hpp" 63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function 65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce() 71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function 76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce() 85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal() 97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal() 115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
|
| H A D | vec_distance.hpp | 46 #include "reduce.hpp" 72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll() 96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | reduce.hpp | 51 #include "detail/reduce.hpp" 63 __device__ __forceinline__ void reduce(volatile T* smem, T& val, unsigned int tid, const Op& op) in reduce() function 65 …reduce_detail::Dispatcher<N>::reductor::template reduce<volatile T*, T&, const Op&>(smem, val, tid… in reduce() 71 …__device__ __forceinline__ void reduce(const thrust::tuple<P0, P1, P2, P3, P4, P5, P6, P7, P8, P9>… in reduce() function 76 reduce_detail::Dispatcher<N>::reductor::template reduce< in reduce() 85 …reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, volatile V*, V&, … in reduceKeyVal() 97 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce<volatile K*, K&, in reduceKeyVal() 115 reduce_key_val_detail::Dispatcher<N>::reductor::template reduce< in reduceKeyVal()
|
| H A D | vec_distance.hpp | 46 #include "reduce.hpp" 72 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll() 96 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 122 reduce<THREAD_DIM>(smem, mySum, tid, plus<float>()); in reduceAll() 147 reduce<THREAD_DIM>(smem, mySum, tid, plus<int>()); in reduceAll()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | Kconfig | 50 Say N to exclude this support and reduce the binary size. 62 Say N to exclude this support and reduce the binary size. 74 Say N to exclude this support and reduce the binary size.
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | Kconfig | 47 Say N to exclude this support and reduce the binary size. 61 Say N to exclude this support and reduce the binary size. 73 Say N to exclude this support and reduce the binary size.
|
| /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/pstl/ |
| H A D | glue_numeric_defs.h | 17 // [reduce] 21 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
| H A D | glue_numeric_impl.h | 21 // [reduce] 25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() function 34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() function 43 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() function 50 // [transform.reduce]
|
| /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/pstl/ |
| H A D | glue_numeric_defs.h | 17 // [reduce] 21 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, 26 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init); 31 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last);
|
| H A D | glue_numeric_impl.h | 21 // [reduce] 25 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, in reduce() function 34 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) in reduce() function 43 reduce(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last) in reduce() function 50 // [transform.reduce]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | numeric | 30 reduce(InputIterator first, InputIterator last); // C++17 34 reduce(InputIterator first, InputIterator last, T init); // C++17 38 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17 180 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) 190 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 192 return _VSTD::reduce(__first, __last, __init, _VSTD::plus<>()); 198 reduce(_InputIterator __first, _InputIterator __last) 200 return _VSTD::reduce(__first, __last,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | numeric | 30 reduce(InputIterator first, InputIterator last); // C++17 34 reduce(InputIterator first, InputIterator last, T init); // C++17 38 reduce(InputIterator first, InputIterator last, T init, BinaryOperation binary_op); // C++17 180 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) 190 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) 192 return _VSTD::reduce(__first, __last, __init, _VSTD::plus<>()); 198 reduce(_InputIterator __first, _InputIterator __last) 200 return _VSTD::reduce(__first, __last,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/ |
| H A D | RkGenMeshVersion.h | 48 * - LDCH: optimize the "calcLdchMaxLevel" function to reduce the cost time, 53 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time, 58 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time, 65 * - LDCH: continue to optimize the "calcLdchMaxLevel" function to reduce the cost time, 76 …* - FEC&LDCH: adjust some code to facilitate branch prediction logic and reduce unnecessary memor…
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3562j.dtsi | 36 * but it will reduce chip lifetime. 63 * but it will reduce chip lifetime. 89 * but it will reduce chip lifetime.
|
| /OK3568_Linux_fs/external/rknpu2/ |
| H A D | README.md | 42 - Add **Weight Share** function, reduce memory usage. 43 - Add **Weight Compression** function, reduce memory and bandwidth usage.(RK3588/RV1103/RV1106) 65 - Reduce memory usage
|