Searched refs:tmptmp (Results 1 – 5 of 5) sorted by relevance
/external/capstone/suite/cstest/src/ |
D | capstone_test.c | 280 char *tmptmp; in test_single_issue() local 341 memset(tmptmp, MAXMEM, 0); in test_single_issue() 343 tmptmp = (char *)malloc(sizeof(char)); in test_single_issue() 344 tmptmp[0] = '\0'; in test_single_issue() 345 add_str(&tmptmp, "%s", list_part_issue_result[i]); in test_single_issue() 346 add_str(&tmptmp, " ;"); in test_single_issue() 348 if ((strstr(cs_result, tmptmp)) == NULL) { in test_single_issue() 356 free(tmptmp); in test_single_issue()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_montgomery.c | 369 EC_FELEM delta, gamma, beta, ftmp, ftmp2, tmptmp, alpha, fourbeta; in ec_GFp_mont_dbl() local 381 ec_felem_add(group, &tmptmp, &ftmp2, &ftmp2); in ec_GFp_mont_dbl() 382 ec_felem_add(group, &ftmp2, &ftmp2, &tmptmp); in ec_GFp_mont_dbl() 389 ec_felem_add(group, &tmptmp, &fourbeta, &fourbeta); in ec_GFp_mont_dbl() 390 ec_felem_sub(group, &r->X, &r->X, &tmptmp); in ec_GFp_mont_dbl()
|
D | p256.c | 197 fiat_p256_felem delta, gamma, beta, ftmp, ftmp2, tmptmp, alpha, fourbeta; in fiat_p256_point_double() local 209 fiat_p256_add(tmptmp, ftmp2, ftmp2); in fiat_p256_point_double() 210 fiat_p256_add(ftmp2, ftmp2, tmptmp); in fiat_p256_point_double() 217 fiat_p256_add(tmptmp, fourbeta, fourbeta); in fiat_p256_point_double() 218 fiat_p256_sub(x_out, x_out, tmptmp); in fiat_p256_point_double()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_montgomery.c | 369 EC_FELEM delta, gamma, beta, ftmp, ftmp2, tmptmp, alpha, fourbeta; in ec_GFp_mont_dbl() local 381 ec_felem_add(group, &tmptmp, &ftmp2, &ftmp2); in ec_GFp_mont_dbl() 382 ec_felem_add(group, &ftmp2, &ftmp2, &tmptmp); in ec_GFp_mont_dbl() 389 ec_felem_add(group, &tmptmp, &fourbeta, &fourbeta); in ec_GFp_mont_dbl() 390 ec_felem_sub(group, &r->X, &r->X, &tmptmp); in ec_GFp_mont_dbl()
|
D | p256.c | 197 fiat_p256_felem delta, gamma, beta, ftmp, ftmp2, tmptmp, alpha, fourbeta; in fiat_p256_point_double() local 209 fiat_p256_add(tmptmp, ftmp2, ftmp2); in fiat_p256_point_double() 210 fiat_p256_add(ftmp2, ftmp2, tmptmp); in fiat_p256_point_double() 217 fiat_p256_add(tmptmp, fourbeta, fourbeta); in fiat_p256_point_double() 218 fiat_p256_sub(x_out, x_out, tmptmp); in fiat_p256_point_double()
|