Home
last modified time | relevance | path

Searched defs:ilog2 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlog2.h71 #define ilog2(n) \ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlog2.h85 #define ilog2(n) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dlog2.h156 #define ilog2(n) \ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dthuge-gen.c53 int ilog2(unsigned long v) in ilog2() function
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h197 #define ilog2(n) \ macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c604 ilog2(int val) in ilog2() function
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c232 static int ilog2(size_t n) in ilog2() function