| /src/common/dist/zlib/examples/ |
| gzappend.c | 265 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);
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 265 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);
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 265 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);
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 265 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);
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 265 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);
|
| /src/sys/rump/net/lib/libshmif/ |
| if_shmem.c | 714 uint32_t lastoff, devoff; local 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/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| init.c | 791 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, tbit-lastoff) [all...] |
| /src/sbin/gpt/ |
| gpt.c | 882 off_t blocks, lastoff; local 913 lastoff = (off_t)(((uint64_t)last + 1LL) >> 1); 914 if ((blocks + 1LL) > lastoff) 915 blocks = lastoff - 1LL;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| init.c | 814 OFFSZ lastoff, tbit; local 839 lastoff = 0; 855 if (ll->begsz + il->off > lastoff) 856 clearbf(lastoff, 857 (ll->begsz + il->off) - lastoff); 875 if (ll->begsz + il->off > lastoff) 876 zbits(lastoff, 877 (ll->begsz + il->off) - lastoff); 885 lastoff = ll->begsz + il->off + fsz; 889 clearbf(lastoff, tbit-lastoff) [all...] |