Searched refs:STORED (Results 1 - 10 of 10) sorted by relevance

/external/zlib/contrib/infback9/
H A Dinflate9.h14 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon6235
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
H A Dinfback9.c291 mode = STORED;
314 case STORED:
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon3714
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c788 state->mode = STORED;
807 case STORED:
1320 return state->mode == STORED && state->bits == 0;
/external/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator in enum:__anon6251
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
H A Dinfback.c297 state->mode = STORED;
317 case STORED:
H A Dinflate.c788 state->mode = STORED;
807 case STORED:
1320 return state->mode == STORED && state->bits == 0;
/external/grub/stage2/
H A Dgunzip.c230 #define STORED 0 macro
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java847 entryCopy.setMethod (ZipOutputStream.STORED);

Completed in 103 milliseconds