Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 93) sorted by relevance

1234

/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbnspeed.c165 static int sizes[NUM_SIZES]={128,256,512,1024,2048}; variable
193 BN_rand(a,sizes[i],1,0); in do_mul()
196 BN_rand(b,sizes[j],1,0); in do_mul()
201 printf("mul %4d x %4d -> %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num); in do_mul()
209 BN_rand(a,sizes[i],1,0); in do_mul()
214 printf("sqr %4d x %4d -> %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num); in do_mul()
221 BN_rand(a,sizes[i]-1,1,0); in do_mul()
224 BN_rand(b,sizes[j],1,0); in do_mul()
229 printf("div %4d / %4d -> %8.3fms\n",sizes[j],sizes[i]-1,tm*1000.0/num); in do_mul()
H A Dexpspeed.c194 static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192}; variable
245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err; in do_mul_exp()
254 if (!BN_pseudo_rand(a,sizes[i],1,0)) goto err; in do_mul_exp()
256 if (!BN_pseudo_rand(b,sizes[i],1,0)) goto err; in do_mul_exp()
259 if (!BN_pseudo_rand(c,sizes[i],1,1)) goto err; in do_mul_exp()
328 sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num); in do_mul_exp()
/onnv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c328 int sizes[]) in xge_hal_ring_dtr_3b_set() argument
333 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER0_SIZE(sizes[0]); in xge_hal_ring_dtr_3b_set()
336 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER1_SIZE(sizes[1]); in xge_hal_ring_dtr_3b_set()
339 rxdp->control_2 |= XGE_HAL_RXD_3_SET_BUFFER2_SIZE(sizes[2]); in xge_hal_ring_dtr_3b_set()
363 dma_addr_t dma_pointers[], int sizes[]) in xge_hal_ring_dtr_3b_get() argument
368 sizes[0] = XGE_HAL_RXD_3_GET_BUFFER0_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
371 sizes[1] = XGE_HAL_RXD_3_GET_BUFFER1_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
374 sizes[2] = XGE_HAL_RXD_3_GET_BUFFER2_SIZE(rxdp->control_2); in xge_hal_ring_dtr_3b_get()
376 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] + in xge_hal_ring_dtr_3b_get()
377 sizes[2]; in xge_hal_ring_dtr_3b_get()
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c190 int sizes[N_LINES]; in print_mesg() local
214 sizes[i] = strlen(line_buf[i]); in print_mesg()
215 max_size = max(max_size, sizes[i]); in print_mesg()
222 sizes[i] = strlen(line_buf[i]); in print_mesg()
223 max_size = max(max_size, sizes[i]); in print_mesg()
251 sizes[i] = strlen(line_buf[i]); in print_mesg()
252 max_size = max(max_size, sizes[i]); in print_mesg()
258 sizes[i] = strlen(line_buf[i]); in print_mesg()
259 max_size = max(max_size, sizes[i]); in print_mesg()
264 sizes[i] = strlen(line_buf[i]); in print_mesg()
[all …]
/onnv-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c840 xkb_read_modsyms(xkb_t *xkb, char **buf, size_t *sizes, int types, in xkb_read_modsyms() argument
861 sym.st_name = sizes[XKB_WALK_STR]; in xkb_read_modsyms()
863 sizes[type] += sizeof (sym); in xkb_read_modsyms()
865 sizes[XKB_WALK_STR] += sz; in xkb_read_modsyms()
886 size_t *sizes, int types) in xkb_walk_syms() argument
896 bzero(sizes, sizeof (*sizes) * (XKB_WALK_STR + 1)); in xkb_walk_syms()
901 sizes[XKB_WALK_LOCAL] += sizeof (Sym); in xkb_walk_syms()
902 sizes[XKB_WALK_STR] += 1; in xkb_walk_syms()
932 if (!xkb_read_modsyms(xkb, buf, sizes, types, sym_addr, in xkb_walk_syms()
962 size_t sizes[XKB_WALK_STR + 1]; in xkb_build_ksyms() local
[all …]
/onnv-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c89 static int sizes[TSIZE]; variable
237 sizes[i] = 0; in check()
338 sizes[size]++; in qacct()
433 if (sizes[i]) { in report()
434 t += i*sizes[i]; in report()
436 i, sizes[i], t); in report()
438 if (sizes[TSIZE -1 ]) in report()
440 sizes[TSIZE - 1], overflow + (offset_t)t); in report()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dcustomize.cgi8 @sizes=("<default>",1..7);
82 -values=>\@sizes,
/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c57 ibt_srq_sizes_t *sizes; in tavor_srq_alloc() local
80 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sizes)) in tavor_srq_alloc()
99 sizes = srqinfo->srqi_sizes; in tavor_srq_alloc()
173 sizes->srq_wr_sz = max(sizes->srq_wr_sz, TAVOR_SRQ_MIN_SIZE); in tavor_srq_alloc()
174 log_srq_size = highbit(sizes->srq_wr_sz); in tavor_srq_alloc()
175 if ((sizes->srq_wr_sz & (sizes->srq_wr_sz - 1)) == 0) { in tavor_srq_alloc()
196 if (sizes->srq_sgl_sz > max_sgl) { in tavor_srq_alloc()
207 tavor_srq_sgl_to_logwqesz(state, sizes->srq_sgl_sz, in tavor_srq_alloc()
/onnv-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c233 int sizes; in bigheap() local
239 if ((sizes = getpagesizes(NULL, 0)) == -1) in bigheap()
242 if (sizes == 1 || (size = alloca(sizeof (size_t) * sizes)) == NULL) in bigheap()
245 if (getpagesizes(size, sizes) == -1) in bigheap()
248 while (size[sizes - 1] > maxpgsize) in bigheap()
249 sizes--; in bigheap()
252 big = size[sizes - 1]; in bigheap()
/onnv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h416 int sizes[]);
420 dma_addr_t dma_pointers[], int sizes[]);
424 int sizes[]);
428 dma_addr_t dma_pointer[], int sizes[]);
/onnv-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti.h216 ibt_channel_hdl_t *rc_chan_p, ibt_chan_sizes_t *sizes);
265 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes);
275 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes);
/onnv-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c237 size_t sizes[2]; local
380 sizes[0] = sizeof(ipfl);
388 sizes[1] = hlen + mlen;
392 sizes[1] = hlen + mlen;
397 sizes[1] = hlen + mlen;
400 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c56 ibt_srq_sizes_t *sizes; in hermon_srq_alloc() local
76 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sizes)) in hermon_srq_alloc()
87 sizes = srqinfo->srqi_sizes; in hermon_srq_alloc()
175 srq_wr_sz = max(sizes->srq_wr_sz + 1, HERMON_SRQ_MIN_SIZE); in hermon_srq_alloc()
197 if (sizes->srq_sgl_sz > max_sgl) { in hermon_srq_alloc()
207 hermon_srq_sgl_to_logwqesz(state, sizes->srq_sgl_sz, in hermon_srq_alloc()
/onnv-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c63 ibt_chan_sizes_t *sizes) in ibt_alloc_rc_channel() argument
71 hca_hdl, flags, args, sizes); in ibt_alloc_rc_channel()
176 retval = ibt_alloc_qp(hca_hdl, IBT_RC_RQP, &qp_attr, sizes, NULL, in ibt_alloc_rc_channel()
401 ibt_chan_sizes_t *sizes) in ibt_alloc_ud_channel() argument
410 hca_hdl, flags, args, sizes); in ibt_alloc_ud_channel()
538 retval = ibt_alloc_qp(hca_hdl, IBT_UD_RQP, &qp_attr, sizes, NULL, in ibt_alloc_ud_channel()
599 ibt_channel_hdl_t *ud_chan_p, ibt_chan_sizes_t *sizes) in ibt_alloc_ud_channel_range() argument
613 hca_hdl, flags, args, sizes); in ibt_alloc_ud_channel_range()
685 IBT_UD_RQP, &qp_attr, sizes, ibc_send_cq, ibc_recv_cq, in ibt_alloc_ud_channel_range()
/onnv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c321 int sizes[] = IPGPC_PRIMES(); in ipgpc_initialize() local
334 for (i = 3; i < sizeof (sizes) / sizeof (*sizes) - 1; ++i) { in ipgpc_initialize()
335 if (sizes[i] >= ipgpc_max_filters) { in ipgpc_initialize()
339 if (sizes[i] == 0) { in ipgpc_initialize()
343 ipgpc_max_num_filters = sizes[(i - 1)]; in ipgpc_initialize()
345 ipgpc_max_num_filters = sizes[i]; in ipgpc_initialize()
350 for (i = 3; i < sizeof (sizes) / sizeof (*sizes) - 1; ++i) { in ipgpc_initialize()
351 if (sizes[i] >= ipgpc_max_classes) { in ipgpc_initialize()
355 if (sizes[i] == 0) { in ipgpc_initialize()
359 ipgpc_max_num_classes = sizes[(i - 1)]; in ipgpc_initialize()
[all …]
/onnv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s53 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
119 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/onnv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s55 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
123 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
/onnv-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt44 Example Code and Data Size: These are the sizes for the OS-independent
104 Example Code and Data Size: These are the sizes for the OS-independent
168 Example Code and Data Size: These are the sizes for the OS-independent
259 Example Code and Data Size: These are the sizes for the OS-independent
332 Example Code and Data Size: These are the sizes for the OS-independent
405 Example Code and Data Size: These are the sizes for the OS-independent
451 Example Code and Data Size: These are the sizes for the OS-independent
623 Example Code and Data Size: These are the sizes for the OS-independent
661 Example Code and Data Size: These are the sizes for the OS-independent
725 Example Code and Data Size: These are the sizes for the OS-independent
[all …]
/onnv-gate/usr/src/lib/libsqlite/tool/
H A Dreport1.txt5 in GDBM. The following are statistics on the sizes of keys and data
/onnv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h73 int (*sizes)(); /* Return size of cache */ member
/onnv-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1070 ibt_chan_sizes_t sizes; in ib_create_qp() local
1149 &sizes, &qpn, &ibt_qp); in ib_create_qp()
1153 &sizes, &qpn, &ibt_qp); in ib_create_qp()
1157 qp_init_attr->port_num, IBT_SMI_SQP, &attrs, &sizes, in ib_create_qp()
1162 qp_init_attr->port_num, IBT_GSI_SQP, &attrs, &sizes, in ib_create_qp()
1175 qp_init_attr->cap.max_send_wr = sizes.cs_sq; in ib_create_qp()
1176 qp_init_attr->cap.max_recv_wr = sizes.cs_rq; in ib_create_qp()
1177 qp_init_attr->cap.max_send_sge = sizes.cs_sq_sgl; in ib_create_qp()
1178 qp_init_attr->cap.max_recv_sge = sizes.cs_rq_sgl; in ib_create_qp()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Drc4.pod24 key sizes have been widely used due to export restrictions.
H A DRSA_generate_key.pod21 B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure.
/onnv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c239 char *sizes[3]; in choose_slice() local
292 sizes[0] = gettext("an exact size slice"); in choose_slice()
293 sizes[1] = gettext("a larger slice"); in choose_slice()
294 sizes[2] = gettext("a smaller slice"); in choose_slice()
487 sizes[m], in choose_slice()
/onnv-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs35 # the sizes of stage2 and pxegrub and may cause malfunction.

1234