Searched refs:__FTMN_FUNC_HASH2 (Results 1 – 1 of 1) sorted by relevance
183 #define __FTMN_FUNC_HASH2(f, l) \ macro189 (unsigned long)(__FTMN_FUNC_HASH2((f), (l)) ^ \190 (__FTMN_FUNC_HASH2((f), (l)) >> 32))192 #define __FTMN_FUNC_HASH(f, l) (unsigned long)__FTMN_FUNC_HASH2((f), (l))
Completed in 4 milliseconds