Searched refs:hash_buf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A DMakefile.inc6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c151 static VSTRING *hash_buf = 0; local
171 if (hash_buf == 0) {
172 hash_buf = vstring_alloc(100);
188 dir_forest(hash_buf, queue_id, var_hash_queue_depth));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c404 static sparc_opcode_hash *hash_buf = NULL; local
411 if (hash_buf != NULL)
412 free (hash_buf);
413 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes);
417 sparc_opcode_hash *h = &hash_buf[i];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dsparc-dis.c404 static sparc_opcode_hash *hash_buf = NULL; local
411 if (hash_buf != NULL)
412 free (hash_buf);
413 hash_buf = xmalloc (sizeof (* hash_buf) * num_opcodes);
417 sparc_opcode_hash *h = &hash_buf[i];

Completed in 125 milliseconds