HomeSort by relevance Sort by last modified time
    Searched refs:lookahead (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 449 ** The yy_action table maps the pair (state_number, lookahead) into an
451 ** determines an initial offset into the yy_action array. The lookahead
453 ** yy_action array. If the aAction[X].lookahead equals the value of the
454 ** of the lookahead input, then the value of the action_number output is
466 int lookahead; /* Value of the lookahead token */ member in struct:lookahead_action
467 int action; /* Action to take on the given lookahead */
476 int mnLookahead; /* Minimum aLookahead[].lookahead */
478 int mxLookahead; /* Maximum aLookahead[].lookahead */
490 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /external/chromium_org/third_party/zlib/
deflate.h 163 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
284 /* Minimum amount of lookahead, except at the end of the input file.
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 158 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
272 /* Minimum amount of lookahead, except at the end of the input file.
  /external/zlib/src/
deflate.h 161 uInt lookahead; /* number of valid bytes ahead in window */ member in struct:internal_state
282 /* Minimum amount of lookahead, except at the end of the input file.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 133 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 150 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
  /external/bison/doc/
refcard.tex 460 \key{Current lookahead token.} {yychar}
491 \key{Value in {\tt yychar} if no lookahead token.} {YYEMPTY}
492 \key{Clear previous lookahead token.} {yyclearin}
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 394 int i, n_frames = vp9_lookahead_depth(cpi->lookahead);
421 struct lookahead_entry *q_cur = vp9_lookahead_peek(cpi->lookahead, i);
  /external/zlib/src/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/zlib/src/contrib/masmx86/
match686.asm 242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
436 ;;; return s->lookahead;
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/openfst/src/include/fst/script/
info-impl.h 31 #include <fst/lookahead-matcher.h>
299 os << "input lookahead"
302 os << "output lookahead"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 25 implementing line-at-a-time lookahead.
302 a parser with line-at-a-time lookahead."""

Completed in 789 milliseconds

1 23 4 5