Home
last modified time | relevance | path

Searched refs:calc (Results 1 – 25 of 74) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dpm-s3c2410.c40 unsigned long calc = 0; in s3c2410_pm_prepare() local
45 calc += __raw_readl(base+ptr); in s3c2410_pm_prepare()
47 __raw_writel(calc, phys_to_virt(H1940_SUSPEND_CHECKSUM)); in s3c2410_pm_prepare()
56 unsigned long calc = 0; in s3c2410_pm_prepare() local
61 calc += __raw_readl(base+ptr); in s3c2410_pm_prepare()
63 __raw_writel(calc, phys_to_virt(H1940_SUSPEND_CHECKSUM)); in s3c2410_pm_prepare()
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Ds3c-pm-check.c167 u32 calc; in s3c_pm_runcheck() local
169 stkpage = (void *)((u32)&calc & ~PAGE_MASK); in s3c_pm_runcheck()
192 calc = crc32_le(~0, ptr, left); in s3c_pm_runcheck()
193 if (calc != *val) { in s3c_pm_runcheck()
195 "%08lx (%08x vs %08x)\n", addr, calc, *val); in s3c_pm_runcheck()
198 addr, calc, *val); in s3c_pm_runcheck()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex
24 -y.tab.c y.tab.h: calc.y
25 +y.tab.h: calc.y
26 $(YACC) -d $(srcdir)/calc.y
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c142 unsigned long long samples, calc; in main() local
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()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dauth.c145 u8 calc[UBIFS_HASH_ARR_SZ]; in ubifs_bad_hash() local
147 __ubifs_node_calc_hash(c, node, calc); in ubifs_bad_hash()
151 ubifs_err(c, "hash calculated: %*ph%s", len, calc, cont); in ubifs_bad_hash()
167 u8 calc[UBIFS_HASH_ARR_SZ]; in __ubifs_node_check_hash() local
170 err = __ubifs_node_calc_hash(c, node, calc); in __ubifs_node_check_hash()
174 if (ubifs_check_hash(c, expected, calc)) in __ubifs_node_check_hash()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_distance.hpp180 …vec_distance_detail::VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached,… in calcVecDiffCached()
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_distance.hpp180 …vec_distance_detail::VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached,… in calcVecDiffCached()
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_distance.hpp180 …vec_distance_detail::VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached,… in calcVecDiffCached()
194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() function
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css156 width: calc(100% - 90px);
157 width: -moz-calc(100% - 90px);
158 width: -webkit-calc(100% - 90px);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp103 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
111 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp103 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
111 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dvec_distance_detail.hpp103 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
111 …static __device__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist&… in calc() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c361 u32 calc, diff; in nv50_disp_super_2_2_dp() local
365 calc = VTUi * symbol; in nv50_disp_super_2_2_dp()
366 diff = tu_valid - calc; in nv50_disp_super_2_2_dp()
375 calc += symbol - (symbol / VTUf); in nv50_disp_super_2_2_dp()
379 calc += symbol; in nv50_disp_super_2_2_dp()
384 calc += symbol / VTUf; in nv50_disp_super_2_2_dp()
387 diff = calc - tu_valid; in nv50_disp_super_2_2_dp()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c985 struct rk3x_i2c_calced_timings calc; in rk3x_i2c_adapt_div() local
991 ret = i2c->soc_data->calc_timings(clk_rate, t, &calc); in rk3x_i2c_adapt_div()
999 val |= calc.tuning; in rk3x_i2c_adapt_div()
1001 i2c_writel(i2c, (calc.div_high << 16) | (calc.div_low & 0xffff), in rk3x_i2c_adapt_div()
1007 t_low_ns = div_u64(((u64)calc.div_low + 1) * 8 * 1000000000, clk_rate); in rk3x_i2c_adapt_div()
1008 t_high_ns = div_u64(((u64)calc.div_high + 1) * 8 * 1000000000, in rk3x_i2c_adapt_div()
1039 struct rk3x_i2c_calced_timings calc; in rk3x_i2c_clk_notifier_cb() local
1049 &calc) != 0) in rk3x_i2c_clk_notifier_cb()
/OK3568_Linux_fs/kernel/scripts/
H A Dbloat-o-meter44 def calc(oldfile, newfile, format): function
81 calc(sys.argv[argc - 1], sys.argv[argc], symbolformat)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c29 .calc = nv50_clk_calc,
H A Dpriv.h11 int (*calc)(struct nvkm_clk *, struct nvkm_cstate *); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgm107.c42 .calc = gk104_ram_calc,
H A Dramgf108.c51 .calc = gf100_ram_calc,
H A Dramgm200.c57 .calc = gk104_ram_calc,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking.hpp401 CV_WRAP virtual void calc( InputArray I0, InputArray I1, InputOutputArray flow ) = 0;
422 CV_WRAP virtual void calc(InputArray prevImg, InputArray nextImg,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking.hpp401 CV_WRAP virtual void calc( InputArray I0, InputArray I1, InputOutputArray flow ) = 0;
422 CV_WRAP virtual void calc(InputArray prevImg, InputArray nextImg,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Doptim.hpp69 virtual double calc(const double* x) const = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Doptim.hpp69 virtual double calc(const double* x) const = 0;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Doptim.hpp69 virtual double calc(const double* x) const = 0;

123