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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Ddo_csum.S101 #define lastoff r23 define
149 and lastoff=7,tmp1 // how many bytes off for last element
151 sub tmp1=8,lastoff // complement to lastoff
169 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c552 u_int32_t lastoff; local
583 lastoff = lp->lsn.offset;
592 lastoff = 0;
660 &t, lastoff == 0 ? 0 : lastoff - lp->len, &hdr)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c1646 xfs_fileoff_t lastoff; local
1663 lastoff = mp->m_dirfreeblk;
1664 error = xfs_bmap_last_before(tp, ip, &lastoff, w);
1667 if (unlikely(lastoff == 0)) {
1675 last_blkno = (xfs_dablk_t)lastoff - mp->m_dirblkfsbs;

Completed in 66 milliseconds