HomeSort by relevance Sort by last modified time
    Searched defs:do_hash (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
collate.cpp 35 long collate<char>::do_hash(const char* low, const char* high) const { function in class:collate
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { function in class:collate
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
collate.cpp 35 long collate<char>::do_hash(const char* low, const char* high) const { function in class:collate
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { function in class:collate
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 60 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) macro
61 #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
250 hash_val = do_hash(key, table);
292 hash_val = do_hash(key, table);
313 hash_val = do_hash(key, table);
  /external/toybox/toys/lsb/
md5sum.c 338 static void do_hash(int fd, char *name) function
367 } else do_hash(fd, 0);
413 if (!TT.c) loopfiles(toys.optargs, do_hash);

Completed in 92 milliseconds