/external/libgsm/src/ |
D | rpe.c | 361 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/ |
D | r_bsp.c | 81 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/ |
D | r_bsp.cpp | 81 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/ |
D | cloctst.c | 2818 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/ |
D | cloctst.c | 2842 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/ |
D | rbbiapts.cpp | 200 UnicodeString temp3=bi3->getRules(); in TestgetRules() local 201 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0) in TestgetRules()
|
D | calregts.cpp | 1966 UnicodeString temp, temp2, temp3; in TestJ81() local 2165 fmt.format(expected, temp3.remove()) + in TestJ81()
|
/external/icu4c/test/intltest/ |
D | rbbiapts.cpp | 195 UnicodeString temp3=bi3->getRules(); in TestgetRules() local 196 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0) in TestgetRules()
|
D | calregts.cpp | 1995 UnicodeString temp, temp2, temp3; in TestJ81() local 2194 fmt.format(expected, temp3.remove()) + in TestJ81()
|
/external/sqlite/dist/ |
D | sqlite3.c | 93492 Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0); 93493 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
|
D | sqlite3.c.orig | 93481 Expr *temp3 = sqlite3PExpr(pParse, TK_ID, 0, 0, &yymsp[0].minor.yy0); 93482 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
|