Searched refs:off (Results 1 - 25 of 288) sorted by path

1234567891011>>

/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp177 size_t off = 0; local
182 off = 24;
189 off = 8;
219 hdr* child = (hdr*)(current->Data() + off);
220 while (off < current->Size()) {
222 off += child->Size() + sizeof(hdr);
/haiku-fatelf/data/develop/
H A DJamfile-engine364 CCFLAGS += -w off ;
365 C++FLAGS += -w off ;
/haiku-fatelf/docs/user/
H A Dapidoc.dox326 better off as a big tutorial on the Haiku website.
491 The design of Doxygen makes it very file oriented, and this might come off
/haiku-fatelf/headers/cpp/
H A Dsstream141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
180 if (testin && newoffi + off + curi - beg >= 0 &&
181 endi - beg >= newoffi + off + curi - beg)
183 gbump(newoffi + off);
184 ret = pos_type(newoffi + off + curi);
186 if (testout && newoffo + off + curo - beg >= 0 &&
187 endo - beg >= newoffo + off + curo - beg)
189 pbump(newoffo + off);
190 ret = pos_type(newoffo + off + curo);
/haiku-fatelf/headers/libs/udis86/libudis86/
H A Dtypes.h120 uint32_t off; member in struct:ud_operand::__anon126::__anon127
/haiku-fatelf/headers/libs/x86emu/
H A Dx86emu.h190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
/haiku-fatelf/headers/os/interface/
H A DPictureButton.h22 BPicture* off, BPicture* on,
60 virtual void SetEnabledOff(BPicture* off);
62 virtual void SetDisabledOff(BPicture* off);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h54 * @param off offset of the next entry or zero
58 const struct stat *stbuf, off_t off);
614 off_t off, struct fuse_file_info *fi);
616 size_t size, off_t off, struct fuse_file_info *fi);
625 fuse_fill_dir_t filler, off_t off,
H A Dfuse_lowlevel.h414 * @param off offset to read from
417 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
440 * @param off offset to write to
444 size_t size, off_t off, struct fuse_file_info *fi);
563 * @param off offset to continue reading the directory stream
566 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
1018 * @param off the offset of the next entry
1023 off_t off);
H A Dfuse_lowlevel_compat.h36 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
39 size_t size, off_t off, struct fuse_file_info *fi);
48 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
73 off_t off);
103 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
106 size_t size, off_t off, struct fuse_file_info_compat *fi);
115 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaMethod.h16 #pragma export off
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c1378 int off; local
1385 off = yc->kCurs - yc->kRStartp;
1387 yc->kCurs -= off;
1389 yc->kCurs += off;
1643 int off, i; local
1660 off = yc->kCurs - yc->kRStartp;
1661 yc->kCurs -= off;
1663 yc->kCurs += off;
1664 off = yc->rCurs - len;
1665 yc->rCurs -= off;
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A DRKintern.h1204 int _RkGetLink(struct ND *dic, long pgno, unsigned long off, unsigned long *lvo, unsigned long *csn);
H A DRKutil.c209 unsigned long len, off; local
244 off = bst4_to_l(src);
250 hd->data[i].var = off;
257 if (off < (unsigned long)hdrsize) {
258 memcpy(hd->data[i].ptr, localbuffer + off, (size_t) len);
260 tmpres = lseek(fd, off_from_top + off, 0);
293 unsigned long len, off; local
310 off = hd->data[i].var;
313 off = datadst - localbuffer;
318 off
350 _RkGetLink(struct ND *dic, long pgno, unsigned long off, unsigned long *lvo, unsigned long *csn) argument
[all...]
H A Dfq.c598 off_t off; local
608 for (off = 0; _RkReadHeader(fd, &hd, off) >= 0;) {
609 long start = off;
627 off += hd.data[HD_HSZ].var;
628 (void)lseek(fd, off, 0);
630 off += 4;
632 bitoff = off;
633 off += bitsiz;
634 (void)lseek(fd, off,
[all...]
H A Dngram.c139 off_t off; local
147 for (off = 0, lk = 1; lk && _RkReadHeader(fd, &hd, off) >= 0;) {
148 off += hd.data[HD_SIZ].var;
155 tmpres = lseek(fd, off, 0);
H A Dpermdic.c61 off_t off; local
86 for (off = 0, err = 0; !err && _RkReadHeader(fd, &hd, off) >= 0;) {
95 nd.doff = off + hd.data[HD_HSZ].var;
103 off += hd.data[HD_SIZ].var;
109 if (lseek(fd, off, 0) < 0 || read(fd, (char *)ll, 4) != 4)
112 if (SetFilePointer(fd, off, NULL, FILE_BEGIN) == 0xFFFFFFFF ||
117 off += bst4_to_l(ll) + 4;
137 df->df_size = off;
327 off_t off local
[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...]
H A Dfwohci.cpp206 #define OHCI_DMACTL(off) (off)
207 #define OHCI_DMACTLCLR(off) (off + 4)
208 #define OHCI_DMACMD(off) (off + 0xc)
209 #define OHCI_DMAMATCH(off) (off + 0x10)
879 uint32_t off; local
892 off
1085 uint32_t off; local
1382 uint32_t off = 0; local
1441 uint32_t off = 0; local
2285 uint32_t off, cntl, stat, cmd, match; local
2334 uint32_t cmd, off; local
2721 fwohci_arcv_free_buf(struct fwohci_softc *sc, fwohci_softc::fwohci_dbch *dbch, struct fwohcidb_tr *db_tr, uint32_t off, int wake) argument
2745 uint32_t stat, off, status, event; local
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c153 PTRACE_ALWAYS(udi, "FCM:init[%d]: reset off failed:%08x\n", udi->dev_num, status);
353 int32 off = offset; local
358 if(off < data_sg[i].iov_len) {
359 int len = min(to_xfer, (data_sg[i].iov_len - off));
360 char *buf = ((char *)data_sg[i].iov_base) + off;
384 off = 0;
386 off -= data_sg[i].iov_len;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.h37 #pragma optimize("",off)
1226 // Set MIDI I/O on or off
H A DCEchoGals.h44 #pragma optimize("",off)
407 // Phantom power on/off for Gina3G
431 // your external box is turned off).
H A DCEchoGals_transport.cpp33 #pragma optimize("",off)
50 // your external box is turned off).
1117 // The driver then maintains a 64 bit counter based off of the DSP's counter.
H A DCIndigoDJDspCommObject.cpp35 #pragma optimize("",off)
H A DCIndigoDspCommObject.cpp35 #pragma optimize("",off)

Completed in 216 milliseconds

1234567891011>>