Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 285 uint8_t lastbyte; member 3722 uint8_t lastbyte = 0; in execute_filter_delta() local 3731 lastbyte = dst[idx] = lastbyte - *src++; in execute_filter_delta() 3854 …predbyte = ((8 * state.lastbyte + state.weight[0] * state.delta[0] + state.weight[1] * state.delta… in execute_filter_audio() 3861 state.lastdelta = (int8_t)(byte - state.lastbyte); in execute_filter_audio() 3862 dst[j] = state.lastbyte = byte; in execute_filter_audio()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 2653 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 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()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 6077 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument 6101 if (lastbyte < off) in nfsrpc_layoutcommit() 6102 lastbyte = off; in nfsrpc_layoutcommit() 6103 else if (lastbyte >= (off + len)) in nfsrpc_layoutcommit() 6104 lastbyte = off + len - 1; in nfsrpc_layoutcommit() 6105 txdr_hyper(lastbyte, tl); in nfsrpc_layoutcommit() 6619 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local 6808 lastbyte = off + xfer - 1; in nfscl_doiods() 6810 if (lastbyte > layp->nfsly_lastbyte) in nfscl_doiods() 6811 layp->nfsly_lastbyte = lastbyte; in nfscl_doiods()
|