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

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Drandom.c108 u32 *hash_ptr; local
125 hash_ptr = (u32 *) hash;
126 hash_ptr[0] ^= hash_ptr[4];
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_schema.c749 const char *p, *c, *hash_ptr = NULL; local
755 hash_ptr = strrchr (ref, '#');
757 if (hash_ptr) {
758 url_copy = malloc (hash_ptr - ref + 1);
766 ucl_strlcpy (url_copy, ref, hash_ptr - ref + 1);
828 if (hash_ptr) {
829 p = hash_ptr + 1;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c373 head = &table[hash_ptr((void *)addr, bits)];
423 &kmem_table[hash_ptr(ptr, KMEM_HASH_BITS)]);

Completed in 115 milliseconds