Home
last modified time | relevance | path

Searched refs:hash_buf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c390 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local
397 if (hash_buf != NULL) in build_hash_table()
398 free (hash_buf); in build_hash_table()
399 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes); in build_hash_table()
403 sparc_opcode_hash *h = &hash_buf[i]; in build_hash_table()
/mirbsd/src/lib/libc/db/hash/
DMakefile.inc5 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \