HomeSort by relevance Sort by last modified time
    Searched defs:fHash (Results 1 - 10 of 10) sorted by null

  /external/skia/include/gpu/
GrKey.h 22 explicit GrKey(Hash hash) : fHash(hash) {}
24 intptr_t getHash() const { return fHash; }
27 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
30 return fHash == rh.fHash && this->eq(rh);
38 const Hash fHash;
  /external/skia/src/gpu/
GrBinHashKey.h 48 fHash = 0;
62 hash += (fHash << 10);
66 hash += (fHash << 3);
67 hash ^= (fHash >> 11);
68 hash += (fHash << 15);
72 fHash = hash;
92 return fHash;
101 uint32_t fHash;
GrTHashCache.h 37 GrTHashTable() { Gr_bzero(fHash, sizeof(fHash)); }
76 mutable T* fHash[kHashCount];
133 T* elem = fHash[hashIndex];
154 fHash[hashIndex] = fSorted[index];
173 fHash[hash2Index(key.getHash())] = elem;
180 if (fHash[index] == elem) {
181 fHash[index] = NULL;
200 if (fHash[hashIndex] == fSorted[elemIndex]) {
201 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/legacy/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;
  /external/skia/src/core/
SkGlyphCache.cpp 412 sk_bzero(fHash, sizeof(fHash));
431 SkGlyphCache* fHash[HASH_COUNT];
539 SkGlyphCache** hash = globals.fHash;
613 SkASSERT(globals.fHash[index] != cache);
614 globals.fHash[index] = cache;
667 if (cache == globals->fHash[index]) {
668 globals->fHash[index] = NULL;
SkPictureFlat.h 404 sk_bzero(fHash, sizeof(fHash));
425 sk_bzero(fHash, sizeof(fHash));
456 if (fHash[oldHash] == toReplace) {
457 fHash[oldHash] = NULL;
501 const SkFlatData* candidate = fHash[hashIndex];
512 fHash[hashIndex] = fData[index];
521 fHash[hashIndex] = flat;
556 const SkFlatData* fHash[HASH_COUNT]
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 113 milliseconds