/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | bitmap.h | 83 #define BT_WIM(bitmap, bitindex) \ argument 92 #define BT_WIM32(bitmap, bitindex) \ argument 108 #define BT_TEST(bitmap, bitindex) \ argument 110 #define BT_SET(bitmap, bitindex) \ argument 112 #define BT_CLEAR(bitmap, bitindex) \ argument 120 #define BT_TEST32(bitmap, bitindex) \ argument 122 #define BT_SET32(bitmap, bitindex) \ argument 124 #define BT_CLEAR32(bitmap, bitindex) \ argument
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | grfabs_reg.h | 73 bmap_t *bitmap; /* bitmap. */ member 88 struct bitmap { struct 91 u_short depth; /* depth of bitmap. */ argument 92 u_char *plane; /* plane data for bitmap/vga. */ argument 93 u_char *hw_address; /* mappable linear bitplane pointer. */ 94 u_char *vga_address; /* mappable vga bitplane pointer */ 95 u_char *regs; /* where the registers are */ 96 u_char *hw_regs; /* mappable registers */ 97 u_short reg_size; /* size of the register area */ 98 u_int phys_mappable; /* amount of mappable lin. plane mem. */ [all …]
|
/netbsd-src/sys/external/bsd/drm2/linux/ |
H A D | linux_wait_bit.c | 81 wait_bit_hash(const volatile unsigned long *bitmap, unsigned bit) in wait_bit_hash() 91 wait_bit_enter(const volatile unsigned long *bitmap, unsigned bit) in wait_bit_enter() 115 clear_and_wake_up_bit(int bit, volatile unsigned long *bitmap) in clear_and_wake_up_bit() 133 wait_on_bit(const volatile unsigned long *bitmap, unsigned bit, int flags) in wait_on_bit() 175 wait_on_bit_timeout(const volatile unsigned long *bitmap, unsigned bit, in wait_on_bit_timeout()
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | bitmap.h | 48 bitmap_zero(unsigned long *bitmap, size_t nbits) in bitmap_zero() 63 bitmap_empty(const unsigned long *bitmap, size_t nbits) in bitmap_empty() 86 bitmap_weight(const unsigned long *bitmap, size_t nbits) in bitmap_weight() 106 bitmap_set(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_set() 141 bitmap_clear(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_clear() 264 bitmap_free(unsigned long *bitmap) in bitmap_free()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | grfabs_reg.h | 106 struct bitmap { struct 110 u_short depth; /* depth of bitmap. */ argument 114 u_char **plane; /* plane data for bitmap. */ argument 130 /* Use these macros to find misc. sizes of actual bitmap */ argument 205 bmap_t *bitmap; /* bitmap. */ member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
H A D | dtls1_bitmap.c | 38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() 59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update()
|
H A D | ssl3_record.c | 1612 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() 1849 DTLS1_BITMAP *bitmap; in dtls1_get_record() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
H A D | dtls1_bitmap.c | 38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() 59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update()
|
H A D | ssl3_record.c | 1512 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() 1715 DTLS1_BITMAP *bitmap; in dtls1_get_record() local
|
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/ |
H A D | arena_structs_a.h | 8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member
|
H A D | extent_structs.h | 190 bitmap_t bitmap[BITMAP_GROUPS(NPSIZES+1)]; member
|
/netbsd-src/sys/net/npf/ |
H A D | npf_portmap.c | 91 typedef struct bitmap { struct 94 LIST_ENTRY(bitmap) entry; argument 103 LIST_HEAD(, bitmap) bitmap_list; argument
|
/netbsd-src/external/bsd/wpa/dist/src/ap/ |
H A D | p2p_hostapd.c | 96 u8 bitmap; in hostapd_eid_p2p_manage() local
|
/netbsd-src/sys/arch/ofppc/ofppc/ |
H A D | machdep.c | 91 ranges_bitmap(int node, uint16_t bitmap) in ranges_bitmap() argument 131 uint16_t bitmap; in initppc() local [all...] |
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-java.c | 174 char *bitmap; in compute_hashsize() local 298 char *bitmap; in compute_table_items() local
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_allocation.c | 879 udf_bitmap_allocate(struct udf_bitmap *bitmap, in argument 936 udf_bitmap_free(struct udf_bitmap * bitmap,uint32_t lb_num,uint32_t num_lb) udf_bitmap_free() argument 986 udf_bitmap_check_trunc_free(struct udf_bitmap * bitmap,uint32_t to_trunc) udf_bitmap_check_trunc_free() argument 1152 struct udf_bitmap *bitmap; udf_allocate_space() local 1302 struct udf_bitmap *bitmap; udf_free_allocated_space() local 1465 struct udf_bitmap *bitmap; udf_trunc_metadatapart() local [all...] |
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | unitverify.c | 371 unitest_nsec_has_type_rdata(char* bitmap, size_t len, uint16_t type) in unitest_nsec_has_type_rdata() 382 char* bitmap = "\000\006\100\001\000\000\000\003" in nsectest() local
|
/netbsd-src/sys/arch/powerpc/booke/ |
H A D | booke_stubs.c | 123 tlb_record_asids(u_long *bitmap, tlb_asid_t asid_max) in tlb_record_asids()
|
/netbsd-src/sys/arch/i386/pci/ |
H A D | pcibios.h | 53 uint16_t bitmap; member
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | cons_fb.c | 179 uint16_t bitmap; in fb_drawfont() local
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | krl.c | 560 put_bitmap(struct sshbuf *buf, struct bitmap *bitmap) in put_bitmap() 588 struct bitmap *bitmap = NULL; in revoked_certs_generate() local 880 struct bitmap *bitmap = NULL; in parse_revoked_certs() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_syncmap.c | 81 unsigned int bitmap; member
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | rdata.c | 523 uint8_t *bitmap = buffer_current(&packet); in rdata_services_to_string() local 586 uint8_t *bitmap = rdata_atom_data(rdata); in rdata_nxt_to_string() local 614 uint8_t *bitmap = buffer_current(&packet); in rdata_nsec_to_string() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.c | 440 lang_bitmap bitmap = get_lang_bitmap (gt_files[f]); in read_input_list() local 745 lang_bitmap bitmap = get_lang_bitmap (pos->file); in new_structure() local 2460 lang_bitmap bitmap; member 4110 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_root_table() local 4134 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_root_table() local 4174 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_cache_funcs() local 4192 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_cache_funcs() local
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_nsec.c | 61 nsecbitmap_has_type_rdata(uint8_t* bitmap, size_t len, uint16_t type) in nsecbitmap_has_type_rdata()
|