HomeSort by relevance Sort by last modified time
    Searched defs:hash_str (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
htbl.c 99 hash_str(char *str, unsigned int sz) function
126 bucket = hash_str(key, htp->size);
  /onnv/onnv-gate/usr/src/cmd/sgs/mcs/common/
utils.c 419 size_t *hash_str; local
426 hash_str = malloc(sizeof (size_t) * 200);
430 if (hash_key == NULL || hash_str == NULL || strings == NULL) {
479 if (strcmp(pos + strings, hash_str[i] + strings) == 0)
490 hash_str = realloc((char *)hash_str,
492 if (hash_key == NULL || hash_str == NULL) {
499 hash_str[hash_num++] = pos;
506 free(hash_str);
  /onnv/onnv-gate/usr/src/lib/libpool/common/
dict.c 221 hash_str(const char *str) function
  /onnv/onnv-gate/usr/src/uts/common/io/ixgbe/
ixgbe_82599.c 1322 u8 hash_str[46]; \/* upper-most 2 bits unused *\/ local
    [all...]

Completed in 180 milliseconds