Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 25 of 120) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A Dmwavedd.h89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
118 #define PRINTK_4(f,s,v1,v2,v3) argument
119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument
120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument
121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument
122 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) argument
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Ddevice_id.h34 #define PCMCIA_DEVICE_PROD_ID3(v3, vh3) { \ argument
45 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
71 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument
78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument
95 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID3(manf, card, v3, vh3) { \ argument
137 #define PCMCIA_MFC_DEVICE_PROD_ID13(mfc, v1, v3, vh1, vh3) { \ argument
145 #define PCMCIA_MFC_DEVICE_PROD_ID123(mfc, v1, v2, v3, vh1, vh2, vh3) { \ argument
186 #define PCMCIA_PFC_DEVICE_PROD_ID13(mfc, v1, v3, vh1, vh3) { \ argument
194 #define PCMCIA_PFC_DEVICE_PROD_ID123(mfc, v1, v2, v3, vh1, vh2, vh3) { \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
115 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
127 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
140 #define REG_SET_10(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
165 #define REG_GET_3(reg_name, f1, v1, f2, v2, f3, v3) \ argument
171 #define REG_GET_4(reg_name, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
[all …]
H A Dbw_fixed.h56 struct bw_fixed v3) in bw_min3()
63 struct bw_fixed v3) in bw_max3()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/rtl8822b/
H A Dhalhwimg8822b_bb.c12361 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg() local
12462 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type12() local
12563 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type15() local
12664 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type16() local
12765 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type17() local
12866 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type18() local
12967 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type19() local
13068 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type2() local
13169 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type3() local
13270 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8822b_phy_reg_pg_type4() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/doublevectors/
H A Dtst_doublevectors.cpp71 QDoubleVector2D v3(v3d); // constructor from 3d vector, just copies x and y in constructor2dTest() local
131 QDoubleVector2D v3 = v1 + v2; in binaryOperator2dTest() local
182 QDoubleVector3D v3(v2d); // constructor from 3d vector, just copies x and y in constructor3dTest() local
257 QDoubleVector3D v3 = v1 + v2; in binaryOperator3dTest() local
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
47 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
83 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
128 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_5() local
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-v3-semi.c315 struct v3_pci *v3 = bus->sysdata; in v3_map_bus() local
383 static void v3_unmap_bus(struct v3_pci *v3) in v3_unmap_bus()
407 struct v3_pci *v3 = bus->sysdata; in v3_pci_read_config() local
421 struct v3_pci *v3 = bus->sysdata; in v3_pci_write_config() local
440 struct v3_pci *v3 = data; in v3_irq() local
482 static int v3_integrator_init(struct v3_pci *v3) in v3_integrator_init()
519 static int v3_pci_setup_resource(struct v3_pci *v3, in v3_pci_setup_resource()
597 static int v3_get_dma_range_config(struct v3_pci *v3, in v3_get_dma_range_config()
675 static int v3_pci_parse_map_dma_ranges(struct v3_pci *v3, in v3_pci_parse_map_dma_ranges()
712 struct v3_pci *v3; in v3_pci_probe() local
/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c112 uint32_t v3 = seed + 0; in xxh32() local
182 uint64_t v3 = seed + 0; in xxh64() local
310 uint32_t v3 = state->v3; in xxh32_update() local
415 uint64_t v3 = state->v3; in xxh64_update() local
454 const uint64_t v3 = state->v3; in xxh64_digest() local
H A Drandom32.c338 unsigned long v3; member
366 unsigned long v0 = s->v0, v1 = s->v1, v2 = s->v2, v3 = s->v3; in siprand_u32() local
441 unsigned long v2 = state->v2, v3 = state->v3; in prandom_seed() local
465 unsigned long v0, v1, v2, v3; in prandom_init_early() local
510 unsigned long v1 = get_random_long(), v3 = v1 ^ PRND_K1; in prandom_reseed() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dxxhash.h151 uint32_t v3; member
164 uint64_t v3; member
H A Dprandom.h31 #define PRND_SIPROUND(v0, v1, v2, v3) SIPHASH_PERMUTATION(v0, v1, v2, v3) argument
42 #define PRND_SIPROUND(v0, v1, v2, v3) HSIPHASH_PERMUTATION(v0, v1, v2, v3) argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmatx.hpp567 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3) in Matx()
575 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4) in Matx()
583 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5) in Matx()
592 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6) in Matx()
601 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7) in Matx()
610 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8) in Matx()
620 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v… in Matx()
631 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
641 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
653 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmatx.hpp567 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3) in Matx()
575 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4) in Matx()
583 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5) in Matx()
592 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6) in Matx()
601 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7) in Matx()
610 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8) in Matx()
620 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v… in Matx()
631 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
641 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
653 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmatx.hpp567 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3) in Matx()
575 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4) in Matx()
583 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5) in Matx()
592 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6) in Matx()
601 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7) in Matx()
610 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8) in Matx()
620 Matx<_Tp, m, n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v… in Matx()
631 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
641 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
653 Matx<_Tp,m,n>::Matx(_Tp v0, _Tp v1, _Tp v2, _Tp v3, _Tp v4, _Tp v5, _Tp v6, _Tp v7, _Tp v8, _Tp v9,… in Matx()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c96 float dcn_bw_max3(float v1, float v2, float v3) in dcn_bw_max3()
101 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5) in dcn_bw_max5()
/OK3568_Linux_fs/kernel/tools/edid/
H A Dedid.S47 #define mfgname2id(v1,v2,v3) \ argument
52 #define msbs4(v1,v2,v3,v4) \ argument
/OK3568_Linux_fs/kernel/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c37 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-inv.c33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Datombios_crtc.c238 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member
302 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member
462 PIXEL_CLOCK_PARAMETERS_V3 v3; member
H A Damdgpu_atombios.c877 struct _ATOM_ASIC_SS_ASSIGNMENT_V3 v3; member
989 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 v3; member
1186 struct _SET_VOLTAGE_PARAMETERS_V1_3 v3; member
1389 struct _ATOM_VOLTAGE_OBJECT_INFO_V3_1 v3; member
1395 union _ATOM_VOLTAGE_OBJECT_V3 v3; member
1399 …ATOM_VOLTAGE_OBJECT_V3 *amdgpu_atombios_lookup_voltage_object_v3(ATOM_VOLTAGE_OBJECT_INFO_V3_1 *v3, in amdgpu_atombios_lookup_voltage_object_v3()
H A Datombios_encoders.c566 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member
754 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 v3; member
1219 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 v3; member
1462 SELECT_CRTC_SOURCE_PARAMETERS_V3 v3; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp56 inline T const& greatest(T const& v1, T const& v2, T const& v3) in greatest()
62 inline T const& greatest(T const& v1, T const& v2, T const& v3, T const& v4) in greatest()
68 inline T const& greatest(T const& v1, T const& v2, T const& v3, T const& v4, T const& v5) in greatest()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dhalhwimg8821c_bb.c4491 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8821c_phy_reg_pg() local
4561 u32 v3 = array[i + 2]; in odm_read_and_config_mp_8821c_phy_reg_pg_type0x28() local

12345