HomeSort by: relevance | last modified time | path
    Searched defs:bins (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/net/bpf/
t_div-by-zero.c 29 struct bpf_insn bins[] = { local in function:ATF_TC_BODY
37 bp.bf_len = __arraycount(bins);
38 bp.bf_insns = bins;
  /src/sys/arch/hppa/hppa/
in_cksum.c 71 #define ADDBYTE {ROL; sum += *w++; bins++; mlen--;}
81 u_int bins = 0; local in function:in_cksum
121 if (bins & 1)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgt215.c 108 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; local in function:gt215_link_train_calc
131 bins[(median[i] & 0xf0) >> 4]++;
137 if (bins[i] > qty) {
139 qty = bins[i];
  /src/lib/libc/stdlib/
jemalloc.c 631 * bins is used to store rings of free regions of the following sizes,
634 * bins[i] | size |
653 arena_bin_t bins[1]; /* Dynamically sized. */ member in struct:arena_s
670 static size_t bin_maxclass; /* Max size class for bins. */
671 static unsigned ntbins; /* Number of (2^n)-spaced tiny bins. */
672 static unsigned nqbins; /* Number of quantum-spaced bins. */
673 static unsigned nsbins; /* Number of (2^n)-spaced sub-page bins. */
1144 malloc_printf("bins: bin size regs pgs requests newruns"
1147 if (arena->bins[i].stats.nrequests == 0) {
1167 arena->bins[i].reg_size
    [all...]

Completed in 17 milliseconds