HomeSort by: relevance | last modified time | path
    Searched defs: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
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 12990 uint64_t * bitmaps; // Array of 64-bit bitmaps for keeping track of needed responses. member in struct:__anon5923
12991 size_t bitmapCount; // Number of 64-bit bitmaps.
13191 context->bitmaps = (uint64_t *) calloc( context->bitmapCount, sizeof( *context->bitmaps ) );
13192 require_action( context->bitmaps, exit, err = kNoMemoryErr );
13375 memset( context->bitmaps, 0, context->bitmapCount * sizeof_element( context->bitmaps ) );
13395 context->bitmaps[ ( index - 1 ) / 64 ] |= ( UINT64_C( 1 ) << ( ( index - 1 ) % 64 ) );
13406 context->bitmaps[ j ] |= ( ( UINT64_C( 1 ) << count ) - 1 )
    [all...]

Completed in 32 milliseconds