Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/module/icp/io/
H A Daes.c423 off_t saved_offset; in aes_decrypt() local
534 off_t saved_offset; in aes_encrypt_update() local
602 off_t saved_offset; in aes_decrypt_update() local
711 data->cd_offset = saved_offset; in aes_encrypt_final()
734 off_t saved_offset; in aes_decrypt_final() local
776 saved_offset = data->cd_offset; in aes_decrypt_final()
787 data->cd_offset = saved_offset; in aes_decrypt_final()
804 saved_offset = data->cd_offset; in aes_decrypt_final()
814 data->cd_offset = saved_offset; in aes_decrypt_final()
836 off_t saved_offset; in aes_encrypt_atomic() local
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; in GetMaxU64() local
30 return *offset != saved_offset; in GetMaxU64()
36 lldb::offset_t saved_offset = *offset; in GetMaxU64() local
40 *offset = saved_offset; in GetMaxU64()
50 const lldb::offset_t saved_offset = *offset; in GetMaxS64() local
52 return *offset != saved_offset; in GetMaxS64()
58 lldb::offset_t saved_offset = *offset; in GetMaxS64() local
62 *offset = saved_offset; in GetMaxS64()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp592 offset_t saved_offset = offset; in FDEToUnwindPlan() local
596 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan()
601 offset = saved_offset; in FDEToUnwindPlan()
/freebsd-14.2/contrib/nvi/ex/
H A Dex_subst.c347 size_t offset, saved_offset, scno; in s() local
712 saved_offset = lbclen; in s()
719 offset = saved_offset; in s()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c3124 u_int saved_offset; in ahc_parse_msg() local
3143 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3156 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3172 if (saved_offset != offset) { in ahc_parse_msg()
3300 u_int saved_offset; in ahc_parse_msg() local
3332 saved_offset = offset; in ahc_parse_msg()
3359 || saved_offset != offset in ahc_parse_msg()
3394 saved_offset, saved_ppr_options, in ahc_parse_msg()
H A Daic79xx.c4318 u_int saved_offset; in ahd_parse_msg() local
4337 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
4348 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
4363 if (saved_offset != offset) { in ahd_parse_msg()
4490 u_int saved_offset; in ahd_parse_msg() local
4522 saved_offset = offset; in ahd_parse_msg()
4545 || saved_offset != offset in ahd_parse_msg()
4579 saved_offset, saved_ppr_options, in ahd_parse_msg()