Searched defs:upper_hash (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c360 static const char upper_hash[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
417 c = upper_hash[h % (sizeof(upper_hash) - 1)];
459 c = upper_hash[h % (sizeof(upper_hash) - 1)];

Completed in 550 milliseconds