/external/valgrind/main/auxprogs/ |
primes.c | 5 int isprime ( int n ) function 18 if (isprime(i)) { printf ( "%d ", i ); fflush(stdout); }
|
/external/chromium_org/third_party/smhasher/src/ |
Types.cpp | 37 bool isprime ( uint32_t x ) function 128 if(!isprime(b))
|
/external/dropbear/libtommath/etc/ |
mersenne.c | 91 isprime (long k) function 135 while (isprime (k) == 0) {
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 335 int (*isprime)(void *a, int *b); member in struct:__anon17392 494 #define mp_prime_is_prime(a, b, c) ltc_mp.isprime(a, c)
|
/external/dropbear/libtomcrypt/src/math/ |
gmp_desc.c | 382 static int isprime(void *a, int *b) function 440 &isprime,
|
ltm_desc.c | 385 static int isprime(void *a, int *b) function 446 &isprime,
|
tfm_desc.c | 398 static int isprime(void *a, int *b) function 734 &isprime,
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.c | 462 static int isprime(unsigned long number) function 488 while(!isprime(nel)) [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |