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()
749 const char *p, *c, *hash_ptr = NULL; in ucl_schema_resolve_ref() local755 hash_ptr = strrchr(ref, '#'); in ucl_schema_resolve_ref()757 if (hash_ptr) { in ucl_schema_resolve_ref()758 url_copy = malloc(hash_ptr - ref + 1); in ucl_schema_resolve_ref()766 ucl_strlcpy(url_copy, ref, hash_ptr - ref + 1); in ucl_schema_resolve_ref()828 if (hash_ptr) { in ucl_schema_resolve_ref()829 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)]);