/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 52 EOB; 201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] ) 212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] ) 243 …fSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])) 247 …Suffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"])) 251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) ) 258 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) ) 365 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"]) 375 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"])) 378 -> ^(ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree EOA["EOA"]) EOB["EOB"]))
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3.g | 52 EOB; 197 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? altpair+ EOB[$rp,"EOB"] ) 209 : altpair ( '|' altpair )* -> ^( {blkRoot} altpair+ EOB["EOB"] ) 236 …fSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id atom) EOA["EOA"]) EOB["EOB"])) 240 …Suffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] ^($labelOp id block) EOA["EOA"]) EOB["EOB"])) 244 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] atom EOA["EOA"]) EOB["EOB"]) ) 251 ( ebnfSuffix -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] treeSpec EOA["EOA"]) EOB["EOB"]) ) 370 -> ^(BLOCK[$lp,"BLOCK"] rewrite_tree_alternative EOB[$lp,"EOB"]) 380 -> ^( ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree_atom EOA["EOA"]) EOB["EOB"])) 383 -> ^(ebnfSuffix ^(BLOCK["BLOCK"] ^(ALT["ALT"] rewrite_tree EOA["EOA"]) EOB["EOB"]))
|
D | AssignTokenTypesWalker.g | 134 * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[]) 143 adaptor.addChild( stringAlias, adaptor.create( EOB, "EOB" ) ); 146 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[]) 155 adaptor.addChild( charAlias, adaptor.create( EOB, "EOB" ) ); 158 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[]) 168 adaptor.addChild( stringAlias2, adaptor.create( EOB, "EOB" ) ); 171 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[]) 181 adaptor.addChild( charAlias2, adaptor.create( EOB, "EOB" ) ); 333 EOB
|
D | ANTLRv3Tree.g | 116 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB ) 120 : ^( BLOCK (alternative rewrite)+ EOB ) 200 : ^(BLOCK rewrite_tree_alternative EOB)
|
D | LeftRecursiveRuleWalker.g | 151 EOB 159 EOB 190 …rseNoLabel ^( BLOCK ( ^( ALT op=token EOA {setTokenPrec($op.t, outerAlt);} ) )+ EOB ) recurse EOA )
|
D | ANTLR.g | 88 EOB; 310 * return ^(BLOCK["BLOCK"] {alt} EOB["<end-of-block>"]) 320 adaptor.addChild(alt, adaptor.create(EOB, "<end-of-block>")); 330 * ^(BLOCK["BLOCK"] {GrammarAST.dupTreeNoActions(alt)} EOB["<end-of-block>"]) 336 adaptor.addChild( block, adaptor.create( EOB, "<end-of-block>" ) ); 665 -> ^({blkRoot} $ruleAltList EOB["<end-of-block>"]) 669 /** Build #(BLOCK ( #(ALT ...) EOB )+ ) */ 704 -> ^($block optionsSpec? ruleActions? ACTION? alternative+ EOB[$rp,"<end-of-block>"]) 908 -> ^($ebnfSuffix ^({blkRoot} {alt} EOB[$elemAST.getToken(), "<end-of-block>"])) 945 -> ^(BLOCK[$LPAREN,"BLOCK"] rewrite_alternative EOB[$RPAREN,"<end-of-block>"])
|
D | TreeToNFAConverter.g | 303 EOB 665 EOB 684 EOB 806 EOB 822 EOB
|
D | DefineGrammarItemsWalker.g | 337 EOB 491 : ^( BLOCK ^( ALT WILDCARD EOA ) EOB ) 589 : ^( BLOCK rewrite_alternative EOB )
|
D | ANTLRTreePrinter.g | 318 EOB {if ( forceParens||numAlts>1 ) out(")");}
|
D | CodeGenTreeWalker.g | 594 EOB 860 GrammarAST eob = b.getLastChild(); // loops will use EOB DFA 1283 EOB
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jcphuff-sse2.asm | 436 %define EOB r8d 464 xor EOB, EOB 499 mov EOB, KK 500 add EOB, T1d ; EOB = k + idx; 535 mov EOB, KK 536 add EOB, T1d ; EOB = k + idx; 558 mov EOB, KK 559 add EOB, T1d ; EOB = k + idx; 581 mov EOB, KK 582 add EOB, T1d ; EOB = k + idx; [all …]
|
/external/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 456 %define EOB INT [esp + 5 * 4 + 4] 491 mov EOB, 0 519 mov EOB, T1 ; EOB = k + idx; 558 mov EOB, T1 ; EOB = k + idx; 581 mov EOB, T1 ; EOB = k + idx; 605 mov EOB, T1 ; EOB = k + idx; 626 mov eax, EOB 648 %undef EOB
|
/external/bzip2/ |
D | compress.c | 126 Int32 EOB; in generateMTFValues() local 155 EOB = s->nInUse+1; in generateMTFValues() 157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | decompress.c | 120 Int32 EOB; in BZ2_decompress() local 174 EOB = s->save_EOB; in BZ2_decompress() 352 EOB = s->nInUse+1; in BZ2_decompress() 378 if (nextSym == EOB) break; in BZ2_decompress() 622 s->save_EOB = EOB; in BZ2_decompress()
|
/external/u-boot/lib/bzip2/ |
D | bzlib_compress.c | 166 Int32 EOB; in generateMTFValues() local 195 EOB = s->nInUse+1; in generateMTFValues() 197 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 268 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | bzlib_decompress.c | 163 Int32 EOB; in BZ2_decompress() local 217 EOB = s->save_EOB; in BZ2_decompress() 394 EOB = s->nInUse+1; in BZ2_decompress() 423 if (nextSym == EOB) break; in BZ2_decompress() 649 s->save_EOB = EOB; in BZ2_decompress()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 199 /* Size of input buffer in bytes, not including room for EOB 204 /* Number of characters read into yy_ch_buf, not including EOB 1289 /* Amount of text matched not including the EOB char. */ 1313 * of the first EOB in the buffer, since yy_c_buf_p will 1315 * (since all states make transitions on EOB to the 1438 /* We matched a single character, the EOB, so 1446 /* We matched some text prior to the EOB, first 1491 /* Include room in for 2 EOB chars. */ 1547 /* yy_get_previous_state - get the state just before the EOB char was reached */ 1590 /* +2 for EOB chars. */ [all …]
|
/external/libjpeg-turbo/ |
D | jcphuff.c | 811 EOB = k + koffset; /* EOB = index of last newly-nonzero coef */ \ 821 int EOB = 0; in encode_mcu_AC_refine_prepare() local 853 return EOB; in encode_mcu_AC_refine_prepare()
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | DOTGenerator.java | 189 if ( n!=null && n.getType()!=ANTLRParser.EOB ) { in walkRuleNFACreatingDOT()
|
D | serialize.g | 171 EOB
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | DecisionProbe.java | 518 if ( lastAltAST.getType()!=ANTLRParser.EOB && in stripWildCardAlts()
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/external/zlib/src/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov | 2077 …��?�</A,�Vb�E��_�Z��YA���uy��n�,�yo�j�%��06����4:�9D�=;Ji�S��$�9ȋw�ɩEOB���O<�(���|�U… 2801 …��?�</A,�Vb�E��_�Z��YA���uy��n�,�yo�j�%��06����4:�9D�=;Ji�S��$�9ȋw�ɩEOB���O<�(���|�U…
|
D | 55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov | 2077 …��?�</A,�Vb�E��_�Z��YA���uy��n�,�yo�j�%��06����4:�9D�=;Ji�S��$�9ȋw�ɩEOB���O<�(���|�U… 2801 …��?�</A,�Vb�E��_�Z��YA���uy��n�,�yo�j�%��06����4:�9D�=;Ji�S��$�9ȋw�ɩEOB���O<�(���|�U…
|