Searched refs:LOOK (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dgzguts.h81 #define LOOK 0 /* look for a gzip header */ macro
H A Dgzread.c229 trailer is verified, state->how is reset to LOOK to look for the next gzip
289 state->how = LOOK; /* ready for next stream, once have is 0 (leave
299 file depending on state->how. If state->how is LOOK, then a gzip header is
309 if (state->how == LOOK) { /* look for gzip header */
416 else if (state->how == LOOK || len < (state->size << 1)) {
619 if (state->how == LOOK && state->have == 0)
H A Dgzlib.c79 state->how = LOOK; /* look for gzip header */
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzread.c169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
236 if (state->how == LOOK)
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
345 else if (state->how == LOOK || len < (state->size << 1)) {
559 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
H A Dgzguts.h172 #define LOOK 0 /* look for a gzip header */ macro
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
/external/qemu/distrib/zlib-1.2.8/
H A Dgzread.c169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
236 if (state->how == LOOK)
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
345 else if (state->how == LOOK || len < (state->size << 1)) {
559 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
H A Dgzguts.h156 #define LOOK 0 /* look for a gzip header */ macro
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
/external/zlib/src/
H A Dgzread.c169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
236 if (state->how == LOOK)
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
345 else if (state->how == LOOK || len < (state->size << 1)) {
559 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
H A Dgzguts.h156 #define LOOK 0 /* look for a gzip header */ macro
H A Dgzlib.c82 state->how = LOOK; /* look for gzip header */
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLL1Analyzer.java58 /** Used during LOOK to detect computation cycles */
126 public LookaheadSet LOOK(Rule r) {
170 public LookaheadSet LOOK(NFAState s) { method in class:LL1Analyzer
172 System.out.println("> LOOK("+s+")");
191 System.out.println("< LOOK("+s+")="+look.toString(grammar));
256 // a : b A ; where b is nullable means that LOOK(a)
360 // a : b A ; where b is nullable means that LOOK(a)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g890 LookaheadSet s = grammar.LOOK(afterDOWN);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1149 altLook[alt] = ll1Analyzer.LOOK(altStartState);
3103 public LookaheadSet LOOK(NFAState s) { method in class:Grammar
3104 return ll1Analyzer.LOOK(s);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 287 milliseconds