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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_log2.c45 * PUBLIC: u_int32_t __db_log2 __P((u_int32_t));
48 __db_log2(num) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h105 ((bucket) + (spares)[__db_log2((bucket) + 1)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcommon_ext.h48 u_int32_t __db_log2 __P((u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c89 max_entry = __db_log2(maxb + 1); /* highest spares entry in use */
H A Dhash_rec.c660 (u_int32_t)(1 << __db_log2(argp->bucket + 1)) == argp->bucket + 1;
756 hcp->hdr->spares[__db_log2(argp->bucket + 1) + 1] == PGNO_INVALID) {
758 hcp->hdr->spares[__db_log2(argp->bucket + 1) + 1] =
764 __db_log2(argp->bucket + 1) + 1] = PGNO_INVALID;
1241 (u_int32_t)(1 << __db_log2(argp->bucket + 1)) == argp->bucket + 1;
1322 hcp->hdr->spares[__db_log2(argp->bucket + 1) + 1] == PGNO_INVALID) {
1324 hcp->hdr->spares[__db_log2(argp->bucket + 1) + 1] =
H A Dhash_stat.c420 spares_entry = __db_log2(bucket + 1);
H A Dhash_verify.c109 pwr = (m->max_bucket == 0) ? 1 : 1 << __db_log2(m->max_bucket + 1);
453 for (bucket = m->max_bucket + 1; spares_entry = __db_log2(bucket + 1),
H A Dhash_open.c261 l2 = __db_log2(hashp->h_nelem > 2 ? hashp->h_nelem : 2);
H A Dhash.c1168 logn = __db_log2(new_bucket);

Completed in 119 milliseconds