| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | recov_neon_inner.c | 50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local 53 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_2data_recov_neon() 55 vy = vshrq_n_u8(vx, 4); in __raid6_2data_recov_neon() 56 vx = vqtbl1q_u8(qm0, vandq_u8(vx, x0f)); in __raid6_2data_recov_neon() 58 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon() 61 vx = vqtbl1q_u8(pm0, vandq_u8(px, x0f)); in __raid6_2data_recov_neon() 63 vx = veorq_u8(vx, vy); in __raid6_2data_recov_neon() 64 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon() 92 uint8x16_t vx, vy; in __raid6_datap_recov_neon() local 94 vx = veorq_u8(vld1q_u8(q), vld1q_u8(dq)); in __raid6_datap_recov_neon() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/vx222/ |
| H A D | vx222.c | 106 struct snd_vx222 *vx = to_vx222(chip); in snd_vx222_free() local 110 if (vx->port[0]) in snd_vx222_free() 111 pci_release_regions(vx->pci); in snd_vx222_free() 112 pci_disable_device(vx->pci); in snd_vx222_free() 129 struct snd_vx222 *vx; in snd_vx222_create() local 148 vx = to_vx222(chip); in snd_vx222_create() 149 vx->pci = pci; in snd_vx222_create() 156 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create() 173 *rchip = vx; in snd_vx222_create() 184 struct snd_vx222 *vx; in snd_vx222_probe() local [all …]
|
| H A D | vx222_ops.c | 404 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument 411 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp() 413 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp() 418 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp() 421 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | sp_cmp.c | 14 int vx; in ieee754sp_cmp() local 32 vx = x.bits; in ieee754sp_cmp() 35 if (vx < 0) in ieee754sp_cmp() 36 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp() 40 if (vx < vy) in ieee754sp_cmp() 42 else if (vx == vy) in ieee754sp_cmp()
|
| H A D | dp_cmp.c | 14 s64 vx; in ieee754dp_cmp() local 32 vx = x.bits; in ieee754dp_cmp() 35 if (vx < 0) in ieee754dp_cmp() 36 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp() 40 if (vx < vy) in ieee754dp_cmp() 42 else if (vx == vy) in ieee754dp_cmp()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | test_vxlan_fdb_changelink.sh | 9 local N=$(bridge fdb sh dev vx | grep 00:00:00:00:00:00 | wc -l) 20 ip link add name vx up type vxlan id 2000 dstport 4789 21 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent 22 bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent 25 ip link set dev vx type vxlan remote 192.0.2.30 28 ip link del dev vx
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapitemgeometry.cpp | 74 const QVector<QPointF> &vx = screenVertices_; in allocateAndFill() local 78 geom->allocate(vx.size(), ix.size()); in allocateAndFill() 89 geom->allocate(vx.size()); in allocateAndFill() 93 for (int i = 0; i < vx.size(); ++i) in allocateAndFill() 94 pts[i].set(vx[i].x(), vx[i].y()); in allocateAndFill()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 122 const QVector<QDeclarativeGeoMapItemUtils::vec2> &vx = m_screenVertices; in allocateAndFillPolygon() local 125 geom->allocate(vx.size(), ix.size()); in allocateAndFillPolygon() 137 for (int i = 0; i < vx.size(); ++i) in allocateAndFillPolygon() 138 pts[i].set(vx[i].x, vx[i].y); in allocateAndFillPolygon()
|
| H A D | qdeclarativecirclemapitem.cpp | 255 qreal *vx = ts.vertices.data(); in updateScreenPointsInvert() local 270 screenVertices_ << QPointF(vx[i], vx[i + 1]); in updateScreenPointsInvert()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/ |
| H A D | determinant.hpp | 42 , V const& vx, V const& vy) in apply() argument 44 return rt(ux) * rt(vy) - rt(uy) * rt(vx); in apply() 50 , V const& vx, V const& vy) in determinant() argument 55 >::apply(ux, uy, vx, vy); in determinant()
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | Makefile | 19 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1q.sh | 711 local vx=vx$vid 729 bridge fdb show brport $vx | grep $mac | grep -q self 731 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \ 749 bridge fdb del dev $vx $mac master self vlan $vid 764 bridge fdb show brport $vx | grep $mac | grep -q self 766 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \ 775 bridge fdb show brport $vx | grep $mac | grep -q self 777 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \ 790 ip link set dev $vx type bridge_slave learning off 796 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 275 double vx = vector.x(); in scale() local 279 m[0][0] = vx; in scale() 283 m[0][0] *= vx; in scale() 287 m[0][0] *= vx; in scale() 288 m[0][1] *= vx; in scale() 293 m[0][0] *= vx; in scale() 294 m[0][1] *= vx; in scale() 295 m[0][2] *= vx; in scale() 296 m[0][3] *= vx; in scale() 403 double vx = vector.x(); in translate() local [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | objects_tracker.cc | 60 v_x = 0.5f*vx_ + 0.5f*curObject.vx; in predict_loctation() 122 float pre_x, pre_y, vx, vy; in updateTrackedObjects() local 123 predict_loctation(curObject, image_width, image_height, pre_x, pre_y, vx, vy); in updateTrackedObjects() 124 curObject.vx = vx; in updateTrackedObjects() 201 … +trackedObjects[i].vx *weight_p /(weight_p +weight_n) -r_smooth.width *0.5f); in updateTrackedObjects()
|
| H A D | objects_tracker.h | 78 float vx; member 89 …TrackedObject(const Rect_T& Rect_T):vx(0), vy(0), numDetectedFrames(1), numFramesDetected(1), numF… in TrackedObject()
|
| /OK3568_Linux_fs/kernel/sound/drivers/vx/ |
| H A D | Makefile | 7 snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o 9 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
|
| /OK3568_Linux_fs/kernel/sound/pcmcia/vx/ |
| H A D | vxp_ops.c | 233 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument 240 if ((err = vx_check_magic(vx)) < 0) in vxp_load_dsp() 242 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp() 247 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp() 250 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp() 253 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/ |
| H A D | bochs_hw.c | 280 unsigned int vx, vy, vwidth, idx; in bochs_hw_setbase() local 290 vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase() 294 x, y, addr, offset, vx, vy); in bochs_hw_setbase() 296 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); in bochs_hw_setbase()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1099 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy) in inferVirtualSize() argument 1163 *vx = x; in inferVirtualSize() 1168 aspect, *vx, *vy); in inferVirtualSize() 1837 int vx = 0, vy = 0; in xf86ValidateModes() local 1840 if (p->HDisplay > vx && p->VDisplay > vy) { in xf86ValidateModes() 1841 vx = p->HDisplay; in xf86ValidateModes() 1845 if (vx < virtX || vy < virtY) { in xf86ValidateModes() 1864 vx = 0; in xf86ValidateModes() 1870 if (p->HDisplay > vx && p->VDisplay > vy) { in xf86ValidateModes() 1871 vx = p->HDisplay; in xf86ValidateModes() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | ppc-xlate.pl | 139 my ($f,$vx,$vy) = @_; 140 " vor $vx,$vy,$vy";
|
| /OK3568_Linux_fs/kernel/sound/pcmcia/ |
| H A D | Makefile | 7 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | Makefile | 24 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|
| /OK3568_Linux_fs/rkbin/ |
| H A D | README | 24 vx.yy.zzz
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ctl_reg.h | 96 unsigned long vx : 1; /* Vector enablement control */ member
|
| /OK3568_Linux_fs/kernel/samples/pktgen/ |
| H A D | README.rst | 18 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
|