Searched refs:DB_SIZE_Q_COUNT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c58 #define DB_SIZE_Q_COUNT 11 macro
59 SIZEQ_HEAD sizeq[DB_SIZE_Q_COUNT]; /* Sorted by size */
61 u_int32_t pow2_size[DB_SIZE_Q_COUNT];
100 for (i = 0; i < DB_SIZE_Q_COUNT; ++i) { \
137 for (i = 0; i < DB_SIZE_Q_COUNT; ++i)
150 &head->sizeq[DB_SIZE_Q_COUNT - 1], elp, sizeq, __alloc_element);
290 if (elp != NULL || ++i >= DB_SIZE_Q_COUNT)
491 for (i = 0; i < DB_SIZE_Q_COUNT; ++i)
507 for (i = 0; i < DB_SIZE_Q_COUNT; ++i) {

Completed in 105 milliseconds