Home
last modified time | relevance | path

Searched refs:vend (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dmemchr.S36 #define vend v6 macro
79 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
80 addp vend.16b, vend.16b, vend.16b /* 128->64 */
81 mov synd, vend.d[0]
99 orr vend.16b, vhas_chr1.16b, vhas_chr2.16b
100 addp vend.2d, vend.2d, vend.2d
101 mov synd, vend.d[0]
109 addp vend.16b, vhas_chr1.16b, vhas_chr2.16b /* 256->128 */
110 addp vend.16b, vend.16b, vend.16b /* 128->64 */
111 mov synd, vend.d[0]
H A Dstrrchr-mte.S33 #define vend v5 macro
52 shrn vend.8b, vhas_nul.8h, 4
66 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
72 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
81 shrn vend.8b, vhas_nul.8h, 4
86 shrn vend.8b, vhas_nul.8h, 4
116 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
122 addp vend.16b, vhas_nul.16b, vhas_nul.16b
H A Dstrchr-mte.S30 #define vend v5 macro
50 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
69 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
75 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
83 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
87 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
H A Dstrchrnul-mte.S29 #define vend v4 macro
47 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
62 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b
68 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b
73 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
H A Dstrlen-mte.S27 #define vend v2 macro
40 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
53 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
69 addhn vend.8b, vhas_nul.8h, vhas_nul.8h
74 addhn vend.8b, vhas_nul.8h, vhas_nul.8h
H A Dstrnlen.S29 #define vend v2 macro
44 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
73 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
81 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
87 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
H A Dmemchr-mte.S31 #define vend v3 macro
49 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
75 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
84 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
90 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
H A Dmemrchr.S33 #define vend v3 macro
53 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
78 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
87 umaxp vend.16b, vhas_chr.16b, vhas_chr.16b /* 128->64 */
93 shrn vend.8b, vhas_chr.8h, 4 /* 128->64 */
H A Dstrcpy.S34 #define vend v2 macro
59 shrn vend.8b, vhas_nul.8h, 4
66 shrn vend.8b, vhas_nul.8h, 4
129 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
135 umaxp vend.16b, vhas_nul.16b, vhas_nul.16b
140 shrn vend.8b, vhas_nul.8h, 4 /* 128->64 */
/freebsd/sys/dev/hid/
H A Dhidbus.h108 #define HID_VENDOR(vend) \ argument
109 .match_flag_vendor = 1, .idVendor = (vend)
114 #define HID_VP(vend,prod) \ argument
115 HID_VENDOR(vend), HID_PRODUCT(prod)
117 #define HID_BVP(bus,vend,prod) \ argument
118 HID_BUS(bus), HID_VENDOR(vend), HID_PRODUCT(prod)
120 #define HID_BVPI(bus,vend,prod,info) \ argument
121 HID_BUS(bus), HID_VENDOR(vend), HID_PRODUCT(prod), HID_DRIVER_INFO(info)
/freebsd/usr.bin/env/
H A Denvopts.c391 const char *vbegin, *vend, *vvalue; in expand_vars() local
397 vbegin = vend = (*src_p) + 1; in expand_vars()
400 vend = vbegin + 1; in expand_vars()
401 while (*vend == '_' || isalnumch(*vend)) in expand_vars()
402 vend++; in expand_vars()
403 if (*vend == '}') in expand_vars()
416 *src_p = vend; in expand_vars()
417 namelen = vend - vbegin + 1; in expand_vars()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_inform.c169 if (p_ii->g_or_v.vend.dev_id != p_ii_rec->g_or_v.vend.dev_id) in match_inf_rec()
172 else if (p_ii->g_or_v.vend.qpn_resp_time_val != in match_inf_rec()
173 p_ii_rec->g_or_v.vend.qpn_resp_time_val) in match_inf_rec()
176 else if (p_ii->g_or_v.vend.vendor_id_msb != in match_inf_rec()
177 p_ii_rec->g_or_v.vend.vendor_id_msb) in match_inf_rec()
180 else if (p_ii->g_or_v.vend.vendor_id_lsb != in match_inf_rec()
181 p_ii_rec->g_or_v.vend.vendor_id_lsb) in match_inf_rec()
567 if ((p_ii->g_or_v.vend.dev_id != 0xFFFF) && in match_notice_to_inf_rec()
568 (p_ii->g_or_v.vend.dev_id != p_ntc->g_or_v.vend.dev_id)) { in match_notice_to_inf_rec()
763 cl_ntoh16(ntc->g_or_v.vend.dev_id), in log_notice()
/freebsd/sys/dev/usb/
H A Dusbdi.h356 #define USB_VENDOR(vend) \ argument
357 .match_flag_vendor = 1, .idVendor = (vend)
362 #define USB_VP(vend,prod) \ argument
363 USB_VENDOR(vend), USB_PRODUCT(prod)
365 #define USB_VPI(vend,prod,info) \ argument
366 USB_VENDOR(vend), USB_PRODUCT(prod), USB_DRIVER_INFO(info)
/freebsd/sbin/nvmecontrol/
H A Dnvmecontrol.h46 #define NVME_LOGPAGE(unique, lp, vend, nam, fn, sz) \ argument
49 .vendor = vend, \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h54 #define USB_DEVICE(vend,prod) \ argument
55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp123 vend = sorted_categories.end(); in EnableAllCategories() local
124 for (; viter != vend; viter++) in EnableAllCategories()
/freebsd/sys/nfs/
H A Dbootp_subr.c123 unsigned char vend[1222]; member
1187 vendp = ifctx->call.vend; in bootpc_compose_query()
1247 return (bp->vend[0] == 99 && bp->vend[1] == 130 && in bootpc_hascookie()
1248 bp->vend[2] == 83 && bp->vend[3] == 99); in bootpc_hascookie()
1307 bootpc_tag_helper(tctx, &bp->vend[4], in bootpc_tag()
1308 (unsigned char *) bp + len - &bp->vend[4], tag); in bootpc_tag()
/freebsd/sys/dev/firewire/
H A Dsbp.h185 uint32_t vend[2]; member
/freebsd/sys/dev/cfi/
H A Dcfi_core.c200 uint16_t iface, vend; in cfi_probe() local
238 vend = cfi_read_qry(sc, CFI_QRY_VEND) | in cfi_probe()
241 sc->sc_cmdset = vend; in cfi_probe()
243 switch (vend) { in cfi_probe()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c219 uint32_t vend, val; in cpcht_configure_htbridge() local
304 vend = PCIB_READ_CONFIG(dev, b, s, f, in cpcht_configure_htbridge()
306 if ((vend & 0xffff) == 0x106b) in cpcht_configure_htbridge()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt66 function = "vend";
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c555 osm_vendor_t vend; in get_port_guid() local
567 p_vend = &vend; in get_port_guid()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h7881 } PACK_SUFFIX vend; member
8168 vi = cl_ntoh16(p_ntc->g_or_v.vend.vend_id_lsb) | in ib_notice_get_vend_id()
8169 (p_ntc->g_or_v.vend.vend_id_msb << 16); in ib_notice_get_vend_id()
8198 p_ntc->g_or_v.vend.vend_id_lsb = in ib_notice_set_vend_id()
8200 p_ntc->g_or_v.vend.vend_id_msb = (uint8_t) ((vi & 0x00ff0000) >> 16); in ib_notice_set_vend_id()
8231 p_ntc->g_or_v.vend.vend_id_lsb = in ib_notice_set_vend_id_ho()
8233 p_ntc->g_or_v.vend.vend_id_msb = in ib_notice_set_vend_id_ho()
8275 } PACK_SUFFIX vend; member
8397 vi = cl_ntoh16(p_inf->g_or_v.vend.vendor_id_lsb) | in ib_inform_info_get_vend_id()
8398 (p_inf->g_or_v.vend.vendor_id_msb << 16); in ib_inform_info_get_vend_id()
[all …]
/freebsd/sys/geom/raid/
H A Dtr_raid1e.c429 off_t len, virtual, vend, offset, start; in g_raid_tr_raid1e_rebuild_some() local
485 P2V(vol, sd->sd_pos, sd->sd_rebuild_pos + len, &vend, &copy); in g_raid_tr_raid1e_rebuild_some()
486 len = vend - virtual; in g_raid_tr_raid1e_rebuild_some()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp542 m128* vend = reinterpret_cast<m128*>(end); in ShadowSet() local
543 for (; vp < vend; vp++) _mm_store_si128(vp, vv); in ShadowSet()

12