/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;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
wb_vad.h | 44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */
|
/external/bison/tests/ |
regression.at | 1085 Cleanup: discarding lookahead token 'a' (PRINTER) 1118 ## Extra lookahead sets in report. ## 1121 AT_SETUP([[Extra lookahead sets in report]]) 1123 # Bison prints each reduction's lookahead set only next to the associated 1126 # erroneously printed the lookahead set next to all of the state's other items 1486 # be forgotten without lookahead correction. [all...] |
conflicts.at | 131 # However, for other grammars, lookahead sets can be merged for 362 // lookahead as in the previous grammar, just assign the lookahead in a 363 // semantic action. That lookahead isn't needed before either error 453 # token of lookahead. However, LAC solves the problem completely even 483 // lookahead sets are the same in both the first and second contexts. 485 // the lookahead 'a' for the reduction "look: 'a'" later becomes an 489 // 'a' lookahead would have to be removed from only one of the states. 491 'a' // Reduction lookahead set is always ['a', 'b']. [all...] |
/external/e2fsprogs/intl/ |
plural.c | 647 /* The lookahead symbol. */ \ 650 /* The semantic value of the lookahead symbol. */ \ 660 /* Location data for the lookahead symbol. */ \ 688 /* Lookahead token as an internal (translated) token number. */ 854 /* Read a lookahead token if we need one and don't already have one. */ 857 /* First try to decide what to do without reference to lookahead token. */ 863 /* Not known => get a lookahead token if don't already have one. */ 930 /* Shift the lookahead token. */ 973 the lookahead token. This behavior is undocumented and Bison 1188 /* If just tried and failed to reuse lookahead token after a [all...] |
/external/libvpx/generic/ |
libvpx_srcs.txt | 97 vp8/encoder/lookahead.c 98 vp8/encoder/lookahead.h
|
/external/libvpx/mips/ |
libvpx_srcs.txt | 97 vp8/encoder/lookahead.c 98 vp8/encoder/lookahead.h
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
CallInfoParser.java | 72 while (lexer.lookAhead(0) != '\n') { 87 while (lexer.lookAhead(0) == ',') {
|
ContentEncodingParser.java | 76 while (lexer.lookAhead(0) != '\n') { 89 while (lexer.lookAhead(0) == ',') {
|
ContentLanguageParser.java | 74 while (lexer.lookAhead(0) != '\n') { 83 while (lexer.lookAhead(0) == ',') {
|
ErrorInfoParser.java | 74 while (lexer.lookAhead(0) != '\n') { 90 if ( lexer.lookAhead(0) == ',' ) {
|
ProxyRequireParser.java | 72 while (lexer.lookAhead(0) != '\n') { 84 while (lexer.lookAhead(0) == ',') {
|
ReasonParser.java | 73 while (lexer.lookAhead(0) != '\n') { 82 if (lexer.lookAhead(0) == ',') {
|
RequireParser.java | 75 while (lexer.lookAhead(0) != '\n') { 87 while (lexer.lookAhead(0) == ',') {
|
SupportedParser.java | 75 while (lexer.lookAhead(0) != '\n') { 88 while (lexer.lookAhead(0) == ',') {
|
UnsupportedParser.java | 73 while (lexer.lookAhead(0) != '\n') { 86 while (lexer.lookAhead(0) == ',') {
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator_wrapper.c | 169 int lookahead) { 195 lookahead) != 0) {
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
Exif.java | 64 final int lookAhead = 16; 66 final InputStreamBuffer jpeg = new InputStreamBuffer(inputStream, lookAhead, false);
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
Pattern2Test.java | 286 // Test positive lookahead using (?=...) 289 // Test negative lookahead using (?!...)
|
/external/openfst/src/include/fst/ |
compose.h | 31 #include <fst/lookahead-filter.h> 591 switch (LookAheadMatchType(fst1, fst2)) { // Check for lookahead matchers 598 case MATCH_OUTPUT: { // Lookahead on fst1 599 VLOG(2) << "ComposeFst: Lookahead on fst1"; 605 case MATCH_INPUT: { // Lookahead on fst2 606 VLOG(2) << "ComposeFst: Lookahead on fst2";
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | 83 * Not used during fixed k lookahead as it's a waste to fill it with 107 /** User specified max fixed lookahead. If 0, nothing specified. -1 112 /** While building the DFA, track max lookahead depth if not cyclic */ 135 * the problem) and when for some reason, I cannot compute the lookahead 661 * no cycles can be created. If we're doing fixed k lookahead 757 /** The user may specify a max, acyclic lookahead for any decision. No 759 * If this decision has no k lookahead specified, then try the grammar. 889 /** Return a list of Integer alt numbers for which no lookahead could 904 * 3. alts i and j have disjoint lookahead if no sem preds [all...] |
/system/core/sh/ |
arith.c | 868 /* The lookahead symbol. */ 871 /* The semantic value of the lookahead symbol. */ 907 /* Lookahead token as an internal (translated) token number. */ 1048 /* Read a lookahead token if we need one and don't already have one. */ 1051 /* First try to decide what to do without reference to lookahead token. */ 1057 /* Not known => get a lookahead token if don't already have one. */ 1059 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ 1094 /* Shift the lookahead token. */ [all...] |
/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...] |
/external/bison/doc/ |
bison.texi | 268 * Lookahead:: Parser looks one token ahead when deciding what to do. 291 * LAC:: Correct lookahead sets in the parser states. 511 of lookahead. For historical reasons, Bison by default is limited by the 526 (called a @dfn{lookahead}) of the remaining input. A context-free 530 lookahead always suffices to determine the next grammar rule to apply. [all...] |
bison.info | 231 * Lookahead:: Parser looks one token ahead when deciding what to do. 254 * LAC:: Correct lookahead sets in the parser states. [all...] |