| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | st.c | 206 tbl->bins = (st_table_entry **) Calloc(size, sizeof(st_table_entry *)); 246 ptr = table->bins[i]; 253 free(table->bins); 268 ptr = (table)->bins[bin_pos];\ 313 entry->next = table->bins[bin_pos];\ 314 table->bins[bin_pos] = entry;\ 362 ptr = table->bins[i]; 371 free(table->bins); 373 table->bins = new_bins; 389 new_table->bins = (st_table_entry **) [all …]
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.hist.c | 542 unsigned bins[155]; in testHash() local 543 memset(bins, 0, sizeof(bins)); in testHash() 548 if (hits >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash() 549 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash() 552 bins[hits]++; in testHash() 558 bins[i], bins[i]*100/length, i); in testHash() 562 memset(bins, 0, sizeof(bins)); in testHash() 577 if (run >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash() 578 run = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash() 581 bins[run]++; in testHash() [all …]
|
| /NextBSD/contrib/netbsd-tests/net/bpf/ |
| HD | t_div-by-zero.c | 29 struct bpf_insn bins[] = { in ATF_TC_BODY() local 37 bp.bf_len = __arraycount(bins); in ATF_TC_BODY() 38 bp.bf_insns = bins; in ATF_TC_BODY()
|
| /NextBSD/tools/regression/filemon/ |
| HD | Makefile | 17 bins: ${BINS} target 18 all: bins
|
| /NextBSD/contrib/jemalloc/src/ |
| HD | stats.c | 45 void *cbopaque, unsigned i, bool bins, bool large, bool huge); 257 unsigned i, bool bins, bool large, bool huge) in stats_arena_print() argument 351 if (bins) in stats_arena_print() 369 bool bins = true; in stats_print() local 409 bins = false; in stats_print() 606 narenas, bins, large, huge); in stats_print() 632 cbopaque, i, bins, large, in stats_print()
|
| HD | tcache.c | 107 arena_bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small() 153 arena_bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() 358 arena_bin_t *bin = &arena->bins[i]; in tcache_destroy() 416 arena_bin_t *bin = &arena->bins[i]; in tcache_stats_merge()
|
| HD | arena.c | 1999 bin = &arena->bins[binind]; in arena_tcache_fill_small() 2157 bin = &arena->bins[binind]; in arena_malloc_small() 2487 bin = &arena->bins[binind]; in arena_dalloc_bin_locked_impl() 2524 bin = &arena->bins[run->binind]; in arena_dalloc_bin() 2980 arena_bin_t *bin = &arena->bins[i]; in arena_stats_merge() 3084 bin = &arena->bins[i]; in arena_new() 3297 malloc_mutex_prefork(&arena->bins[i].lock); in arena_prefork() 3306 malloc_mutex_postfork_parent(&arena->bins[i].lock); in arena_postfork_parent() 3319 malloc_mutex_postfork_child(&arena->bins[i].lock); in arena_postfork_child()
|
| /NextBSD/contrib/ofed/management/opensm/include/opensm/ |
| HD | st.h | 68 struct st_table_entry **bins; member
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | arena.h | 404 arena_bin_t bins[NBINS]; member 972 bin = &arena->bins[run_binind]; in arena_ptr_small_binind_get() 973 actual_binind = bin - arena->bins; in arena_ptr_small_binind_get() 990 szind_t binind = bin - arena->bins; in arena_bin_index()
|
| /NextBSD/sys/dev/random/ |
| HD | yarrow.c | 110 RANDOM_CHECK_UINT(bins, RANDOM_YARROW_NPOOLS, 16);
|
| /NextBSD/contrib/binutils/gprof/po/ |
| HD | ms.po | 323 msgid "%s: unexpected EOF after reading %d/%d bins\n" 324 msgstr "%s: EOF tidak dijangka selepas membaca %d/%d bins\n"
|
| HD | gprof.pot | 300 msgid "%s: unexpected EOF after reading %d/%d bins\n"
|
| /NextBSD/contrib/jemalloc/ |
| HD | ChangeLog | 219 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with 220 "stats.arenas.<i>.bins.<j>.curregs". 517 "stats.arenas.<i>.bins.<j>.highruns" and 521 "arenas.[tqcs]bins" mallctls.
|
| /NextBSD/sys/contrib/octeon-sdk/cvmx-malloc/ |
| HD | malloc.c | 1931 #define bin_at(m, i) ((mbinptr)((char*)&((m)->bins[(i)<<1]) - (SIZE_SZ<<1))) 2188 mchunkptr bins[NBINS * 2]; member
|
| /NextBSD/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 1111 kern.random.yarrow.bins
|