Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c81 local void putLong OF((FILE *file, uLong x));
920 local void putLong (file, x) in putLong() function
967 putLong (s->file, s->crc);
968 putLong (s->file, (uLong)(s->in & 0xffffffff));