Searched refs:original_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h54 uptr original_size = size; local
66 // extraneous memory, so we employ 'original_size'.
71 res = secondary_.Allocate(&stats_, original_size, alignment);
/freebsd-11-stable/usr.bin/mkimg/
H A Dvhd.c86 uint64_t original_size; member in struct:vhd_footer
217 be64enc(&footer->original_size, image_size);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c829 int original_size = sopt->sopt_valsize; local
836 sopt->sopt_valsize = original_size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2091 const uint32_t original_size = variables.GetSize(); local
2111 uint32_t pruned_idx = original_size;
2155 if (variables.GetSize() - original_size >= max_matches)
2166 const uint32_t num_matches = variables.GetSize() - original_size;
2196 const uint32_t original_size = variables.GetSize(); local
2220 if (variables.GetSize() - original_size >= max_matches)
2337 const uint32_t original_size = sc_list.GetSize(); local
2353 const uint32_t num_matches = sc_list.GetSize() - original_size;

Completed in 101 milliseconds