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

/freebsd-9.3-release/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-9.3-release/sys/mips/cavium/
H A Doctopci_bus_space.c504 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
508 bus_size_t off1, bus_space_handle_t bsh2,
511 bus_addr_t addr1 = bsh1 + off1;
528 bus_size_t off1, bus_space_handle_t bsh2,
531 bus_addr_t addr1 = bsh1 + off1;
548 bus_size_t off1, bus_space_handle_t bsh2,
551 bus_addr_t addr1 = bsh1 + off1;
507 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
527 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
547 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-9.3-release/sys/mips/mips/
H A Dbus_space_generic.c519 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
523 bus_size_t off1, bus_space_handle_t bsh2,
526 bus_addr_t addr1 = bsh1 + off1;
543 bus_size_t off1, bus_space_handle_t bsh2,
546 bus_addr_t addr1 = bsh1 + off1;
563 bus_size_t off1, bus_space_handle_t bsh2,
566 bus_addr_t addr1 = bsh1 + off1;
522 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
542 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
562 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-9.3-release/sys/dev/sfxge/common/
H A Dsiena_flash.h123 efx_dword_t off1; /* offset of first byte to edit to combine images */ member in struct:siena_mc_combo_rom_hdr_s
/freebsd-9.3-release/sys/x86/include/
H A Dbus.h854 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
859 bus_size_t off1,
865 bus_size_t off1,
871 bus_size_t off1,
877 bus_size_t off1, bus_space_handle_t bsh2,
880 bus_space_handle_t addr1 = bsh1 + off1;
912 bus_size_t off1, bus_space_handle_t bsh2,
915 bus_space_handle_t addr1 = bsh1 + off1;
947 bus_size_t off1, bus_space_handle_t bsh2,
950 bus_space_handle_t addr1 = bsh1 + off1;
876 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
911 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
946 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-9.3-release/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-9.3-release/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-9.3-release/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,
561 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
565 bus_size_t off1, bus_space_handle_t bsh2,
564 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-9.3-release/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-9.3-release/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-9.3-release/contrib/gcc/cp/
H A Dcall.c6080 int off1 = 0, off2 = 0; local
6121 off1 = 1;
6128 conversion *t1 = cand1->convs[i + off1];
6322 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1)
6323 rank1 = CONVERSION_RANK (cand1->convs[i+off1]);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c576 #define FIX(off1, off2, type) \
577 if (internal_symhdr->off1 == 0) \
581 + (internal_symhdr->off1 \

Completed in 445 milliseconds