Searched refs:hash_buf (Results 1 – 2 of 2) sorted by relevance
390 static sparc_opcode_hash *hash_buf = NULL; in build_hash_table() local397 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()
5 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \