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

  /src/lib/libc/db/hash/
hash.h 90 uint16_t bitmaps[NCACHED]; /* address of overflow page member in struct:hashhdr
91 * bitmaps */
115 int nmaps; /* Initial number of bitmaps */
296 #define BITMAPS hdr.bitmaps
hash.c 177 /* Read in bitmaps */
294 memset(hashp->BITMAPS, 0, sizeof (hashp->BITMAPS));
507 (u_int)hashp->BITMAPS[i], 0, 1))
972 P_16_COPY(srcp->bitmaps[i], destp->bitmaps[i]);
1003 M_16_SWAP(hdrp->bitmaps[i]);

Completed in 100 milliseconds