Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_bcj.c57 size_t filtered; member
354 size_t filtered; in bcj_apply() local
362 filtered = bcj_x86(s, buf, size); in bcj_apply()
367 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
372 filtered = bcj_ia64(s, buf, size); in bcj_apply()
377 filtered = bcj_arm(s, buf, size); in bcj_apply()
382 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
387 filtered = bcj_sparc(s, buf, size); in bcj_apply()
392 filtered = 0; in bcj_apply()
396 *pos += filtered; in bcj_apply()
[all …]