Searched refs:lastoff (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c791 OFFSZ lastoff, tbit; local
816 lastoff = 0;
832 if (ll->begsz + il->off > lastoff)
833 clearbf(lastoff,
834 (ll->begsz + il->off) - lastoff);
852 if (ll->begsz + il->off > lastoff)
853 zbits(lastoff,
854 (ll->begsz + il->off) - lastoff);
862 lastoff = ll->begsz + il->off + fsz;
866 clearbf(lastoff, tbi
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c791 OFFSZ lastoff, tbit; local
816 lastoff = 0;
832 if (ll->begsz + il->off > lastoff)
833 clearbf(lastoff,
834 (ll->begsz + il->off) - lastoff);
852 if (ll->begsz + il->off > lastoff)
853 zbits(lastoff,
854 (ll->begsz + il->off) - lastoff);
862 lastoff = ll->begsz + il->off + fsz;
866 clearbf(lastoff, tbi
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgzappend.c265 off_t lastoff, end; local
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
331 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgzappend.c263 off_t lastoff, end; local
289 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
329 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
353 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
/netbsd-6-1-5-RELEASE/sys/rump/net/lib/libshmif/
H A Dif_shmem.c600 uint32_t lastoff, devoff; local
606 lastoff = shmif_nextpktoff(busmem, busmem->shm_last);
614 if (busmem->shm_first >= lastoff) {
615 lastoff += BUSMEM_DATASIZE;
623 return devoff >= busmem->shm_first && devoff <= lastoff;

Completed in 116 milliseconds