Home
last modified time | relevance | path

Searched refs:hash_index (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509/
Dby_dir.c290 int hash_index; in get_cert_by_subject() local
328 for (hash_index=0; hash_index < 2; ++hash_index) in get_cert_by_subject()
330 h=hash_array[hash_index]; in get_cert_by_subject()
/external/skia/src/core/
DSkGlyphCache.cpp246 uint32_t hash_index = ID2HashIndex(id); in lookupByCombinedID() local
247 uint16_t glyph_index = fGlyphHash[hash_index]; in lookupByCombinedID()
253 fGlyphHash[hash_index] = glyph_index; in lookupByCombinedID()