HomeSort by: relevance | last modified time | path
    Searched refs:IS_BUCKET (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash_buf.c 199 bp->addr, (int)IS_BUCKET(bp->flags), 0))
209 if (IS_BUCKET(bp->flags)) {
232 if (IS_BUCKET(xbp->flags) ||
309 if (bp->addr || IS_BUCKET(bp->flags)) {
312 bp->addr, IS_BUCKET(bp->flags), 0))
hash.h 62 #define IS_BUCKET(X) ((X) & BUF_BUCKET)

Completed in 12 milliseconds