mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
6 lines
225 B
C
6 lines
225 B
C
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
|
|
|
/* Return the smallest prime >= 2^(idx+1)
|
|
* Only works for idx<30 */
|
|
int toku_get_prime (unsigned int idx) __attribute__((const));
|
|
void toku_test_primes(void);
|