HomeSort by relevance Sort by last modified time
    Searched defs:Lookahead (Results 1 - 7 of 7) sorted by null

  /external/zlib/contrib/gcc_gvmat64/
gvmat64.S 134 printf("#define dsLookahead %u\n",(int)(((char*)&(s->lookahead))-((char*)s)));
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip
238 //;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
244 mov r10d, Lookahead
541 //;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
542 //;;; return s->lookahead;
545 mov eax, Lookahead
  /external/zlib/contrib/masmx64/
gvmat64.asm 150 ; Lookahead : ignore
186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip
256 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
264 mov r10d, Lookahead
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
517 ;;; return s->lookahead;
523 mov eax, Lookahead
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 280 HB_UShort* Lookahead; /* array of lookahead glyph IDs */
288 /* total number of lookahead glyphs */
321 HB_UShort* Lookahead; /* array of lookahead classes */
330 /* total number of lookahead
375 /* maximal lookahead length */
392 /* array of lookahead coverage
401 /* number of lookahead glyphs */
439 HB_Coverage* LookaheadCoverage; /* array of lookahead Coverag
    [all...]
harfbuzz-gpos-private.h 542 HB_UShort* Lookahead; /* array of lookahead glyph IDs */
550 /* total number of lookahead glyphs */
583 HB_UShort* Lookahead; /* array of lookahead classes */
592 /* total number of lookahead
630 /* maximal lookahead length */
658 /* number of lookahead glyphs */
660 /* array of lookahead coverage
  /external/icu4c/tools/genrb/
parse.c 56 struct Lookahead
81 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; member in struct:__anon6519
99 /* The nature of the lookahead buffer:
101 MAX_LOOKAHEAD lookahead tokens and a slot for the current token and value.
130 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
146 ustr_deinit(&state->lookahead[i].value)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1301 milliseconds