Searched refs:bitmap (Results 1 – 12 of 12) sorted by relevance
/tools/lib/ |
D | bitmap.c | 8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() argument 13 w += hweight_long(bitmap[k]); in __bitmap_weight() 16 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight() 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument 39 rbot = cur = find_first_bit(bitmap, nbits); in bitmap_scnprintf() 42 cur = find_next_bit(bitmap, nbits, cur + 1); in bitmap_scnprintf()
|
/tools/testing/selftests/lib/ |
D | Makefile | 7 TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh strscpy.sh
|
/tools/perf/util/ |
D | cpumap.c | 526 unsigned char *bitmap; in cpu_map__snprint_mask() local 532 bitmap = zalloc(last_cpu / 8 + 1); in cpu_map__snprint_mask() 533 if (bitmap == NULL) { in cpu_map__snprint_mask() 540 bitmap[cpu / 8] |= 1 << (cpu % 8); in cpu_map__snprint_mask() 544 unsigned char bits = bitmap[cpu / 8]; in cpu_map__snprint_mask() 556 free(bitmap); in cpu_map__snprint_mask()
|
D | python-ext-sources | 18 ../lib/bitmap.c
|
D | Build | 31 perf-y += bitmap.o 225 $(OUTPUT)util/bitmap.o: ../lib/bitmap.c FORCE
|
/tools/include/linux/ |
D | bitmap.h | 13 int __bitmap_weight(const unsigned long *bitmap, int bits); 133 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits,
|
/tools/perf/ |
D | MANIFEST | 18 tools/lib/bitmap.c
|
/tools/testing/radix-tree/ |
D | idr-test.c | 465 DECLARE_BITMAP(bitmap, 2048); in ida_check_random() 470 memset(bitmap, 0, sizeof(bitmap)); in ida_check_random() 474 if (test_bit(bit, bitmap)) { in ida_check_random() 475 __clear_bit(bit, bitmap); in ida_check_random() 478 __set_bit(bit, bitmap); in ida_check_random()
|
D | Makefile | 8 CORE_OFILES := xarray.o radix-tree.o idr.o linux.o test.o find_bit.o bitmap.o
|
/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 65 The bits are the flags bits in a 256 bit bitmap starting with 307 u64 size; // size of bitmap 308 struct bitmap { 309 /* size of bitmap again */ 311 /* bitmap of memory indexes that belongs to node */
|
/tools/perf/tests/ |
D | Build | 50 perf-y += bitmap.o
|
/tools/include/uapi/linux/ |
D | kvm.h | 1129 __u64 bitmap; member
|