Home
last modified time | relevance | path

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

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