Home
last modified time | relevance | path

Searched refs:ExpIncr (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c1386 #define ExpIncr 32768 /* Test expansion block size */ macro
1593 x = 4.0 * ExpIncr; in bget_main_test()
1595 x = exp(log(4.0 * ExpIncr) / (ExpIncr - 1.0)); in bget_main_test()
1599 bectl(bcompact, bexpand, bshrink, (bufsize) ExpIncr, &mypoolset); in bget_main_test()
1600 bp = mymalloc(ExpIncr); in bget_main_test()
1602 bpool((void *) bp, (bufsize) ExpIncr); in bget_main_test()
1620 bufsize bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
1622 bufsize bs = (myrand() & (ExpIncr * 4 - 1)) / (1 << (myrand() & 0x7)); in bget_main_test()
1643 assert(bs <= (((bufsize) 4) * ExpIncr)); in bget_main_test()
1713 bs = pow(x, (double) (myrand() & (ExpIncr - 1))); in bget_main_test()
[all …]

Completed in 5 milliseconds