Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h278 #define NLSTOL2BSZ(n) (31 - cntlz((n)) + BUDMIN)
Djfs_dmap.c111 static int cntlz(u32 value);
3169 static int cntlz(u32 value) in cntlz() function