HomeSort by relevance Sort by last modified time
    Searched full:bin_size (Results 1 - 4 of 4) sorted by null

  /external/openssh/
bufbn.c 62 int bin_size = (bits + 7) / 8; local
63 u_char *buf = xmalloc(bin_size);
69 if (oi != bin_size) {
70 error("buffer_put_bignum_ret: BN_bn2bin() failed: oi %d != bin_size %d",
71 oi, bin_size);
82 memset(buf, 0, bin_size);
169 "oi %d != bin_size %d", oi, bytes);
  /external/iproute2/tc/
q_sfb.c 92 if (get_u32(&opt.bin_size, *argv, 0)) {
129 if (opt.bin_size >= 1)
130 opt.max = (opt.bin_size * 5 + 1) / 4;
134 if (opt.bin_size == 0)
135 opt.bin_size = (opt.max * 4 + 3) / 5;
163 qopt->limit, qopt->max, qopt->bin_size,
  /external/iproute2/include/linux/
pkt_sched.h 620 __u32 bin_size; /* maximum queue length per bin */ member in struct:tc_sfb_qopt
  /external/srec/portable/src/
pmalloc.c 114 #define BIN_SIZE 16384 /* 2 ^ BIN_BITS */
116 #define __NUM_MEM_BINS(memPoolSize) (((memPoolSize)/BIN_SIZE) + 5) /* 5 = extra for roundoff */

Completed in 1341 milliseconds