| /src/external/mit/xorg/bin/bitmap/ |
| Makefile | 13 FILESDIR=${X11INCDIR}/X11/bitmaps 19 .PATH: ${X11SRCDIR.bitmap} ${X11SRCDIR.bitmap}/bitmaps
|
| /src/external/mit/xorg/lib/fontconfig/etc/conf.avail/ |
| Makefile | 45 70-no-bitmaps.conf \ 46 70-yes-bitmaps.conf \
|
| /src/external/mit/xorg/bin/x11perf/ |
| Makefile | 6 SRCS= x11perf.c bitmaps.c do_tests.c do_simple.c do_rects.c do_valgc.c \
|
| /src/external/mit/xorg/include/xbitmaps/ |
| Makefile | 7 INCSDIR=${X11INCDIR}/X11/bitmaps
|
| /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 | 178 /* Read in bitmaps */ 295 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]);
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ |
| ans.py | 200 def build_crafted_nsec3(private_key, key_tag, owner_name, original_next_hash, bitmaps): 215 nsec3_wire += 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...] |