Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_fw_defs.h17 (IRO[151].base + ((assertListEntry) * IRO[151].m1))
19 (IRO[157].base + (((pfId)>>1) * IRO[157].m1) + (((pfId)&1) * \
22 (IRO[158].base + (((pfId)>>1) * IRO[158].m1) + (((pfId)&1) * \
25 (IRO[163].base + ((funcId) * IRO[163].m1))
27 (IRO[153].base + ((funcId) * IRO[153].m1))
29 (IRO[143].base + ((hcIndex) * IRO[143].m1) + ((sbId) * IRO[143].m2))
31 (IRO[142].base + (((hcIndex)>>2) * IRO[142].m1) + (((hcIndex)&3) \
35 (IRO[324].base + ((pfId) * IRO[324].m1))
37 (IRO[325].base + ((pfId) * IRO[325].m1))
39 (IRO[317].base + ((pfId) * IRO[317].m1) + ((iscsiEqId) * IRO[317].m2))
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h103 friend QDoubleMatrix4x4 operator+(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
104 friend QDoubleMatrix4x4 operator-(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
105 friend QDoubleMatrix4x4 operator*(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
119 friend inline bool qFuzzyCompare(const QDoubleMatrix4x4& m1, const QDoubleMatrix4x4& m2);
342 double m0, m1, m2; variable
347 m1 = m[0][0] * other.m[1][0]
360 m[1][0] = m1;
367 m1 = m[0][1] * other.m[1][0]
380 m[1][1] = m1;
387 m1 = m[0][2] * other.m[1][0]
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscanfill.h73 #define BRESINITPGON(dy, x1, x2, xStart, d, m, m1, incr1, incr2) { \ argument
85 m1 = m - 1; \
86 incr1 = -2 * dx + 2 * (dy) * m1; \
91 m1 = m + 1; \
92 incr1 = 2 * dx - 2 * (dy) * m1; \
99 #define BRESINCRPGON(d, minval, m, m1, incr1, incr2) { \ argument
100 if (m1 > 0) { \
102 minval += m1; \
111 minval += m1; \
131 int m, m1; /* slope and slope+1 */ member
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
H A Dvector10.hpp206 : m0() , m1() {} in vector_data2()
216 : m0(std::forward<U0>( arg0)) , m1(std::forward<U1>( arg1)) {} in vector_data2()
220 : m0(std::forward<T0>( other.m0)) , m1(std::forward<T1>( other.m1)) {} in vector_data2()
228 : m0(arg0) , m1(arg1) {} in vector_data2()
232 : m0(other.m0) , m1(other.m1) {} in vector_data2()
237 this->m0 = vec.m0; this->m1 = vec.m1; in operator =()
266 T0 m0; T1 m1; member
315 this->m0 = std::forward< T0>(vec.m0); this->m1 = std::forward< T1>(vec.m1); in operator =()
326 : base_type(vec.m0 , vec.m1) {} in vector2()
352 this->m0 = vec.m0; this->m1 = vec.m1; in operator =()
[all …]
H A Dvector20.hpp19 : m0() , m1() , m2() , m3() , m4() , m5() , m6() , m7() , m8() , m9() , m10() {} in vector_data11()
29 …: m0(std::forward<U0>( arg0)) , m1(std::forward<U1>( arg1)) , m2(std::forward<U2>( arg2)) , m3(std… in vector_data11()
33 …: m0(std::forward<T0>( other.m0)) , m1(std::forward<T1>( other.m1)) , m2(std::forward<T2>( other.m… in vector_data11()
41 …: m0(arg0) , m1(arg1) , m2(arg2) , m3(arg3) , m4(arg4) , m5(arg5) , m6(arg6) , m7(arg7) , m8(arg8)… in vector_data11()
45 …: m0(other.m0) , m1(other.m1) , m2(other.m2) , m3(other.m3) , m4(other.m4) , m5(other.m5) , m6(oth… in vector_data11()
50 …this->m0 = vec.m0; this->m1 = vec.m1; this->m2 = vec.m2; this->m3 = vec.m3; this->m4 = vec.m4; thi… in operator =()
79 T0 m0; T1 m1; T2 m2; T3 m3; T4 m4; T5 m5; T6 m6; T7 m7; T8 m8; T9 m9; T10 m10; member
128 …this->m0 = std::forward< T0>(vec.m0); this->m1 = std::forward< T1>(vec.m1); this->m2 = std::forwar… in operator =()
139 …: base_type(vec.m0 , vec.m1 , vec.m2 , vec.m3 , vec.m4 , vec.m5 , vec.m6 , vec.m7 , vec.m8 , vec.m… in vector11()
165 …this->m0 = vec.m0; this->m1 = vec.m1; this->m2 = vec.m2; this->m3 = vec.m3; this->m4 = vec.m4; thi… in operator =()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/
H A Dcsscolorparser.cpp148 float css_hue_to_rgb(float m1, float m2, float h) { in css_hue_to_rgb() argument
156 return m1 + (m2 - m1) * h * 6.0f; in css_hue_to_rgb()
162 return m1 + (m2 - m1) * (2.0f / 3.0f - h) * 6.0f; in css_hue_to_rgb()
164 return m1; in css_hue_to_rgb()
274 float m1 = l * 2.0f - m2; in parse() local
277 clamp_css_byte(css_hue_to_rgb(m1, m2, h + 1.0f / 3.0f) * 255.0f), in parse()
278 clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255.0f), in parse()
279 clamp_css_byte(css_hue_to_rgb(m1, m2, h - 1.0f / 3.0f) * 255.0f), in parse()
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A Dcpu.c164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
170 m1 = (tmp & MIPSPLLCTL_M1CPU_MASK) >> MIPSPLLCTL_M1CPU_SHIFT; in detect_cpu_clock()
173 m1 += 1; in detect_cpu_clock()
174 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
185 m1 = (tmp & DMIPSPLLCFG_M1_MASK) >> DMIPSPLLCFG_M1_SHIFT; in detect_cpu_clock()
186 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
227 unsigned int tmp, p1, p2, ndiv, m1; in detect_cpu_clock() local
242 m1 = (tmp & DMIPSPLLDIV_6368_MDIV_MASK) >> in detect_cpu_clock()
245 return (((64 * 1000000) / p1) * p2 * ndiv) / m1; in detect_cpu_clock()
/OK3568_Linux_fs/buildroot/configs/
H A Dbananapi_m1_plus_defconfig4 BR2_GLOBAL_PATCH_DIR="board/sinovoip/m1-plus/patches"
10 BR2_ROOTFS_OVERLAY="board/sinovoip/m1-plus/rootfs_overlay"
11 BR2_ROOTFS_POST_BUILD_SCRIPT="board/sinovoip/m1-plus/post-build.sh"
13 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/sinovoip/m1-plus/genimage.cfg"
18 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/sinovoip/m1-plus/linux-wifi.fragment"
20 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi-m1-plus"
45 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/sinovoip/m1-plus/boot.cmd"
H A Dfriendlyarm_nanopi_m1_defconfig10 BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1"
25 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1/boot.cmd"
33 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1"
39 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1/genimage.cfg"
H A Dfriendlyarm_nanopi_m1_plus_defconfig10 BR2_TARGET_GENERIC_HOSTNAME="nanopi-m1-plus"
25 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/friendlyarm/nanopi-m1-plus/boot.cmd"
33 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h3-nanopi-m1-plus"
39 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-m1-plus/genimage.cfg"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h1173 _mm_abs_pi8 (__m64 m1) in _mm_abs_pi8() argument
1175 return (__m64) __builtin_arm_wabsb ((__v8qi)m1); in _mm_abs_pi8()
1179 _mm_abs_pi16 (__m64 m1) in _mm_abs_pi16() argument
1181 return (__m64) __builtin_arm_wabsh ((__v4hi)m1); in _mm_abs_pi16()
1186 _mm_abs_pi32 (__m64 m1) in _mm_abs_pi32() argument
1188 return (__m64) __builtin_arm_wabsw ((__v2si)m1); in _mm_abs_pi32()
1352 #define _mm_qmiabb_pi32(acc, m1, m2) \ argument
1355 __m64 _m1 = m1;\
1361 #define _mm_qmiabbn_pi32(acc, m1, m2) \ argument
1364 __m64 _m1 = m1;\
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_post_csc.c1118 const struct rk_pq_csc_coef *m1) in csc_matrix_multiply() argument
1120 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1121 m0->csc_coef01 * m1->csc_coef10 + in csc_matrix_multiply()
1122 m0->csc_coef02 * m1->csc_coef20; in csc_matrix_multiply()
1124 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1125 m0->csc_coef01 * m1->csc_coef11 + in csc_matrix_multiply()
1126 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1128 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1129 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()
1130 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_post_csc.c1132 const struct rk_pq_csc_coef *m1) in csc_matrix_multiply() argument
1134 dst->csc_coef00 = m0->csc_coef00 * m1->csc_coef00 + in csc_matrix_multiply()
1135 m0->csc_coef01 * m1->csc_coef10 + in csc_matrix_multiply()
1136 m0->csc_coef02 * m1->csc_coef20; in csc_matrix_multiply()
1138 dst->csc_coef01 = m0->csc_coef00 * m1->csc_coef01 + in csc_matrix_multiply()
1139 m0->csc_coef01 * m1->csc_coef11 + in csc_matrix_multiply()
1140 m0->csc_coef02 * m1->csc_coef21; in csc_matrix_multiply()
1142 dst->csc_coef02 = m0->csc_coef00 * m1->csc_coef02 + in csc_matrix_multiply()
1143 m0->csc_coef01 * m1->csc_coef12 + in csc_matrix_multiply()
1144 m0->csc_coef02 * m1->csc_coef22; in csc_matrix_multiply()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dudivmodti4.c159 _FP_W_TYPE m1, m0, n2; in _fp_udivmodti4() local
172 umul_ppmm (m1, m0, q0, d0); in _fp_udivmodti4()
174 if (m1 > n1 || (m1 == n1 && m0 > n0)) in _fp_udivmodti4()
177 sub_ddmmss (m1, m0, m1, m0, d1, d0); in _fp_udivmodti4()
183 sub_ddmmss (n1, n0, n1, n0, m1, m0); in _fp_udivmodti4()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dmsr.c64 struct msr m, m1; in __flip_bit() local
74 m1 = m; in __flip_bit()
76 m1.q |= BIT_64(bit); in __flip_bit()
78 m1.q &= ~BIT_64(bit); in __flip_bit()
80 if (m1.q == m.q) in __flip_bit()
83 err = msr_write(msr, &m1); in __flip_bit()
/OK3568_Linux_fs/buildroot/board/sinovoip/m1-plus/patches/linux/
H A D0001-ARM-dts-sun7i-bananapi-m1-plus-Disable-OOB-IRQ-for-b.patch4 Subject: [PATCH] ARM: dts: sun7i: bananapi-m1-plus: Disable OOB IRQ for brcm
12 arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 11 ++++++++---
15 diff --git a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts b/arch/arm/boot/dts/sun7i-a20-bananap…
17 --- a/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
18 +++ b/arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dclk-dualdiv.c43 return DIV_ROUND_CLOSEST(parent_rate * (p->m1 + p->m2), in __dualdiv_param_to_rate()
44 p->n1 * p->m1 + p->n2 * p->m2); in __dualdiv_param_to_rate()
56 setting.m1 = meson_parm_read(clk->map, &dualdiv->m1) + 1; in meson_clk_dualdiv_recalc_rate()
116 meson_parm_write(clk->map, &dualdiv->m1, setting->m1 - 1); in meson_clk_dualdiv_set_rate()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dr4k-bugs64.c47 int m1, m2; in mult_sh_align_mod() local
71 : "=r" (m1), "=r" (m2), "=r" (s) in mult_sh_align_mod()
92 : "r" (m1), "r" (m2), "r" (s), "I" (0) in mult_sh_align_mod()
102 : "=r" (m1), "=r" (m2), "=r" (s) in mult_sh_align_mod()
103 : "0" (m1), "1" (m2), "2" (s)); in mult_sh_align_mod()
105 p = m1 * m2; in mult_sh_align_mod()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
134 USItype __m0 = (m0), __m1 = (m1); \
154 #define umul_ppmm(ph, pl, m0, m1) \ argument
156 UDItype __m0 = (m0), __m1 = (m1); \
281 #define umul_ppmm(ph, pl, m0, m1) \ argument
286 "g" ((USItype)(m1)))
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
357 USItype __m0 = (m0), __m1 = (m1); \
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
376 "r" (m1)); \
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Des7241.c29 struct gpio_desc *m1; member
36 static void es7241_set_mode(struct es7241_data *priv, int m0, int m1) in es7241_set_mode() argument
43 gpiod_set_value_cansleep(priv->m1, m1); in es7241_set_mode()
289 priv->m1 = devm_gpiod_get_optional(dev, "m1", GPIOD_OUT_LOW); in es7241_probe()
290 if (IS_ERR(priv->m1)) { in es7241_probe()
291 err = PTR_ERR(priv->m1); in es7241_probe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c319 static unsigned long *m1, *m2; variable
325 m1 = &_m1; in futex_setup()
346 m1 = shmaddr; in futex_setup()
347 m2 = shmaddr + sizeof(*m1); in futex_setup()
350 *m1 = 0; in futex_setup()
353 mutex_lock(m1); in futex_setup()
364 mutex_unlock(m1); in futex_thread1()
376 mutex_lock(m1); in futex_thread2()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dinternal.h99 static inline bool mce_cmp(struct mce *m1, struct mce *m2) in mce_cmp() argument
101 return m1->bank != m2->bank || in mce_cmp()
102 m1->status != m2->status || in mce_cmp()
103 m1->addr != m2->addr || in mce_cmp()
104 m1->misc != m2->misc; in mce_cmp()
/OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/
H A D20010226-1.c22 volatile long double m1; in fpu_post_test_math3() local
26 m1 = dfrom / 2.0; in fpu_post_test_math3()
27 m2 = m1 * 4294967296.0; in fpu_post_test_math3()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3308bs-pinctrl.dtsi280 i2s_8ch_1_m1_mclk: i2s-8ch-1-m1-mclk {
285 i2s_8ch_1_m1_sclktx: i2s-8ch-1-m1-sclktx {
290 i2s_8ch_1_m1_sclkrx: i2s-8ch-1-m1-sclkrx {
295 i2s_8ch_1_m1_lrcktx: i2s-8ch-1-m1-lrcktx {
300 i2s_8ch_1_m1_lrckrx: i2s-8ch-1-m1-lrckrx {
305 i2s_8ch_1_m1_sdo0: i2s-8ch-1-m1-sdo0 {
310 i2s_8ch_1_m1_sdo1_sdi3: i2s-8ch-1-m1-sdo1-sdi3 {
315 i2s_8ch_1_m1_sdo2_sdi2: i2s-8ch-1-m1-sdo2-sdi2 {
320 i2s_8ch_1_m1_sdo3_sdi1: i2s-8ch-1-m1-sdo3_sdi1 {
325 i2s_8ch_1_m1_sdi0: i2s-8ch-1-m1-sdi0 {
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dvsx_utils.hpp781 Tvec m1 = vec_mergesqe(v2, v3); \
782 a = vec_mergesqe(m0, m1); \
783 c = vec_mergesqo(m0, m1); \
785 m1 = vec_mergesqo(v2, v3); \
786 b = vec_mergesqe(m0, m1); \
787 d = vec_mergesqo(m0, m1); \
807 Tvec m1 = vec_mergel(v0, v1); \
808 Tvec ab0 = vec_mergeh(m0, m1); \
809 Tvec cd0 = vec_mergel(m0, m1); \
813 m1 = vec_mergel(v0, v1); \
[all …]

12345678910>>...14