Searched refs:digit_hash (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/dsslib/num_t/ | ||
H A D | num_t.c | 361 static const char digit_hash[] = "0123456789"; variable 419 c = digit_hash[h % (sizeof(digit_hash) - 1)]; 461 c = digit_hash[h % (sizeof(digit_hash) - 1)]; |
Completed in 16 milliseconds