Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_memory_int.h129 int ffs; in nxt_port_mmap_get_free_chunk() local
145 ffs = __builtin_ffsll(bits); in nxt_port_mmap_get_free_chunk()
146 if (ffs != 0) { in nxt_port_mmap_get_free_chunk()
147 chunk = i * FREE_BITS + ffs - 1; in nxt_port_mmap_get_free_chunk()