| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | wm_sqrt.S | 94 /* We use a rough linear estimate for the first guess.. */ 111 /* Make a linear first estimate */ 131 * From our initial estimate, three iterations are enough to get us 141 divl %esi /* current estimate */ 143 addl %eax,%esi /* the new estimate */ 156 * Now that an estimate accurate to about 30 bits has been obtained (in %esi), 204 /* Form the new estimate in %esi:%edi */ 356 /* First, the estimate must be rounded up. */ 363 * We need just find the square of our estimate, compare it 364 * with the argument, and deduce whether our estimate is [all …]
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | calibrate.c | 122 unsigned long estimate; in calibrate_delay_direct() local 125 /* compute the estimate */ in calibrate_delay_direct() 126 estimate = (good_timer_sum/good_timer_count); in calibrate_delay_direct() 127 maxdiff = estimate >> 3; in calibrate_delay_direct() 131 return estimate; in calibrate_delay_direct() 136 if ((measured_times[max] - estimate) < in calibrate_delay_direct() 137 (estimate - measured_times[min])) { in calibrate_delay_direct() 139 "min bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 145 "max bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 165 "estimate for loops_per_jiffy.\nProbably due to long platform " in calibrate_delay_direct() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tfrc.h | 17 * @tfrcrx_x_recv: receiver estimate of sending rate (3.2.2) 19 * @tfrcrx_p: current estimate of loss event rate (3.2.2) 30 * @tfrctx_x_recv: receiver estimate of send rate (4.3) 32 * @tfrctx_rtt: (moving average) estimate of RTT (4.3) 34 * @tfrctx_rto: estimate of RTO, equals 4*RTT (4.3)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | global_motion.hpp | 120 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0) = 0; 142 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0) CV_OVERRIDE; 158 virtual Mat estimate(InputArray points0, InputArray points1, bool *ok = 0) CV_OVERRIDE; 183 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) = 0; 197 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 211 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 238 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 239 Mat estimate(InputArray frame0, InputArray frame1, bool *ok = 0); 266 virtual Mat estimate(const Mat &frame0, const Mat &frame1, bool *ok = 0) CV_OVERRIDE; 267 Mat estimate(const cuda::GpuMat &frame0, const cuda::GpuMat &frame1, bool *ok = 0);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_benchmark.c | 193 #define ESTIMATE(fmt, var, what) do { \ in main() macro 200 ESTIMATE("total seccomp overhead for 1 bitmapped filter", calc, in main() 202 ESTIMATE("total seccomp overhead for 2 bitmapped filters", calc, in main() 204 ESTIMATE("total seccomp overhead for 3 full filters", calc, in main() 206 ESTIMATE("total seccomp overhead for 4 full filters", calc, in main() 208 ESTIMATE("seccomp entry overhead", entry, in main() 210 ESTIMATE("seccomp per-filter overhead (last 2 diff)", per_filter1, in main() 212 ESTIMATE("seccomp per-filter overhead (filters / 4)", per_filter2, in main()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | motion_estimators.hpp | 80 { return estimate(features, pairwise_matches, cameras); } in operator ()() 91 virtual bool estimate(const std::vector<ImageFeatures> &features, 105 virtual bool estimate(const std::vector<ImageFeatures> &features, 114 This estimator uses pairwise transformations estimated by matcher to estimate 122 virtual bool estimate(const std::vector<ImageFeatures> &features, 163 virtual bool estimate(const std::vector<ImageFeatures> &features, 223 bool estimate(const std::vector<ImageFeatures> &, const std::vector<MatchesInfo> &, in estimate() function in cv::detail::NoBundleAdjuster 238 It can estimate focal length, aspect ratio, principal point. 259 It can estimate focal length. It ignores the refinement mask for now.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | div64.S | 32 addc r9,r4,r10 # rounding up (so the estimate cannot 40 2: mullw r10,r11,r4 # to get an estimate of the quotient, 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor, 43 add r8,r8,r11 # and add the estimate to the accumulated
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bbr.c | 41 * sample that matches or decreases its min_rtt estimate for 10 seconds, then 104 lt_use_bw:1; /* use lt_bw as our bw estimate? */ 117 u32 full_bw; /* recent bw, to estimate if pipe is full */ 175 /* To estimate if BBR_STARTUP mode (i.e. high_gain) has filled pipe... */ 178 /* But after 3 rounds w/o significant bw growth, estimate pipe is full: */ 190 /* If we estimate we're policed, use lt_bw for this many round trips: */ 204 /* Do we estimate that STARTUP filled the pipe? */ 282 /* Pace using current bw estimate and a gain factor. */ 355 * noise may cause BBR to under-estimate the rate. 425 * departure time decisions. We calculate a rough estimate of the number of our [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | div64.S | 32 addc r9,r4,r10 # rounding up (so the estimate cannot 40 2: mullw r10,r11,r4 # to get an estimate of the quotient, 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor, 43 add r8,r8,r11 # and add the estimate to the accumulated
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_hal.h | 127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */ 128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain 130 u8 est_Pout_cck; /* Latest CCK tx power out estimate */ 145 u8 txpwr_est_Pout[2]; /* Latest estimate for 2.4 and 5 Ghz */ 146 u8 txpwr_est_Pout_gofdm; /* Pwr estimate for 2.4 OFDM */
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | strcmp.S | 64 get a low estimate for r2, because in any affected bytes 71 bic_s r2,r2,r0 ; get low estimate for r2 and get ... 73 or_s r3,r3,r0 ; ... high estimate r3 so that r2 > r3 will ...
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_n.h | 447 #define B43_NPHY_IQEST_CMD B43_PHY_N(0x129) /* I/Q estimate command */ 450 #define B43_NPHY_IQEST_WT B43_PHY_N(0x12A) /* I/Q estimate wait time */ 453 #define B43_NPHY_IQEST_SAMCNT B43_PHY_N(0x12B) /* I/Q estimate sample count */ 454 #define B43_NPHY_IQEST_IQACC_LO0 B43_PHY_N(0x12C) /* I/Q estimate I/Q acc lo 0 */ 455 #define B43_NPHY_IQEST_IQACC_HI0 B43_PHY_N(0x12D) /* I/Q estimate I/Q acc hi 0 */ 456 #define B43_NPHY_IQEST_IPACC_LO0 B43_PHY_N(0x12E) /* I/Q estimate I power acc lo 0 */ 457 #define B43_NPHY_IQEST_IPACC_HI0 B43_PHY_N(0x12F) /* I/Q estimate I power acc hi 0 */ 458 #define B43_NPHY_IQEST_QPACC_LO0 B43_PHY_N(0x130) /* I/Q estimate Q power acc lo 0 */ 459 #define B43_NPHY_IQEST_QPACC_HI0 B43_PHY_N(0x131) /* I/Q estimate Q power acc hi 0 */ 460 #define B43_NPHY_IQEST_IQACC_LO1 B43_PHY_N(0x134) /* I/Q estimate I/Q acc lo 1 */ [all …]
|
| H A D | tables_nphy.h | 107 #define B43_NTAB_CHANEST B43_NTAB32(0x16, 0x000) /* Channel Estimate Table */ 117 #define B43_NTAB_C0_ESTPLT B43_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */ 127 #define B43_NTAB_C1_ESTPLT B43_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */ 154 #define B43_NTAB_CHANEST_R3 B43_NTAB32(22, 0) /* channel estimate */
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | strcmp.S | 68 * get a low estimate for r2, because in any affected bytes 76 bic_s %r2, %r2, %r0 /* get low estimate for r2 and get ... */ 78 or_s %r3, %r3, %r0 /* ... high estimate r3 so that r2 > r3 will */
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/ |
| H A D | ccid3.h | 69 * @tx_rtt: Estimate of current round trip time in usecs 120 * @rx_x_recv: Receiver estimate of send rate (RFC 3448, sec. 4.3) 121 * @rx_rtt: Receiver estimate of RTT
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power9/ |
| H A D | metrics.json | 805 …"BriefDescription": "estimate of dl2l3 distant MOD miss rates with measured DL2L3 MOD latency as a… 811 …"BriefDescription": "estimate of dl2l3 distant SHR miss rates with measured DL2L3 SHR latency as a… 817 …"BriefDescription": "estimate of distant L4 miss rates with measured DL4 latency as a %of dcache m… 823 …"BriefDescription": "estimate of distant memory miss rates with measured DMEM latency as a %of dca… 829 …"BriefDescription": "estimate of dl21 MOD miss rates with measured L21 MOD latency as a %of dcache… 835 …"BriefDescription": "estimate of dl21 SHR miss rates with measured L21 SHR latency as a %of dcache… 841 …"BriefDescription": "estimate of dl2 miss rates with measured L2 latency as a %of dcache miss cpi", 847 …"BriefDescription": "estimate of dl31 MOD miss rates with measured L31 MOD latency as a %of dcache… 853 …"BriefDescription": "estimate of dl31 SHR miss rates with measured L31 SHR latency as a %of dcache… 859 …"BriefDescription": "estimate of dl3 miss rates with measured L3 latency as a % of dcache miss cpi… [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/power8/ |
| H A D | metrics.json | 744 …"BriefDescription": "estimate of dl2l3 distant MOD miss rates with measured DL2L3 MOD latency as a… 750 …"BriefDescription": "estimate of dl2l3 distant SHR miss rates with measured DL2L3 SHR latency as a… 756 …"BriefDescription": "estimate of distant L4 miss rates with measured DL4 latency as a %of dcache m… 762 …"BriefDescription": "estimate of distant memory miss rates with measured DMEM latency as a %of dca… 768 …"BriefDescription": "estimate of dl21 MOD miss rates with measured L21 MOD latency as a %of dcache… 774 …"BriefDescription": "estimate of dl21 SHR miss rates with measured L21 SHR latency as a %of dcache… 780 …"BriefDescription": "estimate of dl2 miss rates with measured L2 latency as a %of dcache miss cpi", 786 …"BriefDescription": "estimate of dl31 MOD miss rates with measured L31 MOD latency as a %of dcache… 792 …"BriefDescription": "estimate of dl31 SHR miss rates with measured L31 SHR latency as a %of dcache… 798 …"BriefDescription": "estimate of dl3 miss rates with measured L3 latency as a % of dcache miss cpi… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | bh1770glc.rst | 23 but ALS side results are used to estimate reliability of the proximity sensor. 30 8 bit. Driver supports only one channel. Driver uses ALS results to estimate
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gprof.html/ |
| H A D | Subroutines.html | 92 <dd><p>An estimate of the amount of time spent directly within <code>report</code> 97 <dd><p>An estimate of the amount of time spent in subroutines of <code>report</code> 100 <p>The sum of the <code>self</code> and <code>children</code> fields is an estimate
|
| H A D | Callers.html | 91 <dd><p>An estimate of the amount of time spent in <code>report</code> itself when it was 96 <dd><p>An estimate of the amount of time spent in subroutines of <code>report</code> 99 <p>The sum of the <code>self</code> and <code>children</code> fields is an estimate
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gprof.html/ |
| H A D | Subroutines.html | 92 <dd><p>An estimate of the amount of time spent directly within <code>report</code> 97 <dd><p>An estimate of the amount of time spent in subroutines of <code>report</code> 100 <p>The sum of the <code>self</code> and <code>children</code> fields is an estimate
|
| H A D | Callers.html | 91 <dd><p>An estimate of the amount of time spent in <code>report</code> itself when it was 96 <dd><p>An estimate of the amount of time spent in subroutines of <code>report</code> 99 <p>The sum of the <code>self</code> and <code>children</code> fields is an estimate
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/ |
| H A D | tracking_c.h | 97 /* Estimate rigid transformation between 2 images or 2 point sets */ 101 /* Estimate optical flow for each pixel using the two-frame G. Farneback algorithm */ 194 CvMat* error_cov_pre; /* priori error estimate covariance matrix (P'(k)): 198 CvMat* error_cov_post; /* posteriori error estimate covariance matrix (P(k)):
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/ |
| H A D | tracking_c.h | 97 /* Estimate rigid transformation between 2 images or 2 point sets */ 101 /* Estimate optical flow for each pixel using the two-frame G. Farneback algorithm */ 194 CvMat* error_cov_pre; /* priori error estimate covariance matrix (P'(k)): 198 CvMat* error_cov_post; /* posteriori error estimate covariance matrix (P(k)):
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | timer.c | 5 * Estimate RPC request round trip time. 97 * Estimate RTO for an NFS RPC sent via an unreliable datagram. Use
|