Searched refs:RANGE (Results 1 - 12 of 12) 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.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon2567
130 // SubExprs[RANGE] is an expression or declstmt.
150 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
158 return cast<DeclStmt>(SubExprs[RANGE]);
174 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
175 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/external/chromium/net/http/
H A Dhttp_atom_list.h48 HTTP_ATOM(RANGE)
/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/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/collada/include/1.4/dom/
H A DdomFx_surface_format_hint_common.h103 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::RANGE; }
H A DdomTypes.h728 RANGE = 10, member in namespace:COLLADA_TYPE
/external/srec/srec/crec/
H A Dget_fram.c383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);
/external/clang/lib/AST/
H A DStmt.cpp581 SubExprs[RANGE] = Range;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 304 milliseconds