HomeSort by relevance Sort by last modified time
    Searched refs:lookup3 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/smhasher/src/
lookup3.cpp 0 // 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);
  /system/extras/ksmutils/
Android.mk 18 LOCAL_SRC_FILES := ksminfo.c lookup3.c
  /external/aac/libFDK/src/
fixpoint_math.cpp 299 UINT lookup3 = exp2x_tab_long[index3]; local
300 UINT lookup3f = lookup3 + (UINT)(LONG)fMultDiv2((FIXP_DBL)(0x0016302F),(FIXP_SGL)frac);

Completed in 172 milliseconds