Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c502 #define STRIDE_FACTOR (STRIDE*STRIPE) macro
513 #if STRIDE_FACTOR > 1 in entry_prealloc()
515 num += STRIDE_FACTOR-1; in entry_prealloc()
516 num /= STRIDE_FACTOR; in entry_prealloc()
517 num *= STRIDE_FACTOR; in entry_prealloc()