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

  /external/chromium_org/third_party/smhasher/src/
Hashes.h 15 void DoNothingHash ( const void * key, int len, uint32_t seed, void * out );
main.cpp 46 { DoNothingHash, 32, 0x00000000, "donothing32", "Do-Nothing function (only valid for measuring call overhead)" },
47 { DoNothingHash, 64, 0x00000000, "donothing64", "Do-Nothing function (only valid for measuring call overhead)" },
48 { DoNothingHash, 128, 0x00000000, "donothing128", "Do-Nothing function (only valid for measuring call overhead)" },
Hashes.cpp 59 void DoNothingHash ( const void *, int, uint32_t, void * )

Completed in 113 milliseconds