HomeSort by: relevance | last modified time | path
    Searched refs:bins (Results 1 - 11 of 11) 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/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...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/
socfpga_stratix10.dtsi 152 snps,multicast-filter-bins = <256>;
170 snps,multicast-filter-bins = <256>;
188 snps,multicast-filter-bins = <256>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/intel/
socfpga_agilex.dtsi 164 snps,multicast-filter-bins = <256>;
182 snps,multicast-filter-bins = <256>;
200 snps,multicast-filter-bins = <256>;
  /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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
socfpga_arria10.dtsi 439 snps,multicast-filter-bins = <256>;
459 snps,multicast-filter-bins = <256>;
479 snps,multicast-filter-bins = <256>;
socfpga.dtsi 577 snps,multicast-filter-bins = <256>;
595 snps,multicast-filter-bins = <256>;
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
jh7100.dtsi 225 snps,multicast-filter-bins = <32>;
jh7110.dtsi 1018 snps,multicast-filter-bins = <64>;
1049 snps,multicast-filter-bins = <64>;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996.dtsi 983 * all bins of the hardware

Completed in 19 milliseconds