Searched refs:off1 (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c65 off_t pagemask, off1, off2; local
87 off1 = ROUNDPAGE(skip1);
92 if ((m1 = remmap(NULL, fd1, off1)) == NULL) {
106 p1 = m1 + (skip1 - off1);
126 off1 += MMAP_CHUNK;
127 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) {
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci_bus_space.c503 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
507 bus_size_t off1, bus_space_handle_t bsh2,
510 bus_addr_t addr1 = bsh1 + off1;
527 bus_size_t off1, bus_space_handle_t bsh2,
530 bus_addr_t addr1 = bsh1 + off1;
547 bus_size_t off1, bus_space_handle_t bsh2,
550 bus_addr_t addr1 = bsh1 + off1;
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.
655 bus_size_t off1, bus_space_handle_t bsh2,
658 bus_addr_t addr1 = bsh1 + off1;
675 bus_size_t off1, bus_space_handle_t bsh2,
678 bus_addr_t addr1 = bsh1 + off1;
695 bus_size_t off1, bus_space_handle_t bsh2,
698 bus_addr_t addr1 = bsh1 + off1;
714 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, argument
718 bus_addr_t addr1 = bsh1 + off1;
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
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_flash.h192 efx_dword_t off1; /* offset of first byte to edit to combine images */ member in struct:siena_mc_combo_rom_hdr_s::__anon7833::__anon7834
202 efx_dword_t off1; /* offset of first 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.
872 bus_size_t off1,
878 bus_size_t off1,
884 bus_size_t off1,
890 bus_size_t off1, bus_space_handle_t bsh2,
893 bus_space_handle_t addr1 = bsh1 + off1;
925 bus_size_t off1, bus_space_handle_t bsh2,
928 bus_space_handle_t addr1 = bsh1 + off1;
960 bus_size_t off1, bus_space_handle_t bsh2,
963 bus_space_handle_t addr1 = bsh1 + off1;
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/sys/geom/cache/
H A Dg_cache.c174 off_t off1, off, len; local
181 off1 = BNO2OFF(dp->d_bno, sc);
182 off = MAX(bp->bio_offset, off1);
183 len = MIN(bp->bio_offset + bp->bio_length, off1 + sc->sc_bsize) - off;
188 bcopy(dp->d_data + (off - off1),
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp603 uint32 off1 = f.get_uint32(); // offset to selection string local
606 f.seek(off1);
609 for (j = 0; j < off2 - off1; j++) {
1207 uint32 off1 = f.get_uint32(); // offset to selection string local
1209 f.seek(off1);
1210 for (uint32 j = 0; j < off2 - off1; j++) {
/freebsd-11-stable/sys/mips/rmi/
H A Dbus_space_rmi.c182 bus_size_t off1,
527 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
531 bus_size_t off1, bus_space_handle_t bsh2,
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.c182 bus_size_t off1,
554 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
558 bus_size_t off1, bus_space_handle_t bsh2,
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.c184 bus_size_t off1,
529 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
533 bus_size_t off1, bus_space_handle_t bsh2,
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.c184 bus_size_t off1,
564 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
568 bus_size_t off1, bus_space_handle_t bsh2,
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/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl656 my ($off1,$off2,$i) = (0,0,);
671 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17);
673 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17);
684 $off1 += 8 if ($i>0);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1794 unsigned HOST_WIDE_INT off0, off1, st; local
1819 op1 = strip_offset_1 (op1, false, false, &off1);
1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1);
1850 op1 = strip_offset_1 (op1, false, false, &off1);
1851 *offset = off1 * st;
3801 unsigned HOST_WIDE_INT off1, off2; local
3803 e1 = strip_offset (e1, &off1);
3805 *offset += off1 - off2;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1929 u_int32_t off1; local
1933 off1 = 0x2000;
1936 off1 = 0x1000;
1941 ((0xff & OS_REG_READ(ah, AR_PHY_CHAN_INFO_GAIN_0 + off1)) << 8) |
1952 //u_int32_t off1;
1957 // off1 = 0x2000;
1960 // off1 = 0x1000;
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c6102 int off1 = 0, off2 = 0; local
6143 off1 = 1;
6150 conversion *t1 = cand1->convs[i + off1];
6344 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
6345 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c576 #define FIX(off1, off2, type) \
577 if (internal_symhdr->off1 == 0) \
581 + (internal_symhdr->off1 \

Completed in 308 milliseconds