Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h39 LEN, /* i: waiting for length/lit code */ enumerator
Dinfback.c303 state->mode = LEN; /* decode codes */
462 state->mode = LEN;
464 case LEN:
502 state->mode = LEN;
Dinflate.c794 state->mode = LEN; /* decode codes */
949 state->mode = LEN;
950 case LEN:
1069 if (state->length == 0) state->mode = LEN;
1075 state->mode = LEN;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
Dinflate.c1043 state->mode = LEN;
1044 case LEN:
1167 if (state->length == 0) state->mode = LEN;
1189 if (state->length == 0) state->mode = LEN;
1195 state->mode = LEN;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
Dinfback.c312 state->mode = LEN; /* decode codes */
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
Dinflate.c1020 state->mode = LEN;
1021 case LEN:
1144 if (state->length == 0) state->mode = LEN;
1166 if (state->length == 0) state->mode = LEN;
1172 state->mode = LEN;