Searched defs:bm (Results 1 - 9 of 9) sorted by relevance

/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_allocator.c269 struct bulk_buffer_mng *bm = alloc->mngs + buffer->bufferid; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_mem.c148 BUF_MEM *bm; local
173 BUF_MEM *bm; local
202 BUF_MEM *bm=(BUF_MEM *)b->ptr; local
279 BUF_MEM *bm=(BUF_MEM *)bp->ptr; local
[all...]
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dlinux.c26 struct bitmask *bm = numa_allocate_cpumask(); local
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_node.c65 struct bitmap *bm = numa_all_cpus_ptr; local
156 struct bitmap *bm = numa_allocate_cpumask(); local
/barrelfish-2018-10-04/usr/kaluga/
H A Dboot_modules.c143 char* bm = strdup(bootmodules); local
/barrelfish-2018-10-04/lib/bitmap/
H A Dbitmap.c60 struct bitmap *bm = calloc(1, sizeof(*bm) + BITMAP_DATA_SIZE(nbits)); local
76 void bitmap_free(struct bitmap *bm) argument
99 bitmap_format(char *outbuf, size_t length, struct bitmap *bm, uint8_t hex) argument
130 bitmap_serialize(void *dest, size_t length, const struct bitmap *bm) argument
146 bitmap_deserialize(struct bitmap *bm, const void *src, size_t length) argument
165 bitmap_get_nbytes(const struct bitmap *bm) argument
177 bitmap_get_nbits(const struct bitmap *bm) argument
189 bitmap_get_weight(const struct bitmap *bm) argument
201 bitmap_raw(struct bitmap *bm) argument
221 bitmap_is_bit_set(const struct bitmap *bm, bitmap_bit_t i) argument
240 bitmap_is_bit_clear(const struct bitmap *bm, bitmap_bit_t i) argument
253 bitmap_is_all_set(const struct bitmap *bm) argument
266 bitmap_is_all_clear(const struct bitmap *bm) argument
279 bitmap_get_first(const struct bitmap *bm) argument
296 bitmap_get_last(const struct bitmap *bm) argument
313 bitmap_get_next(const struct bitmap *bm, bitmap_bit_t i) argument
332 bitmap_get_prev(const struct bitmap *bm, bitmap_bit_t i) argument
357 bitmap_set_bit(struct bitmap *bm, bitmap_bit_t i) argument
387 bitmap_clear_bit(struct bitmap *bm, bitmap_bit_t i) argument
416 bitmap_set_all(struct bitmap *bm) argument
429 bitmap_clear_all(struct bitmap *bm) argument
444 bitmap_set_range(struct bitmap *bm, bitmap_bit_t from, bitmap_bit_t to) argument
461 bitmap_clear_range(struct bitmap *bm, bitmap_bit_t from, bitmap_bit_t to) argument
478 bitmap_keep_range(struct bitmap *bm, uint32_t from, uint32_t to) argument
630 bitmap_complement(struct bitmap *bm) argument
653 bitmap_shift_right(struct bitmap *bm, bitmap_bit_t n) argument
664 bitmap_shift_left(struct bitmap *bm, bitmap_bit_t n) argument
759 bitmap_dump(const struct bitmap *bm) argument
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkupdate.c350 char bm[MAXPORT/8]; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand_win.c745 BITMAP bm; /* bitmap properties */ local
/barrelfish-2018-10-04/lib/net_queue_manager/
H A Dqueue_manager.c61 struct netbench_details *bm = NULL; // benchmarking data holder variable in typeref:struct:netbench_details

Completed in 67 milliseconds