Searched refs:_find_next_zero_bit_le (Results 1 – 2 of 2) sorted by relevance
39 .globl _find_next_zero_bit_le40 _find_next_zero_bit_le: label
282 extern int _find_next_zero_bit_le(const void * p, int size, int offset);290 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off)
Completed in 7 milliseconds