Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */ variable
444 dictId = c_stream.adler;
489 if (d_stream.adler != dictId) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dexample.c35 uLong dictId; /* Adler32 value of the dictionary */ variable
475 dictId = c_stream.adler;
520 if (d_stream.adler != dictId) {