Searched defs:bitmap2 (Results 1 – 2 of 2) sorted by relevance
52 static int __init test_find_first_and_bit(void *bitmap, const void *bitmap2, unsigned long len) in test_find_first_and_bit()135 const void *bitmap2, unsigned long len) in test_find_next_and_bit()
187 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local