| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| arena_structs_a.h | 4 #include "jemalloc/internal/bitmap.h" 7 /* Per region allocated/deallocated bitmap. */ 8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:arena_slab_data_s
|
| slab_data.h | 5 #include "jemalloc/internal/bitmap.h" 9 /* Per region allocated/deallocated bitmap. */ 10 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:slab_data_s
|
| eset.h | 40 /* Bitmap for which set bits correspond to non-empty heaps. */ 41 fb_group_t bitmap[FB_NGROUPS(SC_NPSIZES + 1)]; member in struct:eset_s
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| arena_structs_a.h | 4 #include "jemalloc/internal/bitmap.h" 7 /* Per region allocated/deallocated bitmap. */ 8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:arena_slab_data_s
|
| slab_data.h | 4 #include "jemalloc/internal/bitmap.h" 8 /* Per region allocated/deallocated bitmap. */ 9 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:slab_data_s
|
| eset.h | 39 /* Bitmap for which set bits correspond to non-empty heaps. */ 40 fb_group_t bitmap[FB_NGROUPS(SC_NPSIZES + 1)]; member in struct:eset_s
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| arena_structs_a.h | 4 #include "jemalloc/internal/bitmap.h" 7 /* Per region allocated/deallocated bitmap. */ 8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:arena_slab_data_s
|
| slab_data.h | 4 #include "jemalloc/internal/bitmap.h" 8 /* Per region allocated/deallocated bitmap. */ 9 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:slab_data_s
|
| eset.h | 39 /* Bitmap for which set bits correspond to non-empty heaps. */ 40 fb_group_t bitmap[FB_NGROUPS(SC_NPSIZES + 1)]; member in struct:eset_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| slab_data.h | 5 #include "jemalloc/internal/bitmap.h" 9 /* Per region allocated/deallocated bitmap. */ 10 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member in struct:slab_data_s
|
| eset.h | 40 /* Bitmap for which set bits correspond to non-empty heaps. */ 41 fb_group_t bitmap[FB_NGROUPS(SC_NPSIZES + 1)]; member in struct:eset_s
|
| /src/external/bsd/wpa/dist/src/ap/ |
| p2p_hostapd.c | 96 u8 bitmap; local 105 bitmap = P2P_MAN_DEVICE_MANAGEMENT; 107 bitmap |= P2P_MAN_CROSS_CONNECTION_PERMITTED; 108 bitmap |= P2P_MAN_COEXISTENCE_OPTIONAL; 109 *eid++ = bitmap;
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| nsec.h | 27 nsec_t *bitmap = (void *)rdata->octets; local 46 memset(bitmap[window], 0, sizeof(bitmap[window])); 50 bitmap[window][2 + block] |= (1 << (7 - bit % 8)); 58 memmove(rdata->octets, &bitmap[window], 2 + blocks);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| bitmap.c | 54 "Bitmap size is smaller than expected"); 55 expect_zu_ge(size, prev_size, "Bitmap size is smaller than expected"); 82 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local 83 expect_ptr_not_null(bitmap, "Unexpected malloc() failure"); 85 bitmap_init(bitmap, binfo, false); 87 expect_false(bitmap_get(bitmap, binfo, i), 91 bitmap_init(bitmap, binfo, true); 93 expect_true(bitmap_get(bitmap, binfo, i), "Bit should be set"); 96 free(bitmap); 119 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)) local 150 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local 187 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| bitmap.c | 58 size, (nbits >> 3), "Bitmap size is smaller than expected"); 59 expect_zu_ge(size, prev_size, "Bitmap size is smaller than expected"); 86 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local 87 expect_ptr_not_null(bitmap, "Unexpected malloc() failure"); 89 bitmap_init(bitmap, binfo, false); 92 bitmap_get(bitmap, binfo, i), "Bit should be unset"); 95 bitmap_init(bitmap, binfo, true); 97 expect_true(bitmap_get(bitmap, binfo, i), "Bit should be set"); 100 free(bitmap); 124 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)) local 156 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local 194 bitmap_t *bitmap = (bitmap_t *)malloc(bitmap_size(binfo)); local [all...] |
| /src/sys/arch/ews4800mips/stand/common/ |
| cons_fb.c | 179 uint16_t bitmap; local 188 bitmap = *font_addr++; 189 for (j = 0; j < 12; j++, bitmap <<= 1) 190 fb_addr[j] = bitmap & 0x8000 ? CONS_FG : CONS_BG;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_syncmap.c | 51 * A leaf holds an array of u32 seqno, and has height 0. The bitmap field 81 unsigned int bitmap; member in struct:i915_syncmap 100 BUILD_BUG_ON(KSYNCMAP > BITS_PER_TYPE((*root)->bitmap)); 197 if (!(p->bitmap & BIT(idx))) 214 p->bitmap = 0; 223 p->bitmap |= BIT(idx); 231 p->bitmap |= BIT(idx); 305 GEM_BUG_ON(!(p->parent->bitmap & BIT(idx))); 379 while ((i = ffs(p->bitmap))) { 380 p->bitmap &= ~0u << i [all...] |
| /src/external/mit/xorg/lib/libXfont2/ |
| Makefile | 60 SRCS.bitmap= \ 61 bitmap.c \ 66 bitmap.c \ 74 SRCS.bitmap+= \ 78 SRCS.bitmap+= \ 81 .PATH: ${XFONT2DIR}/src/bitmap 98 .for dir in stubs util fontfile FreeType bitmap builtins fc
|
| /src/sys/arch/i386/pci/ |
| pcibios.h | 53 uint16_t bitmap; member in struct:pcibios_linkmap
|
| pci_intr_fixup.c | 89 uint16_t bitmap; member in struct:pciintr_link_map 292 l->bitmap = pir->linkmap[pin].bitmap; 394 } else if (pir->linkmap[pin].bitmap != l->bitmap) { 401 "bad irq bitmap 0x%04x, " 404 link, pir->linkmap[pin].bitmap, l->bitmap); 407 l->bitmap &= pir->linkmap[pin].bitmap; [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| bitmap.c | 1 /* $NetBSD: bitmap.c,v 1.9 2024/12/01 20:01:42 rillig Exp $ */ 2 /* $OpenBSD: bitmap.c,v 1.9 2017/10/20 01:56:39 djm Exp $ */ 19 __RCSID("$NetBSD: bitmap.c,v 1.9 2024/12/01 20:01:42 rillig Exp $"); 25 #include "bitmap.h" 32 struct bitmap { struct 38 struct bitmap * 41 struct bitmap *ret; 55 bitmap_free(struct bitmap *b) 66 bitmap_zero(struct bitmap *b) 73 bitmap_test_bit(struct bitmap *b, u_int n [all...] |
| /src/sys/arch/ofppc/ofppc/ |
| machdep.c | 88 * Scan the device tree for ranges, and return them as bitmap 0..15 91 ranges_bitmap(int node, uint16_t bitmap) 117 bitmap |= 1 << ((addr+j*0x10000000) >> 28); 118 bitmap |= 1 << (addr >> 28); 121 bitmap |= ranges_bitmap(child, bitmap); 124 return bitmap; 131 uint16_t bitmap; local 146 bitmap = ranges_bitmap(node, 0); 154 if (bitmap & (1 << i)) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_page_dirty.c | 63 * @bitmap_size: The size of the bitmap in bits. Typically equal to the 66 * @bitmap: A bitmap where each bit represents a page. A set bit means a 77 unsigned long bitmap[0]; member in struct:vmw_bo_dirty 98 offset, &dirty->bitmap[0], 112 offset, &dirty->bitmap[0], 153 &dirty->bitmap[0], 155 bitmap_clear(&dirty->bitmap[0], 0, dirty->bitmap_size); 157 bitmap_set(&dirty->bitmap[0], dirty->start, 204 &dirty->bitmap[0], &dirty->start [all...] |
| /src/sys/kern/ |
| subr_blist.c | 30 * BLIST.C - Bitmap allocator/deallocator, using a radix tree with hinting 32 * This module implements a general bitmap allocator/deallocator. The 37 * A radix tree is used to maintain the bitmap. Two radix constants are 55 * fragmentation there is and no matter how large a bitmap is used. 132 blist_bitmap_t bmu_bitmap; /* bitmap if we are a leaf */ 236 * blist_alloc() - reserve space in the block bitmap. Return the base 258 * blist_free() - free up space in the block bitmap. Return the base 276 * blist_fill() - mark a region in the block bitmap as off-limits 302 * the tree and transfer the previous bitmap to the new 354 * blist_leaf_alloc() - allocate at a leaf in the radix tree (a bitmap) 768 blist_bitmap_t mask, bitmap; local [all...] |
| /src/sys/netipsec/ |
| keydb.h | 153 char *bitmap; /* used by receiver */ member in struct:secreplay
|