OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fHash
(Results
1 - 7
of
7
) sorted by null
/external/skia/include/gpu/
GrKey.h
20
explicit GrKey(Hash hash) :
fHash
(hash) {}
22
intptr_t getHash() const { return
fHash
; }
25
return
fHash
< rh.
fHash
|| (
fHash
== rh.
fHash
&& this->lt(rh));
28
return
fHash
== rh.
fHash
&& this->eq(rh);
36
const Hash
fHash
;
/external/skia/src/gpu/
GrBinHashKey.h
24
:
fHash
(0)
50
hash += (
fHash
<< 10);
54
hash += (
fHash
<< 3);
55
hash ^= (
fHash
>> 11);
56
hash += (
fHash
<< 15);
60
fHash
= hash;
82
return
fHash
;
86
uint32_t
fHash
;
GrTHashCache.h
27
GrTHashTable() { Gr_bzero(
fHash
, sizeof(
fHash
)); }
65
mutable T*
fHash
[kHashCount];
113
T* elem =
fHash
[hashIndex];
123
fHash
[hashIndex] = elem;
139
fHash
[hash2Index(key.getHash())] = elem;
146
if (
fHash
[index] == elem) {
147
fHash
[index] = NULL;
166
if (
fHash
[hashIndex] == fSorted[elemIndex]) {
167
fHash
[hashIndex] = NULL
[
all
...]
/external/icu4c/i18n/
uspoof_conf.h
74
UHashtable *
fHash
; // Key: UnicodeString Value: SPUString
tznames_impl.h
64
UHashtable *
fHash
;
/external/skia/src/core/
SkGlyphCache.cpp
417
sk_bzero(
fHash
, sizeof(
fHash
));
425
SkGlyphCache*
fHash
[HASH_COUNT];
477
SkGlyphCache** hash = globals.
fHash
;
551
SkASSERT(globals.
fHash
[index] != cache);
552
globals.
fHash
[index] = cache;
627
if (cache == globals->
fHash
[index]) {
628
globals->
fHash
[index] = NULL;
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 455 milliseconds