Home
last modified time | relevance | path

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

12345

/mirbsd/src/libexec/talkd/
Dannounce.c104 int sizes[N_LINES]; in print_mesg() local
115 sizes[i] = strlen(line_buf[i]); in print_mesg()
116 max_size = max(max_size, sizes[i]); in print_mesg()
121 sizes[i] = strlen(line_buf[i]); in print_mesg()
122 max_size = max(max_size, sizes[i]); in print_mesg()
128 sizes[i] = strlen(line_buf[i]); in print_mesg()
129 max_size = max(max_size, sizes[i]); in print_mesg()
133 sizes[i] = strlen(line_buf[i]); in print_mesg()
134 max_size = max(max_size, sizes[i]); in print_mesg()
137 sizes[i] = strlen(line_buf[i]); in print_mesg()
[all …]
/mirbsd/src/lib/libssl/src/crypto/bn/
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()
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()
/mirbsd/src/usr.bin/sort/
Dfsort.c71 long sizes[NBINS+1]; in fsort() local
111 memset(sizes, 0, sizeof(sizes)); in fsort()
197 onepass(keylist, depth, nelem, sizes, in fsort()
223 if (sizes[i]) { in fsort()
224 if (sizes[i] > sizes[maxb]) in fsort()
227 total += sizes[i]; in fsort()
229 if (sizes[maxb] < max((total / 2) , BUFSIZE)) in fsort()
237 if (!sizes[i]) /* bin empty; step ahead file offset */ in fsort()
247 if (!sizes[i]) in fsort()
277 onepass(u_char **a, int depth, long n, long sizes[], u_char *tr, FILE *fp) in onepass() argument
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Dunibench.pl9 my @sizes = @ARGV || (1, 4, 16);
25 for my $i (@sizes){
33 for my $i (@sizes){
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbcache.c129 static unsigned long sizes[] = { in expand_hash_table() local
146 for (i = 0; i < (sizeof (sizes) / sizeof (sizes[0])); i++) in expand_hash_table()
147 if (sizes[i] > bcache->num_buckets) in expand_hash_table()
149 new_num_buckets = sizes[i]; in expand_hash_table()
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/
Dcustomize.cgi8 @sizes=("<default>",1..7);
82 -values=>\@sizes,
/mirbsd/src/sys/dev/raidframe/
Drf_alloclist.c125 l->sizes[l->numPointers] = size; in rf_real_AddToAllocList()
150 RF_Free(p->pointers[i], p->sizes[i]); in rf_FreeAllocList()
Drf_alloclist.h46 int sizes[RF_POINTERS_PER_ALLOC_LIST_ELEMENT]; member
Drf_aselect.c101 p->sizes[i]); in rf_TransferDagMemory()
103 p->sizes[i] = 0; in rf_TransferDagMemory()
/mirbsd/src/etc/etc.i386/
Ddisktab28 # p[a-p] partition sizes in sectors
29 # b[a-p] partition block sizes in bytes
30 # f[a-p] partition fragment sizes in bytes
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dlinux.em112 sections, but before any sizes or addresses have been set. */
120 /* Let the backend work out the sizes of any sections required by
123 einfo ("%P%F: failed to set dynamic section sizes: %E\n");
Dcrxelf.em50 sections, but before any sizes or addresses have been set. */
/mirbsd/src/gnu/usr.bin/binutils/gas/
Decoff.c1070 symint_t sizes [N_TQ+2]; /* sizes of each array slice + size of member
1943 (void) add_aux_sym_symint ((symint_t) t->sizes[t->num_sizes - 1]); in add_aux_sym_tir()
1988 : (t->sizes[i] * 8) / t->dimensions[i]); in add_aux_sym_tir()
2626 int sizes[N_TQ]; in ecoff_directive_size() local
2639 sizes[i] = get_absolute_expression (); in ecoff_directive_size()
2662 coff_type.sizes[coff_type.num_sizes] = sizes[i]; in ecoff_directive_size()
2847 j = (sizeof (coff_type.sizes) / sizeof (coff_type.sizes[0])) - 1; in ecoff_directive_endef()
2850 coff_type.sizes[j] = (((j - diff) >= 0) in ecoff_directive_endef()
2851 ? coff_type.sizes[j - diff] in ecoff_directive_endef()
2858 coff_type.sizes[i] = (coff_type.dimensions[i + 1] == 0 in ecoff_directive_endef()
[all …]
/mirbsd/src/sys/dev/usb/
Dugen.c106 u_int16_t sizes[UGEN_NISORFRMS]; member
427 sce->isoreqs[i].sizes[j] = isize; in ugenopen()
430 sce->isoreqs[i].sizes, in ugenopen()
906 u_int32_t actlen = req->sizes[i]; in ugen_isoc_rintr()
922 req->sizes[i] = isize; in ugen_isoc_rintr()
925 usbd_setup_isoc_xfer(xfer, sce->pipeh, req, req->sizes, UGEN_NISORFRMS, in ugen_isoc_rintr()
Duaudio.c145 u_int16_t sizes[UAUDIO_NFRAMES]; member
2025 cb->sizes[i] = size; in uaudio_chan_ptransfer()
2051 DPRINTF((" [%d] length %d\n", i, cb->sizes[i])); in uaudio_chan_ptransfer()
2058 usbd_setup_isoc_xfer(cb->xfer, ch->pipe, cb, cb->sizes, in uaudio_chan_ptransfer()
2123 cb->sizes[i] = size; in uaudio_chan_rtransfer()
2135 DPRINTF((" [%d] length %d\n", i, cb->sizes[i])); in uaudio_chan_rtransfer()
2142 usbd_setup_isoc_xfer(cb->xfer, ch->pipe, cb, cb->sizes, in uaudio_chan_rtransfer()
2179 frsize = cb->sizes[i]; in uaudio_chan_rintr()
/mirbsd/src/lib/libssl/src/doc/crypto/
DRSA_generate_key.pod21 B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure.
Drc4.pod24 key sizes have been widely used due to export restrictions.
DPKCS12_create.pod46 had restrictions on the permissible sizes of keys which could be used for
DBIO_f_buffer.pod33 set the read, write or both read and write buffer sizes to B<size>. The initial
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi29 * MIPS symbol sizes:: Directives to override the size of symbols
89 The register sizes are normally inferred from the ISA and ABI, but these
210 the beginning of the assembler input. @xref{MIPS symbol sizes}.
312 @node MIPS symbol sizes
/mirbsd/src/sys/dev/ic/
Dami.c108 void ami_copyhds(struct ami_softc *sc, const u_int32_t *sizes,
221 ami_copyhds(sc, sizes, props, stats) in ami_copyhds() argument
223 const u_int32_t *sizes;
231 sc->sc_hdr[i].hd_size = letoh32(sizes[i]);
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dagentexpr.texi41 shifts, and so on) and various sizes of literals and memory reference
43 values --- various sizes of integers and floating point numbers --- and
121 Most bytecode instructions do not distinguish between the various sizes
128 There are distinct instructions to fetch different word sizes from
513 will have different stack sizes, and different bytecode buffer lengths.
701 operand sizes. You can generate code without @emph{knowing} how big the
711 GDB should certainly check to see what sizes the target supports, so the
781 Suppose we have multiple branch ops with different offset sizes. As I
/mirbsd/src/etc/etc.sparc/
Ddisktab28 # p[a-p] partition sizes in sectors
29 # b[a-p] partition block sizes in bytes
30 # f[a-p] partition fragment sizes in bytes
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman1300 Up to three sizes of integer, declared
311 the other sizes are provided to meet special needs.
352 of all sizes will collectively be called

12345