Searched refs:case_adjust (Results 1 – 2 of 2) sorted by relevance
267 const long int case_adjust = ~0x40; in ossl_ht_strcase() local269 const long int case_adjust = ~0x20; in ossl_ht_strcase() local276 tgt[i] = case_adjust & src[i]; in ossl_ht_strcase()
405 const long int case_adjust = ~0x40; in ossl_lh_strcasehash() local407 const long int case_adjust = ~0x20; in ossl_lh_strcasehash() local414 v = n | (case_adjust & *c); in ossl_lh_strcasehash()