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

/freebsd-10.0-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-10.0-release/sys/mips/cavium/
H A Doctopci_bus_space.c510 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
514 bus_size_t off1, bus_space_handle_t bsh2,
517 bus_addr_t addr1 = bsh1 + off1;
534 bus_size_t off1, bus_space_handle_t bsh2,
537 bus_addr_t addr1 = bsh1 + off1;
554 bus_size_t off1, bus_space_handle_t bsh2,
557 bus_addr_t addr1 = bsh1 + off1;
513 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
533 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
553 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-10.0-release/sys/mips/mips/
H A Dbus_space_generic.c657 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
661 bus_size_t off1, bus_space_handle_t bsh2,
664 bus_addr_t addr1 = bsh1 + off1;
681 bus_size_t off1, bus_space_handle_t bsh2,
684 bus_addr_t addr1 = bsh1 + off1;
701 bus_size_t off1, bus_space_handle_t bsh2,
704 bus_addr_t addr1 = bsh1 + off1;
720 generic_bs_c_8(void *t, bus_space_handle_t bsh1, bus_size_t off1, argument
724 bus_addr_t addr1 = bsh1 + off1;
660 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
680 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
700 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-10.0-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-10.0-release/sys/x86/include/
H A Dbus.h891 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
896 bus_size_t off1,
902 bus_size_t off1,
908 bus_size_t off1,
914 bus_size_t off1, bus_space_handle_t bsh2,
917 bus_space_handle_t addr1 = bsh1 + off1;
949 bus_size_t off1, bus_space_handle_t bsh2,
952 bus_space_handle_t addr1 = bsh1 + off1;
984 bus_size_t off1, bus_space_handle_t bsh2,
987 bus_space_handle_t addr1 = bsh1 + off1;
913 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
948 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
983 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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl644 my ($off1,$off2,$i) = (0,0,);
659 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17);
661 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17);
672 $off1 += 8 if ($i>0);
/freebsd-10.0-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-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1838 u_int32_t off1; local
1842 off1 = 0x2000;
1845 off1 = 0x1000;
1850 ((0xff & OS_REG_READ(ah, AR_PHY_CHAN_INFO_GAIN_0 + off1)) << 8) |
1861 //u_int32_t off1;
1866 // off1 = 0x2000;
1869 // off1 = 0x1000;
/freebsd-10.0-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-10.0-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 224 milliseconds