Home
last modified time | relevance | path

Searched refs:uncomp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libarchive/tar/
H A Dread.c127 uint64_t comp, uncomp; in progress_func() local
137 uncomp = archive_filter_bytes(a, 0); in progress_func()
138 if (comp > uncomp) in progress_func()
141 compression = (int)((uncomp - comp) * 100 / uncomp); in progress_func()
146 archive_file_count(a), tar_i64toa(uncomp)); in progress_func()
H A Dwrite.c1009 uint64_t comp, uncomp; in report_write() local
1015 uncomp = archive_filter_bytes(a, 0); in report_write()
1017 archive_file_count(a), tar_i64toa(uncomp)); in report_write()
1018 if (comp >= uncomp) in report_write()
1021 compression = (int)((uncomp - comp) * 100 / uncomp); in report_write()
/dragonfly/contrib/file/magic/Magdir/
H A Dpalm37 # compression: 1=uncomp, 2=orig, 0x4448=HuffDic
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c5483 struct wpabuf *uncomp; in dpp_check_pubkey_match() local
5491 uncomp = dpp_get_pubkey_point(pub, 1); in dpp_check_pubkey_match()
5492 if (!uncomp) in dpp_check_pubkey_match()
5494 addr[0] = wpabuf_head(uncomp); in dpp_check_pubkey_match()
5495 len[0] = wpabuf_len(uncomp); in dpp_check_pubkey_match()
5499 wpabuf_free(uncomp); in dpp_check_pubkey_match()