Home | History | Annotate | Download | only in gpu

Lines Matching defs:fHash

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;
212 Gr_bzero(fHash, sizeof(fHash));
218 Gr_bzero(fHash, sizeof(fHash));
224 Gr_bzero(fHash, sizeof(fHash));