Searched refs:lastbyte (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar.c | 286 uint8_t lastbyte; member 3656 uint8_t lastbyte = 0; in execute_filter_delta() local 3665 lastbyte = dst[idx] = lastbyte - *src++; in execute_filter_delta() 3788 …predbyte = ((8 * state.lastbyte + state.weight[0] * state.delta[0] + state.weight[1] * state.delta… in execute_filter_audio() 3795 state.lastdelta = (int8_t)(byte - state.lastbyte); in execute_filter_audio() 3796 dst[j] = state.lastbyte = byte; in execute_filter_audio()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 5848 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument 5872 if (lastbyte < off) in nfsrpc_layoutcommit() 5873 lastbyte = off; in nfsrpc_layoutcommit() 5874 else if (lastbyte >= (off + len)) in nfsrpc_layoutcommit() 5875 lastbyte = off + len - 1; in nfsrpc_layoutcommit() 5876 txdr_hyper(lastbyte, tl); in nfsrpc_layoutcommit() 6390 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local 6576 lastbyte = off + xfer - 1; in nfscl_doiods() 6578 if (lastbyte > layp->nfsly_lastbyte) in nfscl_doiods() 6579 layp->nfsly_lastbyte = lastbyte; in nfscl_doiods() [all...] |
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 3887 int lastbyte; in ahd_handle_message_phase() local 3959 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase() 3960 if (lastbyte) { in ahd_handle_message_phase() 4113 int lastbyte; in ahd_handle_message_phase() local 4125 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() 4168 if (lastbyte) in ahd_handle_message_phase()
|