Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 178 off_t saved_offset; in aes_encrypt_atomic() local 213 saved_offset = ciphertext->cd_offset; in aes_encrypt_atomic() 253 ciphertext->cd_offset - saved_offset; in aes_encrypt_atomic() 258 ciphertext->cd_offset = saved_offset; in aes_encrypt_atomic() 277 off_t saved_offset; in aes_decrypt_atomic() local 312 saved_offset = plaintext->cd_offset; in aes_decrypt_atomic() 344 plaintext->cd_offset - saved_offset; in aes_decrypt_atomic() 356 plaintext->cd_offset - saved_offset; in aes_decrypt_atomic() 365 plaintext->cd_offset = saved_offset; in aes_decrypt_atomic()
|
| /freebsd/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/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/contrib/nvi/ex/ |
| H A D | ex_subst.c | 347 size_t offset, saved_offset, scno; in s() local 712 saved_offset = lbclen; in s() 719 offset = saved_offset; in s()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 3115 u_int saved_offset; in ahc_parse_msg() local 3134 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3147 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3163 if (saved_offset != offset) { in ahc_parse_msg() 3291 u_int saved_offset; in ahc_parse_msg() local 3323 saved_offset = offset; in ahc_parse_msg() 3350 || saved_offset != offset in ahc_parse_msg() 3385 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
| H A D | aic79xx.c | 4309 u_int saved_offset; in ahd_parse_msg() local 4328 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 4339 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 4354 if (saved_offset != offset) { in ahd_parse_msg() 4481 u_int saved_offset; in ahd_parse_msg() local 4513 saved_offset = offset; in ahd_parse_msg() 4536 || saved_offset != offset in ahd_parse_msg() 4570 saved_offset, saved_ppr_options, in ahd_parse_msg()
|