Searched refs:lookup3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A Dlookup3.cpp0 // lookup3 by Bob Jekins, code is public domain.
28 uint32_t lookup3 ( const void * key, int length, uint32_t initval ) function
71 *(uint32_t*)out = lookup3(key,len,seed);
/external/aac/libFDK/src/
H A Dfixpoint_math.cpp299 UINT lookup3 = exp2x_tab_long[index3]; local
300 UINT lookup3f = lookup3 + (UINT)(LONG)fMultDiv2((FIXP_DBL)(0x0016302F),(FIXP_SGL)frac);

Completed in 424 milliseconds