OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash0
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java
191
int
hash0
= 11;
local
192
hash0
=
hash0
* 31 + field.hashCode();
193
hash0
=
hash0
* 31 + a.hashCode();
194
hash0
=
hash0
* 31 + b.hashCode();
197
hash0
=
hash0
* 31 + seed[i];
200
hash0
= hash0 * 31
[
all
...]
/external/e2fsprogs/lib/ext2fs/
dirhash.c
122
__u32 hash,
hash0
= 0x12a3fe2d, hash1 = 0x37abe8f9;
local
132
hash = hash1 + (
hash0
^ (c * 7152373));
135
hash1 =
hash0
;
136
hash0
= hash;
138
return (
hash0
<< 1);
Completed in 588 milliseconds