Home
last modified time | relevance | path

Searched refs:hash_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Drandom.c108 u32 *hash_ptr; in random_extract() local
125 hash_ptr = (u32 *) hash; in random_extract()
126 hash_ptr[0] ^= hash_ptr[4]; in random_extract()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c750 const char *p, *c, *hash_ptr = NULL; in ucl_schema_resolve_ref() local
756 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()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c379 head = &table[hash_ptr((void *)addr, bits)];
429 &kmem_table[hash_ptr(ptr, KMEM_HASH_BITS)]);