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

/freebsd-10.0-release/sys/kern/
H A Dkern_gzio.c75 local void putU32 OF((gz_stream *file, uint32_t x));
333 local void putU32 (s, x) function
376 putU32 (s, s->crc);
377 putU32 (s, (uint32_t) s->stream.total_in);

Completed in 72 milliseconds