Home
last modified time | relevance | path

Searched defs:primes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libcrypto/bn/
H A Dbn_small_primes.c8 const uint16_t primes[NUMPRIMES] = { variable
/openbsd-src/games/primes/
H A Dprimes.c177 primes(ubig start, ubig stop) in primes() function
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dio.c626 static int const primes[] = variable
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_test.c1579 unsigned primes[8] = { 2, 3, 5, 7, 11, 13, 17, 19 }; test_sqrt() local