/src/common/dist/zlib/examples/ |
gzappend.c | 265 off_t lastoff, end; local in function:gzscan 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);
|
/src/sys/rump/net/lib/libshmif/ |
if_shmem.c | 714 uint32_t lastoff, devoff; local in function:stillvalid_p 720 lastoff = shmif_nextpktoff(busmem, busmem->shm_last); 728 if (busmem->shm_first >= lastoff) { 729 lastoff += BUSMEM_DATASIZE; 737 return devoff >= busmem->shm_first && devoff <= lastoff;
|
/src/sbin/gpt/ |
gpt.c | 833 off_t blocks, lastoff; local in function:gpt_create 864 lastoff = (off_t)(((uint64_t)last + 1LL) >> 1); 865 if ((blocks + 1LL) > lastoff) 866 blocks = lastoff - 1LL;
|