Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h50 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c1122 case SYNC:
1276 if (state->mode != SYNC) {
1277 state->mode = SYNC;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c114 state->mode < HEAD || state->mode > SYNC)
1242 case SYNC:
1415 if (state->mode != SYNC) {
1416 state->mode = SYNC;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
Dinflate.c1219 case SYNC:
1391 if (state->mode != SYNC) {
1392 state->mode = SYNC;