gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:ffs (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/string/ffs.c - 841B - 44 lines
17: int
18: ffs(int mask)
19: {
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
307: #if __GNUC_PREREQ__(2, 95) && (!defined(__vax__) || __GNUC_PREREQ__(4,1))
308: #define ffs(x)          __builtin_ffs(x)
309: #endif