Home
last modified time | relevance | path

Searched refs:temp3 (Results 1 – 11 of 11) sorted by relevance

/external/libgsm/src/
Drpe.c361 word temp, temp1, temp2, temp3; variable
368 temp3 = gsm_asl( 1, gsm_sub( temp2, 1 ));
380 temp = GSM_ADD( temp, temp3 );
/external/quake/quake/src/QW/client/
Dr_bsp.c81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; in R_RotateBmodel() local
121 R_ConcatRotations (temp2, temp1, temp3); in R_RotateBmodel()
139 R_ConcatRotations (temp1, temp3, entity_rotation); in R_RotateBmodel()
/external/quake/quake/src/WinQuake/
Dr_bsp.cpp81 float angle, s, c, temp1[3][3], temp2[3][3], temp3[3][3]; in R_RotateBmodel() local
121 R_ConcatRotations (temp2, temp1, temp3); in R_RotateBmodel()
139 R_ConcatRotations (temp1, temp3, entity_rotation); in R_RotateBmodel()
/external/chromium/third_party/icu/source/test/cintltst/
Dcloctst.c2818 char temp2[40], temp3[40]; in TestGetLocaleForLCID() local
2870 length = uloc_getLanguage(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2875 …else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(r… in TestGetLocaleForLCID()
2879 length = uloc_getScript(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2884 else if (uprv_strcmp(temp3, rawData2[SCRIPT][i])) { in TestGetLocaleForLCID()
2888 length = uloc_getCountry(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2893 else if (uprv_strlen(rawData2[CTRY][i]) && uprv_strcmp(temp3, rawData2[CTRY][i])) { in TestGetLocaleForLCID()
/external/icu4c/test/cintltst/
Dcloctst.c2842 char temp2[40], temp3[40]; in TestGetLocaleForLCID() local
2894 length = uloc_getLanguage(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2899 …else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(r… in TestGetLocaleForLCID()
2903 length = uloc_getScript(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2908 else if (uprv_strcmp(temp3, rawData2[SCRIPT][i])) { in TestGetLocaleForLCID()
2912 length = uloc_getCountry(temp2, temp3, sizeof(temp3)/sizeof(char), &status); in TestGetLocaleForLCID()
2917 else if (uprv_strlen(rawData2[CTRY][i]) && uprv_strcmp(temp3, rawData2[CTRY][i])) { in TestGetLocaleForLCID()
/external/chromium/third_party/icu/source/test/intltest/
Drbbiapts.cpp200 UnicodeString temp3=bi3->getRules(); in TestgetRules() local
201 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0) in TestgetRules()
Dcalregts.cpp1966 UnicodeString temp, temp2, temp3; in TestJ81() local
2165 fmt.format(expected, temp3.remove()) + in TestJ81()
/external/icu4c/test/intltest/
Drbbiapts.cpp195 UnicodeString temp3=bi3->getRules(); in TestgetRules() local
196 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0) in TestgetRules()
Dcalregts.cpp1995 UnicodeString temp, temp2, temp3; in TestJ81() local
2194 fmt.format(expected, temp3.remove()) + in TestJ81()
/external/sqlite/dist/
Dsqlite3.c93492 Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0);
93493 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
Dsqlite3.c.orig93481 Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0);
93482 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);