Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/sbin/unwind/libunbound/util/storage/
H A Dlruhash.c99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) in bin_overflow_remove()
186 struct lruhash_bin* bin; in reclaim_space() local
220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry()
308 struct lruhash_bin* bin; in lruhash_insert() local
367 struct lruhash_bin* bin; in lruhash_lookup() local
389 struct lruhash_bin* bin; in lruhash_remove() local
424 bin_clear(struct lruhash* table, struct lruhash_bin* bin) in bin_clear()
621 struct lruhash_bin* bin; in lruhash_insert_or_retrieve() local
/openbsd-src/usr.sbin/unbound/util/storage/
H A Dlruhash.c99 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
168 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) in bin_overflow_remove()
186 struct lruhash_bin* bin; in reclaim_space() local
220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions) in bin_find_entry()
308 struct lruhash_bin* bin; in lruhash_insert() local
367 struct lruhash_bin* bin; in lruhash_lookup() local
389 struct lruhash_bin* bin; in lruhash_remove() local
424 bin_clear(struct lruhash* table, struct lruhash_bin* bin) in bin_clear()
621 struct lruhash_bin* bin; in lruhash_insert_or_retrieve() local
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_convert.c46 check_bin_output(size_t test_no,const char * label,const uint8_t * bin,size_t bin_len,const BIGNUM * bn) check_bin_output() argument
87 const uint8_t bin[64]; global() member
234 const uint8_t bin[64]; global() member
[all...]
/openbsd-src/gnu/gcc/libdecnumber/
H A DdecUtility.c82 uInt bin; /* binary value 0-999 */ in decDensePackCoeff() local
229 const uByte *bin; /* -> current input byte */ in decDenseUnpackCoeff() local
/openbsd-src/regress/lib/libc/uuid/
H A Duuidtest.c32 unsigned char bin[16]; in main() local
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddOCaml.cmake29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C17 bin = 0x0010, enumerator
/openbsd-src/usr.sbin/btrace/
H A Dmap.c227 hist_get_bin_suffix(long bin, char **suffix) in hist_get_bin_suffix()
306 long bmin, bprev, bin, val, max = 0; in hist_print() local
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.c480 int bin = opcode->bin_opcode; /* opcode mask. */ local
811 msp430_dstoperand (op, l, bin) in msp430_dstoperand() argument
872 msp430_srcoperand (op, l, bin, imm_op) in msp430_srcoperand() argument
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dlong_long.c69 long long bin, oct, dec, hex; in known_types() member
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dmsp430.h47 #define MSP_INSN(name, size, numb, bin, mask) { #name, size, numb, bin, mask } argument
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dmsp430.h47 #define MSP_INSN(name, size, numb, bin, mask) { #name, size, numb, bin, mask } argument
/openbsd-src/regress/sbin/isakmpd/crypto/
H A Dcryptotest.c60 static void asc2bin (u_int8_t *bin, u_int8_t *asc, u_int16_t len) in asc2bin()
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dremote-utils.c207 unhexify (char *bin, const char *hex, int count) in unhexify()
254 hexify (char *hex, const char *bin, int count) in hexify()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c36 static uint32_t get_bin_version(const uint8_t *bin) in get_bin_version() argument
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp81 std::unique_ptr<Binary> bin = in createObjectFile() local
396 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), toString(this)); in parse() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c928 char * l, int bin, int * imm_op) in msp430_srcoperand()
1383 msp430_dstoperand (struct msp430_operand_s * op, char * l, int bin) in msp430_dstoperand()
1425 int bin = opcode->bin_opcode; /* Opcode mask. */ in msp430_operands() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Davr-dis.c283 unsigned int bin = 0; local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Davr-dis.c283 unsigned int bin = 0; in print_insn_avr() local
/openbsd-src/sys/dev/ic/
H A Dar9280.c470 int spur, bin, spur_delta_phase, spur_freq_sd, spur_subchannel_sd; in ar9280_spur_mitigate() local
H A Dar5416.c682 int i, spur, bin, spur_delta_phase, spur_freq_sd; in ar5416_spur_mitigate() local
/openbsd-src/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py67 def __init__(self, bin): argument
/openbsd-src/usr.sbin/unbound/testcode/
H A Dunitlruhash.c89 struct lruhash_bin bin; in test_bin_find_entry() local
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp157 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), this); in parse() local
1111 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), this); in parse() local
/openbsd-src/usr.bin/ssh/
H A Dclientloop.c755 client_suspend_self(struct sshbuf * bin,struct sshbuf * bout,struct sshbuf * berr) client_suspend_self() argument
1162 process_escapes(struct ssh * ssh,Channel * c,struct sshbuf * bin,struct sshbuf * bout,struct sshbuf * berr,char * buf,int len) process_escapes() argument

12