Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Drand.c106 state->size = MIN_RANDBUF_SIZE * AVG_ITR_RNDBTS; in init_random()
108 state->size = MAX_RANDBUF_SIZE * AVG_ITR_RNDBTS; in init_random()
110 state->size = iter * AVG_ITR_RNDBTS; in init_random()
Drand.h31 #define AVG_ITR_RNDBTS 2 macro