Searched refs:fls (Results 1 – 6 of 6) sorted by relevance
32 #define coap_fls(i) fls(i)
136 #define dtls_fls(i) fls(i)
101 AC_CHECK_FUNCS([memset select socket strdup strerror strnlen fls vprintf])
21 /* Define to 1 if you have the `fls' function. */
4180 for ac_func in memset select socket strdup strerror strnlen fls vprintf
21 int fls(unsigned int i) { in fls() function