Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 – 25 of 37) sorted by relevance

12

/external/bison/tests/
Dactions.at183 [#define RANGE(Location) (Location).begin.line, (Location).end.line],
184 [#define RANGE(Location) (Location).first_line, (Location).last_line])
211 { printf ("Freeing nterm input (%d@%d-%d)\n", $$, RANGE (@$)); }
215 { printf ("Freeing nterm line (%d@%d-%d)\n", $$, RANGE (@$)); }
219 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); }
223 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
227 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
242 printf ("input (%d@%d-%d): /* Nothing */\n", $$, RANGE (@$));
249 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2));
258 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2),
[all …]
Dtestsuite6967 printf ("input (%d@%d-%d): /* Nothing */\n", $$, RANGE (@$));
6974 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2));
6983 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2),
6984 $3, RANGE (@3), $4, RANGE (@4));
6990 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2),
6991 $3, RANGE (@3), $4, RANGE (@4));
6997 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2), $3, RANGE (@3));
7003 $$, RANGE (@$), $1, RANGE (@1), RANGE (@2), $3, RANGE (@3));
7012 $$, RANGE (@$), $1, RANGE (@1));
7034 printf (" (%d@%d-%d)\n", c, RANGE ((yylloc)));
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java324 private static final int RANGE = 128; field in EncodingInfo.EncodingImpl
330 final private boolean m_alreadyKnown[] = new boolean[RANGE];
335 final private boolean m_isInEncoding[] = new boolean[RANGE];
352 m_explLast = codePoint + (RANGE-1); in EncodingImpl()
383 if (0 <= idx && idx < RANGE) { in EncodingImpl()
/external/srec/srec/clib/
Dimeld_tr.c66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255); in linear_transform_frame()
69 fram[ii] = RANGE(vec[ii], 0, 255); in linear_transform_frame()
105 fram[ii]= RANGE (vec[ii], 0, 255); in inverse_transform_frame()
/external/clang/include/clang/AST/
DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator
151 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt()
161 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt()
177 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit()
178 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
/external/srec/srec/include/
Dall_defs.h98 #ifndef RANGE
99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X)) macro
/external/webkit/Source/cmake/
DWebKitFeatures.cmake70 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH})
75 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH})
/external/checkpolicy/
Dpolicy_scan.l127 RANGE |
128 range { return(RANGE); }
Dpolicy_parse.y117 %token RANGE
584 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
/external/chromium/net/http/
Dhttp_atom_list.h48 HTTP_ATOM(RANGE)
/external/guava/guava/src/com/google/common/net/
DHttpHeaders.java102 public static final String RANGE = "Range"; field in HttpHeaders
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g113 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL )
201 | #(RANGE atom atom)
/external/srec/srec/cfront/
Dca_wave.c297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] + in CA_ConditionSamples()
301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] * in CA_ConditionSamples()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DLeftRecursiveRuleWalker.g106 | ^(RANGE CHAR_LITERAL CHAR_LITERAL)
247 | ^(RANGE atom atom)
DANTLRv3.g46 RANGE;
72 RANGE='..';
297 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL elementOptions?
DANTLRTreePrinter.g210 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL )
380 | ^(RANGE atom {out("..");} atom)
DAssignTokenTypesWalker.g264 | ^( RANGE CHAR_LITERAL CHAR_LITERAL )
363 | ^(RANGE atom atom)
DANTLR.g82 RANGE;
803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL
1132 RANGE : '..' ;
DDefineGrammarItemsWalker.g390 | ^(RANGE atom[null] atom[null])
DTreeToNFAConverter.g354 | ^(RANGE a=atom[null] b=atom[null])
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g47 RANGE;
74 RANGE='..';
309 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
/external/openssh/openbsd-compat/
Dglob.c88 #define RANGE '-' macro
502 if (*qpatnext == RANGE &&
/external/srec/srec/crec/
Dget_fram.c383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255); in copy_pattern_frame()
/external/clang/lib/AST/
DStmt.cpp645 SubExprs[RANGE] = Range; in CXXForRangeStmt()
/external/icu4c/data/unidata/
DBidiMirroring.txt281 2A65; 2A64 # Z NOTATION RANGE ANTIRESTRICTION

12