OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_value
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uspecial.h
232
inline hashvalue_t
hash_value
(const string::const_pointer& v)
function in namespace:ustl
ustring.h
244
inline hashvalue_t
hash_value
(const T& v)
function in namespace:ustl
248
inline hashvalue_t
hash_value
(const string::const_pointer& v)
function in namespace:ustl
252
inline hashvalue_t
hash_value
(const string::pointer& v)
function in namespace:ustl
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
symtab.h
34
unsigned int
hash_value
;
local
/external/bluetooth/glib/glib/
ghash.c
189
guint
hash_value
;
local
192
/* Empty buckets have
hash_value
set to 0, and for tombstones, it's 1.
195
hash_value
= (* hash_table->hash_func) (key);
196
if (G_UNLIKELY (
hash_value
<= 1))
197
hash_value
= 2;
199
node_index =
hash_value
% hash_table->mod;
209
if (node->key_hash ==
hash_value
)
260
guint
hash_value
;
local
265
/* Empty buckets have
hash_value
set to 0, and for tombstones, it's 1.
268
hash_value
= (* hash_table->hash_func) (key)
[
all
...]
/external/v8/src/
api.cc
2289
int
hash_value
;
local
[
all
...]
Completed in 648 milliseconds