Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 513 off_t saved_offset; in aes_decrypt() local 625 off_t saved_offset; in aes_encrypt_update() local 695 off_t saved_offset; in aes_decrypt_update() local 811 data->cd_offset = saved_offset; in aes_encrypt_final() 836 off_t saved_offset; in aes_decrypt_final() local 878 saved_offset = data->cd_offset; in aes_decrypt_final() 889 data->cd_offset = saved_offset; in aes_decrypt_final() 906 saved_offset = data->cd_offset; in aes_decrypt_final() 916 data->cd_offset = saved_offset; in aes_decrypt_final() 940 off_t saved_offset; in aes_encrypt_atomic() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 28 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-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 591 offset_t saved_offset = offset; in FDEToUnwindPlan() local 595 if (offset - saved_offset != aug_data_len) { in FDEToUnwindPlan() 600 offset = saved_offset; in FDEToUnwindPlan()
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | ex_subst.c | 347 size_t offset, saved_offset, scno; in s() local 710 saved_offset = lbclen; in s() 717 offset = saved_offset; in s()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 3125 u_int saved_offset; in ahc_parse_msg() local 3144 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3157 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3173 if (saved_offset != offset) { in ahc_parse_msg() 3301 u_int saved_offset; in ahc_parse_msg() local 3333 saved_offset = offset; in ahc_parse_msg() 3360 || saved_offset != offset in ahc_parse_msg() 3395 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
| H A D | aic79xx.c | 4319 u_int saved_offset; in ahd_parse_msg() local 4338 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 4349 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 4364 if (saved_offset != offset) { in ahd_parse_msg() 4491 u_int saved_offset; in ahd_parse_msg() local 4523 saved_offset = offset; in ahd_parse_msg() 4546 || saved_offset != offset in ahd_parse_msg() 4580 saved_offset, saved_ppr_options, in ahd_parse_msg()
|