Home
last modified time | relevance | path

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

12345

/netbsd/external/bsd/jemalloc/dist/src/
H A Dbin.c11 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, \ argument
23 bin_init(bin_t *bin) { in bin_init()
38 bin_prefork(tsdn_t *tsdn, bin_t *bin) { in bin_prefork()
43 bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_parent()
48 bin_postfork_child(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_child()
H A Dsz.c9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
H A Darena.c916 arena_bin_slabs_nonfull_insert(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_insert()
922 arena_bin_slabs_nonfull_remove(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_remove()
927 arena_bin_slabs_nonfull_tryget(bin_t *bin) { in arena_bin_slabs_nonfull_tryget()
1007 bin_t *bin = &arena->bins[i]; in arena_reset() local
1256 bin_t *bin; in arena_tcache_fill_small() local
1322 bin_t *bin; in arena_malloc_small() local
1491 bin_t *bin) { in arena_dalloc_bin_slab()
1506 bin_t *bin) { in arena_bin_lower_slab()
1536 bin_t *bin = &arena->bins[binind]; in arena_dalloc_bin_locked_impl() local
1568 bin_t *bin = &arena->bins[binind]; in arena_dalloc_bin() local
[all …]
H A Dtcache.c125 bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small() local
173 bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() local
538 bin_t *bin = &arena->bins[i]; in tcache_stats_merge() local
/netbsd/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c98 bin_delete(struct lruhash* table, struct lruhash_bin* bin) in bin_delete()
167 bin_overflow_remove(struct lruhash_bin* bin, struct lruhash_entry* entry) in bin_overflow_remove()
185 struct lruhash_bin* bin; in reclaim_space() local
219 struct lruhash_bin* bin, hashvalue_type hash, void* key) in bin_find_entry()
303 struct lruhash_bin* bin; in lruhash_insert() local
359 struct lruhash_bin* bin; in lruhash_lookup() local
381 struct lruhash_bin* bin; in lruhash_remove() local
416 bin_clear(struct lruhash* table, struct lruhash_bin* bin) in bin_clear()
579 struct lruhash_bin* bin; in lruhash_insert_or_retrieve() local
/netbsd/usr.sbin/mdsetimage/
H A Dbin_nlist.c76 struct bininfo *bin; in bin_open() local
95 struct bininfo *bin = binp; in bin_find_md_root() local
156 bin_put_32(void *bin, off_t size, char *buf) in bin_put_32()
163 bin_close(void *bin) in bin_close()
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dtcache_inlines.h45 cache_bin_t *bin; in tcache_alloc_small() local
107 cache_bin_t *bin; in tcache_alloc_large() local
166 cache_bin_t *bin; in tcache_dalloc_small() local
191 cache_bin_t *bin; in tcache_dalloc_large() local
H A Dbin.h91 bin_stats_merge(tsdn_t *tsdn, bin_stats_t *dst_bin_stats, bin_t *bin) { in bin_stats_merge()
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h45 cache_bin_t *bin; in tcache_alloc_small() local
107 cache_bin_t *bin; in tcache_alloc_large() local
166 cache_bin_t *bin; in tcache_dalloc_small() local
191 cache_bin_t *bin; in tcache_dalloc_large() local
H A Dbin.h91 bin_stats_merge(tsdn_t *tsdn, bin_stats_t *dst_bin_stats, bin_t *bin) { in bin_stats_merge()
/netbsd/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dbin_bfd.c63 bin_find_md_root(void *bin, const char *mappedkfile, off_t size, in bin_find_md_root()
136 bin_put_32(void *bin, off_t size, char *buf) in bin_put_32()
142 bin_close(void *bin) in bin_close()
/netbsd/external/gpl3/binutils.old/usr.sbin/mdsetimage/
H A Dbin_bfd.c63 bin_find_md_root(void *bin, const char *mappedkfile, off_t size, in bin_find_md_root()
136 bin_put_32(void *bin, off_t size, char *buf) in bin_put_32()
142 bin_close(void *bin) in bin_close()
/netbsd/external/bsd/wpa/dist/src/utils/
H A Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Drsp-low.cc115 hex2bin (const char *hex, gdb_byte *bin, int count) in hex2bin()
139 gdb::byte_vector bin (bin_len); in hex2bin() local
180 bin2hex (const gdb_byte *bin, char *hex, int count) in bin2hex()
196 bin2hex (const gdb_byte *bin, int count) in bin2hex()
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Drsp-low.cc115 hex2bin (const char *hex, gdb_byte *bin, int count) in hex2bin()
139 gdb::byte_vector bin (bin_len); in hex2bin() local
180 bin2hex (const gdb_byte *bin, char *hex, int count) in bin2hex()
196 bin2hex (const gdb_byte *bin, int count) in bin2hex()
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcodecs.c15 const unsigned char *const bin, const size_t bin_len) in sodium_bin2hex()
41 sodium_hex2bin(unsigned char *const bin, const size_t bin_maxlen, in sodium_hex2bin()
180 const unsigned char * const bin, const size_t bin_len, in sodium_bin2base64()
266 sodium_base642bin(unsigned char * const bin, const size_t bin_maxlen, in sodium_base642bin()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dexecl-update-breakpoints.c32 char *bin; in main() local
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexecl-update-breakpoints.c32 char *bin; in main() local
/netbsd/crypto/external/bsd/heimdal/dist/tests/
H A DMakefile.am5 SUBDIRS = bin db gss ldap can java kdc subdir
/netbsd/sys/arch/amiga/stand/dumpfont/
H A Ddumpfont.c64 int bin = open ("bitmap", 1); in main() local
/netbsd/sys/external/isc/libsodium/dist/test/default/
H A Dcodecs.c13 unsigned char *bin; in main() local
/netbsd/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddOCaml.cmake29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable
/netbsd/external/bsd/openpam/dist/
H A DMakefile.am3 SUBDIRS = misc include lib bin modules subdir
/netbsd/crypto/external/bsd/openssl/dist/Configurations/platform/
H A DBASE.pm35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } subroutine
/netbsd/sys/arch/xen/x86/
H A Dautoconf.c258 struct btinfo_netif *bin = lookup_bootinfo(BTINFO_NETIF); in device_register() local

12345