tot              1229 lib/talloc/talloc.c 		int tot = talloc_total_size(ptr);
tot              1232 lib/talloc/talloc.c 		for (i = 0; i < tot; i++) {
tot               261 lib/zlib/examples/gzappend.c     unsigned long crc, tot;
tot               343 lib/zlib/examples/gzappend.c     tot = strm->total_out;
tot               344 lib/zlib/examples/gzappend.c     if ((tot & 0xffffffffUL) != read4(&gz))
tot               370 lib/zlib/examples/gzappend.c     strm->total_in = tot;
tot               264 lib/zlib/examples/gzjoin.c local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out)
tot               268 lib/zlib/examples/gzjoin.c     *tot = 0;
tot               278 lib/zlib/examples/gzjoin.c local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot,
tot               411 lib/zlib/examples/gzjoin.c     *tot += (unsigned long)len;
tot               421 lib/zlib/examples/gzjoin.c         put4(*tot, out);
tot               428 lib/zlib/examples/gzjoin.c     unsigned long crc, tot;     /* running crc and total uncompressed length */
tot               442 lib/zlib/examples/gzjoin.c     gzinit(&crc, &tot, stdout);
tot               444 lib/zlib/examples/gzjoin.c         gzcopy(*argv++, argc, &crc, &tot, stdout);