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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Daes.c398 size_t saved_length, saved_offset, length_needed; local
440 saved_offset = ciphertext->cd_offset;
472 ciphertext->cd_offset - saved_offset;
474 ciphertext->cd_offset = saved_offset;
494 ciphertext->cd_offset - saved_offset;
496 ciphertext->cd_offset = saved_offset;
513 off_t saved_offset; local
560 saved_offset = plaintext->cd_offset;
585 plaintext->cd_offset - saved_offset;
591 plaintext->cd_offset = saved_offset;
625 off_t saved_offset; local
695 off_t saved_offset; local
802 size_t saved_offset = data->cd_offset; local
836 off_t saved_offset; local
940 off_t saved_offset; local
1076 off_t saved_offset; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp28 const lldb::offset_t saved_offset = *offset; local
30 return *offset != saved_offset;
36 lldb::offset_t saved_offset = *offset; local
40 *offset = saved_offset;
50 const lldb::offset_t saved_offset = *offset; local
52 return *offset != saved_offset;
58 lldb::offset_t saved_offset = *offset; local
62 *offset = saved_offset;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp592 offset_t saved_offset = offset; local
596 if (offset - saved_offset != aug_data_len) {
601 offset = saved_offset;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_subst.c347 size_t offset, saved_offset, scno; local
710 saved_offset = lbclen;
717 offset = saved_offset;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c3125 u_int saved_offset; local
3144 saved_offset = offset = ahc->msgin_buf[4];
3157 ahc->msgin_buf[3], saved_offset,
3173 if (saved_offset != offset) {
3301 u_int saved_offset; local
3333 saved_offset = offset;
3360 || saved_offset != offset
3395 saved_offset, saved_ppr_options,
H A Daic79xx.c4319 u_int saved_offset; local
4338 saved_offset = offset = ahd->msgin_buf[4];
4349 ahd->msgin_buf[3], saved_offset,
4364 if (saved_offset != offset) {
4491 u_int saved_offset; local
4523 saved_offset = offset;
4546 || saved_offset != offset
4580 saved_offset, saved_ppr_options,

Completed in 190 milliseconds