OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmaps
(Results
1 - 7
of
7
) sorted by relevancy
/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
));
508
(u_int)hashp->
BITMAPS
[i], 0, 1))
973
P_16_COPY(srcp->
bitmaps
[i], destp->
bitmaps
[i]);
1004
M_16_SWAP(hdrp->
bitmaps
[i]);
/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:__anon3612
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 51 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026