Searched refs:off (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/unzip/
H A Dcryptf.c233 z->off = n;
324 z->off = offset;
396 /* get header once (turn off "encrypted" flag temporarily so we don't
/haiku-fatelf/src/bin/zip/
H A Dcrypt.c231 z->off = n;
330 z->off = offset;
408 /* get header once (turn off "encrypted" flag temporarily so we don't
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dev_connects.c171 int off = 0; local
172 OK(ioctl(this->fd, FIONBIO, (char *)&off));
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c826 int ch, off;
838 off = pstr->cur_idx + idx;
841 off = pstr->offsets[off];
844 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off];
868 int off, ch;
880 off = pstr->offsets[pstr->cur_idx];
881 ch = pstr->raw_mbs[pstr->raw_mbs_idx + off];
825 int ch, off; local
867 int off, ch; local
/haiku-fatelf/src/servers/print/
H A DConfigWindow.cpp350 const char* name, const char* on, const char* off, uint32 what)
353 BBitmap* offBM = LoadBitmap(off);
349 AddPictureButton(BView* panel, BRect frame, const char* name, const char* on, const char* off, uint32 what) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom570x/dev/bge/
H A Dif_bge.c573 bge_readmem_ind(struct bge_softc *sc, int off) argument
579 off >= BGE_STATS_BLOCK && off < BGE_SEND_RING_1_TO_4)
584 pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4);
591 bge_writemem_ind(struct bge_softc *sc, int off, int val) argument
596 off >= BGE_STATS_BLOCK && off < BGE_SEND_RING_1_TO_4)
601 pci_write_config(dev, BGE_PCI_MEMWIN_BASEADDR, off, 4);
608 bge_readreg_ind(struct bge_softc *sc, int off) argument
614 pci_write_config(dev, BGE_PCI_REG_BASEADDR, off,
620 bge_writereg_ind(struct bge_softc *sc, int off, int val) argument
631 bge_writemem_direct(struct bge_softc *sc, int off, int val) argument
641 bge_writembx(struct bge_softc *sc, int off, int val) argument
723 bge_read_nvram(struct bge_softc *sc, caddr_t dest, int off, int cnt) argument
791 bge_read_eeprom(struct bge_softc *sc, caddr_t dest, int off, int cnt) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c66 malo_hal_read4(struct malo_hal *mh, bus_size_t off) argument
68 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off);
72 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val) argument
74 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val);
H A Dif_malo.c163 malo_bar0_read4(struct malo_softc *sc, bus_size_t off) argument
165 return bus_space_read_4(sc->malo_io0t, sc->malo_io0h, off);
169 malo_bar0_write4(struct malo_softc *sc, bus_size_t off, uint32_t val) argument
171 DPRINTF(sc, MALO_DEBUG_FW, "%s: off 0x%jx val 0x%x\n",
172 __func__, (intmax_t)off, val);
174 bus_space_write_4(sc->malo_io0t, sc->malo_io0h, off, val);
1703 * turn off the radio
1714 /* turn off the radio. */
2045 int off, len, hdrlen, pktlen, rssi, ntodo; local
2113 off
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_cs.h726 uint_fast32_t off; member in struct:__anon2796
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff.c662 int off = (w + t + GUTTER_WIDTH_MINIMUM) / (2 * t) * t;
663 sdiff_half_width = MAX (0, MIN (off - GUTTER_WIDTH_MINIMUM, w - off)),
664 sdiff_column2_offset = sdiff_half_width ? off : w;
661 int off = (w + t + GUTTER_WIDTH_MINIMUM) / (2 * t) * t; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-msp430.c767 int off; /* Offset from old label for new code. */ member in struct:rcodes_s
770 {/* lab,cdx,bs,off,ncl */
1093 bfd_put_16 (abfd, rx->t0, contents + irel->r_offset - rx->off);
1096 contents + irel->r_offset - rx->off + 2);
1100 irel->r_offset - rx->off +
H A Delf32-ppc.c95 /* Linked list of allocated pointer entries. This hangs off of the
1908 /* Go get them off disk. */
5028 bfd_vma off;
5069 off = *offp;
5070 if ((off & 1) != 0)
5071 off &= ~1;
5119 + off);
5173 htab->got->contents + off + 4);
5178 htab->got->contents + off);
5181 off
5009 bfd_vma off; local
[all...]
H A Dmerge.c292 bfd_size_type off = 0; local
303 len = off & (entry->alignment - 1);
309 off += len;
318 off += len;
H A Dpef.c198 struct traceback_table_tboff off; local
202 off.tb_offset = bfd_getb32 (buf + pos + offset);
209 fprintf (file, " [offset = 0x%lx]", off.tb_offset);
211 if ((file == NULL) && ((off.tb_offset + 4) > (pos + offset)))
214 sym->value = pos - off.tb_offset - 4;
H A Delf32-arm.h841 /* Go get them off disk. */
1859 bfd_vma off; local
1862 off = h->got.offset;
1863 BFD_ASSERT (off != (bfd_vma) -1);
1881 if ((off & 1) != 0)
1882 off &= ~1;
1892 bfd_put_32 (output_bfd, value, sgot->contents + off);
1897 value = sgot->output_offset + off;
1901 bfd_vma off; local
1906 off
[all...]
H A Delf32-m32r.c916 /* These jumps mask off the lower two bits of the current address
939 we must add one to the high 16 bytes (which will get subtracted off when
2900 bfd_vma off;
2902 off = h->got.offset;
2903 BFD_ASSERT (off != (bfd_vma) -1);
2925 if ((off & 1) != 0)
2926 off &= ~1;
2930 sgot->contents + off);
2935 relocation = sgot->output_offset + off;
2939 bfd_vma off;
2895 bfd_vma off; local
2934 bfd_vma off; local
[all...]
H A Delf64-sparc.c29 now but is turned off by default. dje 970930 */
2045 bfd_vma relocation, off;
2324 off = h->got.offset;
2325 BFD_ASSERT (off != (bfd_vma) -1);
2347 if ((off & 1) != 0)
2348 off &= ~1;
2352 sgot->contents + off);
2362 off = local_got_offsets[r_symndx];
2363 BFD_ASSERT (off != (bfd_vma) -1);
2368 if ((off
2037 bfd_vma relocation, off; local
[all...]
/haiku-fatelf/src/bin/network/traceroute/
H A Dtraceroute.c369 register u_short off = 0; local
393 off = IP_DF;
533 outip->ip_off = htons(off);
536 outip->ip_off = off;
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diostream.cc195 istream& istream::seekg(streamoff off, _seek_dir dir) argument
197 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_INPUT);
932 ostream& ostream::seekp(streamoff off, _seek_dir dir)
934 streampos pos = _IO_seekoff (_strbuf, off, (int) dir, _IOS_OUTPUT);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ht.c719 KASSERT(n == 0, ("%s: lost %d frames, qframes %d off %d "
755 int off; local
824 off = IEEE80211_SEQ_SUB(rxseq, rap->rxa_start);
825 if (off < rap->rxa_wnd) {
871 if (rap->rxa_m[off] == NULL) {
872 rap->rxa_m[off] = m;
889 if (off < IEEE80211_SEQ_BA_RANGE) {
948 int tid, off; local
977 off = IEEE80211_SEQ_SUB(rxseq, rap->rxa_start);
978 if (off < IEEE80211_SEQ_BA_RANG
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1554 int err, i, off; local
1573 off = CSRROMOFF + offset + sizeof(uint32_t) * (dir->crc_len - 1);
1574 if (fwdev->rommax < off)
1575 fwdev->rommax = off;
1588 off = offset + reg[i].val * sizeof(uint32_t);
1589 if (off > CROMSIZE) {
1590 printf("%s: invalid offset %d\n", __FUNCTION__, off);
1593 err = fw_explore_csrblock(fwdev, off, recur);
2178 printf("stream rcv dma %d len %d off %d spd %d\n",
2179 sub, len, off, sp
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp1913 float off = (centerRect.Width() - width) / 2; local
1914 startIconBounds.OffsetTo(BPoint(off, off));
1923 off = (centerRect.Width() - destRect.Width()) / 2;
1924 destRect.OffsetBy(BPoint(off, off));
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.c3754 gen_portatom(off, v)
3755 int off;
3758 return gen_cmp(OR_TRAN_IPV4, off, BPF_H, v);
3763 gen_portatom6(off, v)
3764 int off;
3767 return gen_cmp(OR_TRAN_IPV6, off, BPF_H, v);
3937 gen_portrangeatom(off, v1, v2)
3938 int off;
3954 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1);
3955 b2 = gen_cmp_le(OR_TRAN_IPV4, off, BPF_
6201 u_int len, off; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h260 HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off,
262 HAL_BOOL (*ah_eepromWrite)(struct ath_hal *, u_int off,
/haiku-fatelf/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp148 tiff_seek_proc(thandle_t stream, toff_t off, int whence) argument
150 return tiff_get_pio(stream)->Seek(off, whence);

Completed in 311 milliseconds

1234567891011>>