OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullHashValue
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp
53
/// case, the
FullHashValue
field of the bucket will be set to the hash value
61
unsigned
FullHashValue
= HashString(Name);
62
unsigned BucketNo =
FullHashValue
& (HTSize-1);
74
TheTable[FirstTombstone].
FullHashValue
=
FullHashValue
;
78
Bucket.
FullHashValue
=
FullHashValue
;
85
} else if (Bucket.
FullHashValue
==
FullHashValue
) {
116
unsigned
FullHashValue
= HashString(Key)
[
all
...]
/external/llvm/lib/Support/
StringMap.cpp
70
/// case, the
FullHashValue
field of the bucket will be set to the hash value
78
unsigned
FullHashValue
= HashString(Name);
79
unsigned BucketNo =
FullHashValue
& (HTSize-1);
91
HashTable[FirstTombstone] =
FullHashValue
;
95
HashTable[BucketNo] =
FullHashValue
;
102
} else if (LLVM_LIKELY(HashTable[BucketNo] ==
FullHashValue
)) {
133
unsigned
FullHashValue
= HashString(Key);
134
unsigned BucketNo =
FullHashValue
& (HTSize-1);
146
} else if (LLVM_LIKELY(HashTable[BucketNo] ==
FullHashValue
)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp
71
/// case, the
FullHashValue
field of the bucket will be set to the hash value
79
unsigned
FullHashValue
= HashString(Name);
80
unsigned BucketNo =
FullHashValue
& (HTSize-1);
92
HashTable[FirstTombstone] =
FullHashValue
;
96
HashTable[BucketNo] =
FullHashValue
;
103
} else if (LLVM_LIKELY(HashTable[BucketNo] ==
FullHashValue
)) {
133
unsigned
FullHashValue
= HashString(Key);
134
unsigned BucketNo =
FullHashValue
& (HTSize-1);
146
} else if (LLVM_LIKELY(HashTable[BucketNo] ==
FullHashValue
)) {
/frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h
34
unsigned int
FullHashValue
;
HashIterator.h
40
} else if (m_HashValue == bucket.
FullHashValue
) {
121
} else if (m_HashValue == bucket.
FullHashValue
) {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h
58
///
FullHashValue
- This remembers the full hash value of the key for
60
unsigned
FullHashValue
;
86
/// case, the
FullHashValue
field of the bucket will be set to the hash value
372
// Fill in the bucket for the hash table. The
FullHashValue
was already
Completed in 786 milliseconds