Searched refs:off2 (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c26 char *off, *off2; local
242 off2 = f(&buf[a], 0xffffff00 | '/');
243 if (off != off2) {
H A Dt_memchr.c26 void *off, *off2; local
123 off2 = f(&buf[a], 0xffffff00 | '/', tab[t].len);
124 if (off2 != off)
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c65 off_t pagemask, off1, off2; local
88 off2 = ROUNDPAGE(skip2);
97 if ((m2 = remmap(NULL, fd2, off2)) == NULL) {
107 p2 = m2 + (skip2 - off2);
134 off2 += MMAP_CHUNK;
135 if ((p2 = m2 = remmap(m2, fd2, off2)) == NULL) {
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestrmm.c40 apr_rmm_off_t *off, off2; local
69 off2 = apr_rmm_malloc(rmm, FRAG_SIZE * FRAG_COUNT);
70 ABTS_TRUE(tc, !off2);
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci_bus_space.c503 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
508 bus_size_t off2, size_t count)
511 bus_addr_t addr2 = bsh2 + off2;
528 bus_size_t off2, size_t count)
531 bus_addr_t addr2 = bsh2 + off2;
548 bus_size_t off2, size_t count)
551 bus_addr_t addr2 = bsh2 + off2;
506 octopci_bs_c_1(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
526 octopci_bs_c_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
546 octopci_bs_c_4(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
/freebsd-11-stable/sys/mips/mips/
H A Dbus_space_generic.c651 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
656 bus_size_t off2, size_t count)
659 bus_addr_t addr2 = bsh2 + off2;
676 bus_size_t off2, size_t count)
679 bus_addr_t addr2 = bsh2 + off2;
696 bus_size_t off2, size_t count)
699 bus_addr_t addr2 = bsh2 + off2;
715 bus_space_handle_t bsh2, bus_size_t off2, size_t count)
719 bus_addr_t addr2 = bsh2 + off2;
654 generic_bs_c_1(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
674 generic_bs_c_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
694 generic_bs_c_4(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
714 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_flash.h193 efx_dword_t off2; /* offset of second byte to edit to combine images */ member in struct:siena_mc_combo_rom_hdr_s::__anon7833::__anon7834
203 efx_dword_t off2; /* offset of second byte to edit to combine images */ member in struct:siena_mc_combo_rom_hdr_s::__anon7833::__anon7835
/freebsd-11-stable/sys/x86/include/
H A Dbus.h867 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
874 bus_size_t off2, size_t count);
880 bus_size_t off2, size_t count);
886 bus_size_t off2, size_t count);
891 bus_size_t off2, size_t count)
894 bus_space_handle_t addr2 = bsh2 + off2;
926 bus_size_t off2, size_t count)
929 bus_space_handle_t addr2 = bsh2 + off2;
961 bus_size_t off2, size_t count)
964 bus_space_handle_t addr2 = bsh2 + off2;
889 bus_space_copy_region_1(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
924 bus_space_copy_region_2(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
959 bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
[all...]
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c527 off_t off, off2; local
697 off2 = lseek(dfd, 0, SEEK_SET);
698 if (off2 != 0)
710 off2 = lseek(dfd, off, SEEK_SET);
711 if (off2 != off)
713 off2 = last_sector * sector_size;
714 while (off <= off2) {
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi.c184 bus_size_t off2, size_t count);
527 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
532 bus_size_t off2, size_t count)
530 rmi_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
H A Dbus_space_rmi_pci.c184 bus_size_t off2, size_t count);
554 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
559 bus_size_t off2, size_t count)
557 rmi_pci_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
/freebsd-11-stable/sys/mips/nlm/
H A Dbus_space_rmi.c186 bus_size_t off2, size_t count);
529 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
534 bus_size_t off2, size_t count)
532 rmi_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
H A Dbus_space_rmi_pci.c186 bus_size_t off2, size_t count);
564 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
569 bus_size_t off2, size_t count)
567 rmi_pci_bus_space_copy_region_2(void *t, bus_space_handle_t bsh1, bus_size_t off1, bus_space_handle_t bsh2, bus_size_t off2, size_t count) argument
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp604 uint32 off2 = f.get_uint32(); // offset to symbol set index array local
609 for (j = 0; j < off2 - off1; j++) {
1208 uint32 off2 = f.get_uint32(); // offset to symbol set index array local
1210 for (uint32 j = 0; j < off2 - off1; j++) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c238 uint64_t off2 = idx2 & ((1<<(bs-3))-1); local
249 ((uint64_t *)db2->db_data)[off2] = val;
250 ((uint64_t *)db2->db_data)[off2+1] = val;
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c1242 int len2, off2; local
1258 off2 = *off + len;
1259 if (ng_parse_get_token(s, &off2, &len2) != T_EQUALS) {
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl656 my ($off1,$off2,$i) = (0,0,);
675 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
677 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
685 $off2 += 8 if ($i>1);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c4714 int off2 = 0; local
4743 off2 = ipoff2 + (h2.ip_hl << 2);
4766 off2 = ipoff2 + sizeof(h2_6);
4783 if (!pf_pull_hdr(m, off2, &opt6,
4791 off2 += (opt6.ip6e_len + 2) * 4;
4793 off2 += (opt6.ip6e_len + 1) * 8;
4837 if (!pf_pull_hdr(m, off2, &th, 8, NULL, reason,
4949 m_copyback(m, off2, 8, (caddr_t)&th);
4958 if (!pf_pull_hdr(m, off2, &uh, sizeof(uh),
5017 m_copyback(m, off2, sizeo
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1930 u_int32_t off2; local
1934 off2 = 0x1000;
1937 off2 = 0x2000;
1942 ((0xff & OS_REG_READ(ah, AR_PHY_CHAN_INFO_GAIN_0 + off2)) << 16);
1953 //u_int32_t off2;
1958 // off2 = 0x1000;
1961 // off2 = 0x2000;
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c6102 int off1 = 0, off2 = 0; local
6140 off2 = 1;
6151 conversion *t2 = cand2->convs[i + off2];
6346 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2)
6347 rank2 = CONVERSION_RANK (cand2->convs[i + off2]);
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c576 #define FIX(off1, off2, type) \
578 debug->off2 = NULL; \
580 debug->off2 = (type) ((char *) raw \
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c2906 ssize_t off = xbp->xb_curp - xbp->xb_bufp, off2; local
2970 off2 = xbp->xb_curp - xbp->xb_bufp;
2971 rc = off2 - off;
2987 off2 = xbp->xb_curp - xbp->xb_bufp;
2988 rc = off2 - off;
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3801 unsigned HOST_WIDE_INT off1, off2; local
3804 e2 = strip_offset (e2, &off2);
3805 *offset += off1 - off2;

Completed in 494 milliseconds