Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 286 uint8_t lastbyte; member 3715 uint8_t lastbyte = 0; in execute_filter_delta() local 3724 lastbyte = dst[idx] = lastbyte - *src++; in execute_filter_delta() 3847 …predbyte = ((8 * state.lastbyte + state.weight[0] * state.delta[0] + state.weight[1] * state.delta… in execute_filter_audio() 3854 state.lastdelta = (int8_t)(byte - state.lastbyte); in execute_filter_audio() 3855 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 | 6019 uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, in nfsrpc_layoutcommit() argument 6043 if (lastbyte < off) in nfsrpc_layoutcommit() 6044 lastbyte = off; in nfsrpc_layoutcommit() 6045 else if (lastbyte >= (off + len)) in nfsrpc_layoutcommit() 6046 lastbyte = off + len - 1; in nfsrpc_layoutcommit() 6047 txdr_hyper(lastbyte, tl); in nfsrpc_layoutcommit() 6561 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local 6747 lastbyte = off + xfer - 1; in nfscl_doiods() 6749 if (lastbyte > layp->nfsly_lastbyte) in nfscl_doiods() 6750 layp->nfsly_lastbyte = lastbyte; in nfscl_doiods()
|