HomeSort by relevance Sort by last modified time
    Searched full:put4 (Results 1 - 2 of 2) sorted by null

  /external/zlib/examples/
gzlog.c 284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0)
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc);
445 PUT4(ext + 20, log->clen);
446 PUT4(ext + 24, log->tcrc);
447 PUT4(ext + 28, log->tlen);
550 PUT4(buf, log->tcrc);
551 PUT4(buf + 4, log->tlen);
702 PUT4(buf, log->tcrc)
    [all...]
gzjoin.c 244 local void put4(unsigned long val, FILE *out) function
420 put4(*crc, out);
421 put4(*tot, out);

Completed in 28 milliseconds