Home
last modified time | relevance | path

Searched refs:original_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_verify_trimmed.ksh62 original_size=$(du -B1 "$LARGEFILE" | cut -f1)
80 log_must within_tolerance $new_size $original_size $((128 * 1024 * 1024))
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h54 uptr original_size = size; in Allocate() local
71 res = secondary_.Allocate(&stats_, original_size, alignment); in Allocate()
/freebsd/usr.bin/mkimg/
H A Dvhd.c82 uint64_t original_size; member
213 be64enc(&footer->original_size, image_size); in vhd_make_footer()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c840 int original_size = sopt->sopt_valsize; in ip_dummynet_compat() local
847 sopt->sopt_valsize = original_size; in ip_dummynet_compat()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2384 const uint32_t original_size = variables.GetSize(); in FindGlobalVariables() local
2397 uint32_t pruned_idx = original_size; in FindGlobalVariables()
2439 return variables.GetSize() - original_size < max_matches; in FindGlobalVariables()
2443 const uint32_t num_matches = variables.GetSize() - original_size; in FindGlobalVariables()
2469 const uint32_t original_size = variables.GetSize(); in FindGlobalVariables() local
2484 return variables.GetSize() - original_size < max_matches; in FindGlobalVariables()
2596 const uint32_t original_size = sc_list.GetSize(); in FindFunctions() local
2626 const uint32_t num_matches = sc_list.GetSize() - original_size; in FindFunctions()