Searched refs:hash_init (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/dsslib/num_t/ |
H A D | num_t.c | 366 hash_init(void* data, Cxdisc_t* disc) function 1137 { "hash_t", "Repeatable string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { 0, 0, CX_STRING } }, 1141 { "rand_t", "Non-repeatable pseudo-random string hash.", CXH, (Cxtype_t*)"string", hash_init, hash_external, hash_internal, 0, 0, 0, 0, { "The format details string is an optional initial pseudo-random seed number. The default is synthesized using current process/system characteristics.", 0, CX_STRING } },
|
Completed in 20 milliseconds