Searched refs:ExpIncr (Results 1 – 1 of 1) sorted by relevance
1383 #define ExpIncr 32768 /* Test expansion block size */ macro1590 x = 4.0 * ExpIncr; in bget_main_test()1592 x = exp(log(4.0 * ExpIncr) / (ExpIncr - 1.0)); in bget_main_test()1596 bectl(bcompact, bexpand, bshrink, (bufsize) ExpIncr, &mypoolset); in bget_main_test()1597 bp = mymalloc(ExpIncr); in bget_main_test()1599 bpool((void *) bp, (bufsize) ExpIncr); in bget_main_test()1617 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()1619 bufsize bs = (myrand() & (ExpIncr * 4 - 1)) / (1 << (myrand() & 0x7)); in bget_main_test()1640 assert(bs <= (((bufsize) 4) * ExpIncr)); in bget_main_test()1710 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()[all …]
Completed in 4 milliseconds