Searched refs:putLong (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c108 local void putLong OF((FILE *file, uLong x));
947 local void putLong (file, x) function
994 putLong (s->file, s->crc);
995 putLong (s->file, (uLong)(s->in & 0xffffffff));

Completed in 11 milliseconds