Home
last modified time | relevance | path

Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c286 uint8_t lastbyte; member
3708 uint8_t lastbyte = 0; in execute_filter_delta() local
3717 lastbyte = dst[idx] = lastbyte - *src++; in execute_filter_delta()
3840 …predbyte = ((8 * state.lastbyte + state.weight[0] * state.delta[0] + state.weight[1] * state.delta… in execute_filter_audio()
3847 state.lastdelta = (int8_t)(byte - state.lastbyte); in execute_filter_audio()
3848 dst[j] = state.lastbyte = byte; in execute_filter_audio()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c2653 int lastbyte; in ahc_handle_message_phase() local
2714 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase()
2715 if (lastbyte) { in ahc_handle_message_phase()
2896 int lastbyte; in ahc_handle_message_phase() local
2909 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase()
2985 if (lastbyte) in ahc_handle_message_phase()
H A Daic79xx.c3887 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()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6058 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument
6082 if (lastbyte < off) in nfsrpc_layoutcommit()
6083 lastbyte = off; in nfsrpc_layoutcommit()
6084 else if (lastbyte >= (off + len)) in nfsrpc_layoutcommit()
6085 lastbyte = off + len - 1; in nfsrpc_layoutcommit()
6086 txdr_hyper(lastbyte, tl); in nfsrpc_layoutcommit()
6600 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local
6786 lastbyte = off + xfer - 1; in nfscl_doiods()
6788 if (lastbyte > layp->nfsly_lastbyte) in nfscl_doiods()
6789 layp->nfsly_lastbyte = lastbyte; in nfscl_doiods()