Lines Matching refs:this_count
692 uint32_t this_count; in main() local
697 &this_count); in main()
699 offset, resid, this_offset, this_count); in main()
700 resid -= this_count; in main()
701 offset += this_count; in main()
711 uint32_t this_count; in main() local
716 &this_count); in main()
718 offset, resid, this_offset, this_count, in main()
720 if (this_count == 0) { in main()
724 resid -= this_count; in main()
725 offset += this_count; in main()