Searched refs:lower_hash (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c359 static const char lower_hash[] = "abcdefghijklmnopqrstuvwxyz"; variable
415 c = lower_hash[h % (sizeof(lower_hash) - 1)];
457 c = lower_hash[h % (sizeof(lower_hash) - 1)];

Completed in 12 milliseconds