HomeSort by: relevance | last modified time | path
    Searched defs:temp_p (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
prime_gen.c 254 bi_ptr temp_p; local
262 temp_p = bi_new_ptr();
303 // temp_p := ( 2 ^ p_dash ) mod p
304 bi_mod_exp(temp_p, bi_2, p_dash, p);
305 if (!bi_equals_si(temp_p, 1) && !bi_equals(temp_p, p_minus_1) ) {
321 bi_free(temp_p);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 174 int temp_p = 0; local
237 temp_p = 1;
374 temp_p, type_wanted, local
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 173 int temp_p = 0; local
236 temp_p = 1;
373 temp_p, type_wanted, local

Completed in 26 milliseconds