Searched refs:cur2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1290 const char *cur, *cur2; local in function:parse_declaration
1324 cur2 = cur;
1325 cur2++;
1326 eat_opt_white( &cur2 );
1327 if (str_match_nocase_whole( &cur2, "ARRAY" )) {
1329 if (*cur2 != '(') {
1333 cur2++;
1334 eat_opt_white( &cur2 );
1335 if (!parse_int( &cur2, &arrayid )) {
1339 eat_opt_white( &cur2 );
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1290 const char *cur, *cur2; local in function:parse_declaration
1324 cur2 = cur;
1325 cur2++;
1326 eat_opt_white( &cur2 );
1327 if (str_match_nocase_whole( &cur2, "ARRAY" )) {
1329 if (*cur2 != '(') {
1333 cur2++;
1334 eat_opt_white( &cur2 );
1335 if (!parse_int( &cur2, &arrayid )) {
1339 eat_opt_white( &cur2 );
[all...]
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42parse.c1175 FT_Byte* cur2; local in function:t42_parse_dict
1181 cur = cur2 = parser->root.cursor;
1208 cur2 = parser->root.cursor;
1210 parser->root.cursor = cur2;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c6887 FT_F26Dot6 orus1, orus2, org1, org2, cur1, cur2, delta1, delta2; local in function:_iup_worker_interpolate
6918 cur2 = worker->curs[ref2].x;
6920 delta2 = SUB_LONG( cur2, org2 );
6922 if ( cur1 == cur2 || orus1 == orus2 )
6966 scale = FT_DivFix( SUB_LONG( cur2, cur1 ),

Completed in 14 milliseconds