Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_dmap.h265 #define NLSTOL2BSZ(n) (31 - cntlz((n)) + BUDMIN)
H A Djfs_dmap.c98 static int cntlz(u32 value);
3115 static int cntlz(u32 value) in cntlz() function