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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_string_hash.h35 unsigned long __h = 0; local
39 __h = /* 5 *__h */(__h << 2) + __h + __data[__i];
40 return size_t(__h);
H A D_hash_fun.h46 unsigned long __h = 0; local
48 __h = 5*__h + *__s;
50 return size_t(__h);

Completed in 50 milliseconds