Searched refs:CUR (Results 1 - 10 of 10) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c99 #define CUR (*exc) /* see ttobjs.h */ macro
110 #define CUR cur macro
166 CUR.func_move( EXEC_ARG_ z, p, d )
169 CUR.func_move_orig( EXEC_ARG_ z, p, d )
172 CUR.func_round( EXEC_ARG_ d, c )
175 CUR.func_read_cvt( EXEC_ARG_ index )
178 CUR.func_write_cvt( EXEC_ARG_ index, val )
181 CUR.func_move_cvt( EXEC_ARG_ index, val )
209 CUR.func_project( EXEC_ARG_ (v1)->x - (v2)->x, (v1)->y - (v2)->y )
212 CUR
[all...]
/external/libxml2/
H A Dpattern.c712 #define CUR (*ctxt->cur) macro
719 while (IS_BLANK_CH(CUR)) NEXT
756 if (CUR == '"') {
775 } else if (CUR == '\'') {
901 if (CUR == ':') {
925 if (CUR == '*') {
935 if (CUR == ':') {
941 if (IS_BLANK_CH(CUR)) {
974 if (CUR == '*') {
1016 if (CUR
[all...]
H A DHTMLparser.c215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
220 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
222 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
262 #define CUR ((int) (*ctxt->input->cur)) macro
2060 if (CUR == 0) return(1);
2061 if (CUR != '<') return(0);
2203 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2204 (CUR !
[all...]
H A Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4575 cur = CUR;
4578 cur = CUR;
4599 cur = CUR;
4618 cur = CUR;
4637 cur = CUR;
4672 cur = CUR;
4691 cur = CUR;
4714 cur = CUR;
4738 cur = CUR;
7770 #undef CUR macro
7771 #define CUR macro
[all...]
H A Dxpath.c2607 * CUR returns the current xmlChar value, i.e. a 8 bit value
2612 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2623 #define CUR (*ctxt->cur) macro
9781 if (ret && CUR == ':') {
10042 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10051 while ((CUR >= '0') && (CUR <= '9')) {
10053 tmp = (CUR
[all...]
H A Dxpointer.c885 * CUR returns the current xmlChar value, i.e. a 8 bit value
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
901 #define CUR (*ctxt->cur) macro
989 if (CUR != '(')
1003 while (CUR != 0) {
1004 if (CUR == ')') {
1010 *cur++ = CUR;
1011 } else if (CUR == '(') {
1013 *cur++ = CUR;
1014 } else if (CUR
[all...]
H A Dparser.c1767 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1771 * RAW same as CUR but in the input buffer, bypass any token
1773 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1793 #define CUR (*ctxt->input->cur) macro
1903 * It's Okay to use CUR/NEXT here since all the blanks are on
1928 cur = CUR;
1931 cur = CUR;
1937 cur = CUR;
1973 return(CUR);
2025 * Using RAW/CUR/NEX
[all...]
/external/libxslt/libxslt/
H A Dpattern.c1225 #define CUR (*ctxt->cur) macro
1231 while (IS_BLANK_CH(CUR)) NEXT
1270 if (CUR == '"') {
1286 } else if (CUR == '\'') {
1368 if (CUR != '(') {
1387 if (CUR != ')') {
1408 if (CUR != ',') {
1420 if (CUR != ')') {
1432 if (CUR != ')') {
1437 if (CUR !
[all...]
H A Dxslt.c6748 #define CUR (*cur) macro
6752 while (IS_BLANK(CUR)) NEXT
6778 while (CUR != 0) {
6780 if ((CUR == 't') && (NXT(1) == 'y') && (NXT(2) == 'p') &&
6784 if (CUR != '=')
6787 if ((CUR != '\'') && (CUR != '"'))
6789 tmp = CUR;
6792 while ((CUR != 0) && (CUR !
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp716 #define CUR -11059 // -0.16874
730 #define CUR -43 // -0.16874 macro
747 int u = ( CUR*r + CUG*g + CUB*b ) >> CSHIFT;
761 int u = ( CUR*r + CUG*g + CUB*b ) >> (CSHIFT - 4);
775 int u = ( 2*CUR*r + CUG*g + 2*CUB*b ) >> (CSHIFT - 2);

Completed in 283 milliseconds