Searched refs:lmax (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_vm_thread_pipe.rb4 lmax = 100_000
7 lmax.times{
12 lmax.times{
H A Dbm_vm_thread_pass.rb5 lmax = 200_000 / tmax
9 lmax.times{
H A Dbm_vm_thread_mutex1.rb7 lmax = max * max
11 while i<lmax
H A Dbm_vm_thread_mutex2.rb7 lmax = (max * max)/2
11 while i<lmax
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dlog006.tcl25 set lmax 65536
27 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
143 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
176 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
202 set lmax [$env get_lg_max]
214 set data [read $fid [expr $lmax - [expr $lmax / 8]]]
H A Dtest092.tcl41 set lmax [expr $nentries * 2]
44 -lock_max_locks $lmax -lock_max_objects $lomax]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_doctoc.tcl131 set lmax 0
137 Max lmax [list $toc(label)]
149 Tag+ item [FmtR imax $toc(id)] [FmtR lmax $toc(label)] [list $toc(desc)]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dfortran.vim30 " are detected in the first five columns of the first s:lmax lines
34 let s:lmax = 500
35 if ( s:lmax > line("$") )
36 let s:lmax = line("$")
40 while s:ln <= s:lmax
48 unlet! s:lmax s:ln s:test
/macosx-10.9.5/vim-53/runtime/indent/
H A Dfortran.vim34 let s:lmax = 500
35 if ( s:lmax > line("$") )
36 let s:lmax = line("$")
40 while s:ln <= s:lmax
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c373 static size_t lmax, lcur; variable
378 while ( lcur + len + 1 > lmax ) { \
379 lmax += BUFSIZ; \
380 line = (char *) realloc( line, lmax ); \
/macosx-10.9.5/procmail-14/procmail/src/
H A Dmisc.c36 { int lnew;size_t i;static size_t lold,lmax;static char*old; local
38 lold=lmax=0; /* so give up on any buffered message */
41 (lmax>=i|| /* either we have enough room in the buffer or */
44 { if(i>lmax) /* to use or expand the buffer */
45 { char*p;size_t newmax=lmax*2; /* exponential expansion by default */
50 lcking|=lck_LOGGING; /* about to change old or lmax */
51 if(p=lmax?frealloc(old,newmax):fmalloc(newmax))/* fragile allocation */
52 lmax=newmax,old=p; /* update the values */
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member in struct:_dosdisc
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/macosx-10.9.5/xnu-2422.115.4/bsd/libkern/
H A Dlibkern.h108 lmax(long a, long b) function
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dutil.c492 ber_len_t l, lmax; local
505 lmax = id->eid_keyval.bv_len < 12 ? id->eid_keyval.bv_len : 12;
506 for ( l = 0, i = 9; l < lmax; l++, i += 2 ) {
H A Dconfig.c542 int rc = 0, lineno = 0, lmax = 0, ldifrc; local
568 while (( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/altq/
H A Daltq_qfq.c125 err = qfq_add_queue(qif, a->qlimit, a->weight, a->pq_u.qfq_opts.lmax,
/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_qfq.h104 u_int32_t lmax; member in struct:qfq_classstats
218 * which is log_2(lmax/weight), but we never reference it
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Droot_dse.c407 int rc = 0, lineno = 0, lmax = 0, ldifrc; local
427 while(( ldifrc = ldif_read_record( fp, &lineno, &buf, &lmax )) > 0 ) {
H A Dslapadd.c67 static int lmax; variable
93 ldifrc = ldif_read_record( ldiffp, &erec->nextline, &buf, &lmax );
H A Dad.c1136 size_t lmax = LBUFSIZ; local
1146 lcur = line = (char *) ch_malloc( lmax );
1165 lmax += LBUFSIZ;
1166 line = (char *) ch_realloc( line, lmax );
H A Dconfig.c2166 static size_t lmax, lcur; variable
2171 while ( lcur + len + 1 > lmax ) { \
2172 lmax += AC_LINE_MAX; \
2173 line = (char *) ch_realloc( line, lmax ); \
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfortran.vim72 " are detected in the first five columns of the first s:lmax lines.
76 let s:lmax = 500
77 if ( s:lmax > line("$") )
78 let s:lmax = line("$")
82 while s:ln <= s:lmax
90 unlet! s:lmax s:ln s:test
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapmodify.c249 int lineno, nextline = 0, lmax = 0; local
329 &rbuf, &lmax )) > 0 )
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dif.c1682 "lmax: %7u ]\n", cs->qlength, cs->qlimit, cs->index,
1683 cs->weight, cs->lmax);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpfvar.h1620 u_int32_t lmax; member in struct:qfq_opts

Completed in 207 milliseconds

12