Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c82 local uLong getLong OF((gz_stream *s));
473 if (getLong(s) != s->crc) {
476 (void)getLong(s);
935 local uLong getLong (s) in getLong() function