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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_no_store_hash_fn_imps.hpp 47 const size_type hash_pos = local
51 p_e->m_p_next = a_p_entries_resized[hash_pos];
52 a_p_entries_resized[hash_pos] = p_e;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 81 size_t hash_pos = 0; local
85 hash_pos += (size_t)spelling_str[pos];
88 hash_pos = hash_pos % spelling_max_num_;
89 return hash_pos;
92 size_t SpellingTable::hash_pos_next(size_t hash_pos) {
93 hash_pos += 123;
94 hash_pos = hash_pos % spelling_max_num_;
95 return hash_pos;
149 size_t hash_pos = get_hash_pos(spelling_str); local
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 67 size_t hash_pos_next(size_t hash_pos);

Completed in 5771 milliseconds