Searched refs:hash_ptr (Results 1 – 3 of 3) sorted by relevance
108 u32 *hash_ptr; in random_extract() local125 hash_ptr = (u32 *) hash; in random_extract()126 hash_ptr[0] ^= hash_ptr[4]; in random_extract()
750 const char *p, *c, *hash_ptr = NULL; in ucl_schema_resolve_ref() local756 hash_ptr = strrchr (ref, '#'); in ucl_schema_resolve_ref()758 if (hash_ptr) { in ucl_schema_resolve_ref()759 url_copy = malloc (hash_ptr - ref + 1); in ucl_schema_resolve_ref()767 ucl_strlcpy (url_copy, ref, hash_ptr - ref + 1); in ucl_schema_resolve_ref()829 if (hash_ptr) { in ucl_schema_resolve_ref()830 p = hash_ptr + 1; in ucl_schema_resolve_ref()
379 head = &table[hash_ptr((void *)addr, bits)];429 &kmem_table[hash_ptr(ptr, KMEM_HASH_BITS)]);