Lines Matching refs:tlsf_fls
101 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
115 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
132 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
155 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
173 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
189 tlsf_decl int tlsf_fls(unsigned int word) in tlsf_fls() function
203 bits = 32 + tlsf_fls(high); in tlsf_fls_sizet()
206 bits = tlsf_fls((int)size & 0xffffffff); in tlsf_fls_sizet()
212 #define tlsf_fls_sizet tlsf_fls
1039 rv += (tlsf_fls(0) == -1) ? 0 : 0x2; in test_ffs_fls()
1041 rv += (tlsf_fls(1) == 0) ? 0 : 0x8; in test_ffs_fls()
1044 rv += (tlsf_fls(0x80000008) == 31) ? 0 : 0x40; in test_ffs_fls()
1045 rv += (tlsf_fls(0x7FFFFFFF) == 30) ? 0 : 0x80; in test_ffs_fls()