Searched refs:saved_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/module/icp/io/ |
| HD | aes.c | 308 size_t saved_length, saved_offset, length_needed; in aes_encrypt() local 350 saved_offset = ciphertext->cd_offset; in aes_encrypt() 382 ciphertext->cd_offset - saved_offset; in aes_encrypt() 384 ciphertext->cd_offset = saved_offset; in aes_encrypt() 404 ciphertext->cd_offset - saved_offset; in aes_encrypt() 406 ciphertext->cd_offset = saved_offset; in aes_encrypt() 423 off_t saved_offset; in aes_decrypt() local 470 saved_offset = plaintext->cd_offset; in aes_decrypt() 495 plaintext->cd_offset - saved_offset; in aes_decrypt() 501 plaintext->cd_offset = saved_offset; in aes_decrypt() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | 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-14-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | 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-14-stable/contrib/nvi/ex/ |
| HD | 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-14-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 3124 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()
|
| HD | aic79xx.c | 4318 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()
|