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

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c95 #define CUR (*exc) /* see ttobjs.h */ macro
106 #define CUR cur macro
136 ( ((TT_Driver)FT_FACE_DRIVER( CUR.face ))->interpreter_version == \
167 CUR.func_move( EXEC_ARG_ z, p, d )
170 CUR.func_move_orig( EXEC_ARG_ z, p, d )
173 CUR.func_round( EXEC_ARG_ d, c )
176 CUR.func_read_cvt( EXEC_ARG_ index )
179 CUR.func_write_cvt( EXEC_ARG_ index, val )
182 CUR.func_move_cvt( EXEC_ARG_ index, val )
210 CUR
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c95 #define CUR (*exc) /* see ttobjs.h */ macro
106 #define CUR cur macro
136 ( ((TT_Driver)FT_FACE_DRIVER( CUR.face ))->interpreter_version == \
167 CUR.func_move( EXEC_ARG_ z, p, d )
170 CUR.func_move_orig( EXEC_ARG_ z, p, d )
173 CUR.func_round( EXEC_ARG_ d, c )
176 CUR.func_read_cvt( EXEC_ARG_ index )
179 CUR.func_write_cvt( EXEC_ARG_ index, val )
182 CUR.func_move_cvt( EXEC_ARG_ index, val )
210 CUR
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c95 #define CUR (*exc) /* see ttobjs.h */ macro
106 #define CUR cur macro
136 ( ((TT_Driver)FT_FACE_DRIVER( CUR.face ))->interpreter_version == \
167 CUR.func_move( EXEC_ARG_ z, p, d )
170 CUR.func_move_orig( EXEC_ARG_ z, p, d )
173 CUR.func_round( EXEC_ARG_ d, c )
176 CUR.func_read_cvt( EXEC_ARG_ index )
179 CUR.func_write_cvt( EXEC_ARG_ index, val )
182 CUR.func_move_cvt( EXEC_ARG_ index, val )
210 CUR
[all...]
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c272 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
277 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
279 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
318 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
319 #define CUR ((int) (*ctxt->input->cur)) macro
2211 if (CUR == 0) return(1);
2212 if (CUR != '<') return(0);
2354 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2355 (CUR !
[all...]
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 Dxmlregexp.c51 #define CUR (*(ctxt->cur)) macro
4614 cur = CUR;
4617 cur = CUR;
4638 cur = CUR;
4657 cur = CUR;
4676 cur = CUR;
4711 cur = CUR;
4730 cur = CUR;
4753 cur = CUR;
4777 cur = CUR;
7839 #undef CUR macro
7840 #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
9796 if (ret && CUR == ':') {
10057 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10066 while ((CUR >= '0') && (CUR <= '9')) {
10068 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 } else if (CUR == '(') {
1012 } else if (CUR == '^') {
1017 *cur++ = CUR;
1022 if ((level != 0) && (CUR
[all...]
H A Dparser.c1784 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1788 * RAW same as CUR but in the input buffer, bypass any token
1790 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1810 #define CUR (*ctxt->input->cur) macro
1920 * It's Okay to use CUR/NEXT here since all the blanks are on
1945 cur = CUR;
1948 cur = CUR;
1954 cur = CUR;
1990 return(CUR);
2044 * Using RAW/CUR/NEX
[all...]
/external/libxml2/
H A DHTMLparser.c275 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
280 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
282 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
321 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */
322 #define CUR ((int) (*ctxt->input->cur)) macro
2251 if (CUR == 0) return(1);
2252 if (CUR != '<') return(0);
2394 if (!IS_ASCII_LETTER(CUR) && (CUR != '_') &&
2395 (CUR !
[all...]
H A Dpattern.c716 #define CUR (*ctxt->cur) macro
723 while (IS_BLANK_CH(CUR)) NEXT
760 if (CUR == '"') {
779 } else if (CUR == '\'') {
905 if (CUR == ':') {
929 if (CUR == '*') {
939 if (CUR == ':') {
945 if (IS_BLANK_CH(CUR)) {
978 if (CUR == '*') {
1020 if (CUR
[all...]
H A Dxmlregexp.c54 #define CUR (*(ctxt->cur)) macro
4624 cur = CUR;
4627 cur = CUR;
4648 cur = CUR;
4667 cur = CUR;
4686 cur = CUR;
4721 cur = CUR;
4740 cur = CUR;
4763 cur = CUR;
4787 cur = CUR;
7853 #undef CUR macro
7854 #define CUR macro
[all...]
H A Dxpath.c2741 * CUR returns the current xmlChar value, i.e. a 8 bit value
2746 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2757 #define CUR (*ctxt->cur) macro
9923 if (ret && CUR == ':') {
10193 if ((CUR != '.') && ((CUR < '0') || (CUR > '9'))) {
10202 while ((CUR >= '0') && (CUR <= '9')) {
10204 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 } else if (CUR == '(') {
1012 } else if (CUR == '^') {
1017 *cur++ = CUR;
1022 if ((level != 0) && (CUR
[all...]
H A Dparser.c1954 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
1958 * RAW same as CUR but in the input buffer, bypass any token
1960 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
1980 #define CUR (*ctxt->input->cur) macro
2097 * It's Okay to use CUR/NEXT here since all the blanks are on
2122 cur = CUR;
2125 cur = CUR;
2131 cur = CUR;
2167 return(CUR);
2221 * Using RAW/CUR/NEX
[all...]
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp970 #define CUR -11059 // -0.16874
984 #define CUR -43 // -0.16874 macro
1001 int u = ( CUR*r + CUG*g + CUB*b ) >> CSHIFT;
1015 int u = ( CUR*r + CUG*g + CUB*b ) >> (CSHIFT - 4);
1029 int u = ( 2*CUR*r + CUG*g + 2*CUB*b ) >> (CSHIFT - 2);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp988 #define CUR -11059 // -0.16874
1002 #define CUR -43 // -0.16874 macro
1019 int u = ( CUR*r + CUG*g + CUB*b ) >> CSHIFT;
1033 int u = ( CUR*r + CUG*g + CUB*b ) >> (CSHIFT - 4);
1047 int u = ( 2*CUR*r + CUG*g + 2*CUB*b ) >> (CSHIFT - 2);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-trace.c56 P_WHENCE(CUR);

Completed in 1533 milliseconds