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

/external/srec/srec/include/
H A Dall_defs.h98 #ifndef RANGE
99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X)) macro
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java324 private static final int RANGE = 128; field in class: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);
383 if (0 <= idx && idx < RANGE) {
/external/srec/srec/clib/
H A Dimeld_tr.c66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
105 fram[ii]= RANGE (vec[ii], 0, 255);
/external/clang/include/clang/AST/
H A DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon3306
131 // SubExprs[RANGE] is an expression or declstmt.
151 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
161 return cast<DeclStmt>(SubExprs[RANGE]);
177 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
178 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/external/chromium/net/http/
H A Dhttp_atom_list.h48 HTTP_ATOM(RANGE)
/external/checkpolicy/
H A Dpolicy_scan.l127 RANGE |
128 range { return(RANGE); }
H A Dpolicy_parse.y117 %token RANGE
584 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java102 public static final String RANGE = "Range"; field in class:HttpHeaders
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g106 | ^(RANGE CHAR_LITERAL CHAR_LITERAL)
247 | ^(RANGE atom atom)
H A DAssignTokenTypesWalker.g264 | ^( RANGE CHAR_LITERAL CHAR_LITERAL )
363 | ^(RANGE atom atom)
H A DANTLRv3.g46 RANGE;
72 RANGE='..';
297 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL elementOptions?
H A DANTLR.g82 RANGE;
803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL
1132 RANGE : '..' ;
H A DANTLRTreePrinter.g210 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL )
380 | ^(RANGE atom {out("..");} atom)
H A DDefineGrammarItemsWalker.g390 | ^(RANGE atom[null] atom[null])
H A DTreeToNFAConverter.g354 | ^(RANGE a=atom[null] b=atom[null])
/external/srec/srec/cfront/
H A Dca_wave.c297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] +
301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] *
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g47 RANGE;
74 RANGE='..';
309 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
/external/bison/tests/
H A Dtestsuite6910 #define RANGE(Location) (Location).first_line, (Location).last_line
6936 { printf ("Freeing nterm input (%d@%d-%d)\n", $$, RANGE (@$)); }
6940 { printf ("Freeing nterm line (%d@%d-%d)\n", $$, RANGE (@$)); }
6944 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); }
6948 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
6952 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
6967 printf ("input (%d@%d-%d): /* Nothing */\n", $$, RANGE (@$));
6974 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (
[all...]
/external/srec/srec/crec/
H A Dget_fram.c383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);
/external/openssh/openbsd-compat/
H A Dglob.c88 #define RANGE '-' macro
502 if (*qpatnext == RANGE &&
/external/clang/lib/AST/
H A DStmt.cpp815 SubExprs[RANGE] = Range;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 307 milliseconds