mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
603884a156
git-svn-id: file:///svn/tokudb@2153 c7de825b-a66e-492c-adef-691d508d4ae1
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);
|