Home
last modified time | relevance | path

Searched refs:first_zero (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dbitfield.c64 static int first_zero(u8 val) in first_zero() function
85 i = i * 8 + first_zero(bf->bits[i]); in bitfield_get_first_zero()