Searched defs:ffsl (Results 1 - 3 of 3) sorted by relevance
| /src/common/lib/libc/string/ | ||
| H A D | ffsl.c | 40 ffsl(long x) function in typeref:typename:int |
| /src/sys/dev/hyperv/ | ||
| H A D | vmbus.c | 700 #define ffsl(v) ffs64(v) macro 702 #define ffsl(v) ffs32(v) macro |
| H A D | if_hvn.c | 2117 #define ffsl(v) ffs64(v) macro 2119 #define ffsl(v) ffs32(v) macro |
Completed in 10 milliseconds