Home | History | Annotate | Download | only in libpuffs

Lines Matching defs:howmuch

64 	size_t howmuch, winlen, curoff;
72 howmuch = sizeof(struct putter_hdr) - curoff;
77 howmuch = phdr.pth_framelen - curoff;
81 if (puffs_framebuf_reserve_space(pb, howmuch) == -1)
85 while (howmuch) {
86 winlen = howmuch;
99 howmuch -= n;
123 size_t winlen, howmuch, curoff;
154 howmuch = flen - puffs_framebuf_telloff(pb);
156 while (howmuch) {
157 winlen = howmuch;
168 assert(winlen == howmuch);
184 howmuch -= n;