Searched refs:pmax (Results 1 - 25 of 106) sorted by relevance

12345

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_nsieve.rb10 pmax = m - 1
12 while p <= pmax
16 while mult <= pmax
H A Dbm_so_nsieve_bits.rb22 pmax = m - 1
23 2.step(pmax, 1) do |p|
26 p.step(pmax, p) do |mult|
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_nbt.c150 static u_char *AliasHandleName ( u_char *p, char *pmax ) {
158 if (p == NULL || (char *)p >= pmax)
163 if ((char *)p > pmax)
176 if ((char *)p > pmax) {
207 if (p == NULL || (char *)p >= pmax)
234 char *pmax; local
238 pmax = (char *)uh + ntohs( uh->uh_ulen );
241 if ((char *)(ndh + 1) > pmax)
251 p = AliasHandleName ( p, pmax ); /* Source Name */
252 p = AliasHandleName ( p, pmax ); /* Destinatio
301 AliasHandleQuestion( u_short count, NBTNsQuestion *q, char *pmax, NBTArguments *nbtarg) argument
358 AliasHandleResourceNB( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
427 AliasHandleResourceA( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
484 AliasHandleResourceNULL( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
517 AliasHandleResourceNS( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
548 AliasHandleResourceNBSTAT( NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
572 AliasHandleResource( u_short count, NBTNsResource *q, char *pmax, NBTArguments *nbtarg) argument
652 char *pmax; local
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-lhash.c156 ret->pmax = MIN_NODES/2;
342 unsigned int p, i, j, pmax; local
347 pmax = lh->pmax;
349 if ((lh->p) >= lh->pmax) {
363 lh->pmax = lh->num_alloc_nodes;
373 n2 = &(lh->b[p+pmax]);
400 int idx = lh->p+lh->pmax-1;
405 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
413 lh->pmax /
[all...]
H A Dossl-lhash.h180 unsigned int pmax; member in struct:lhash_st
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A Dlhash.c130 ret->pmax=MIN_NODES/2;
308 unsigned int p,i,j,pmax; local
313 pmax=lh->pmax;
315 if ((lh->p) >= lh->pmax)
330 lh->pmax=lh->num_alloc_nodes;
340 n2= &(lh->b[p+pmax]);
367 int idx = lh->p+lh->pmax-1;
373 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
382 lh->pmax/
[all...]
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
H A Dlh_stats.c93 fprintf(out,"pmax = %u\n",lh->pmax);
202 BIO_printf(out,"pmax = %u\n",lh->pmax);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/lhash/
H A Dlhash.c148 ret->pmax=MIN_NODES/2;
324 n2= &(lh->b[p+(int)lh->pmax]);
347 if ((lh->p) >= lh->pmax)
362 lh->pmax=lh->num_alloc_nodes;
374 np=lh->b[lh->p+lh->pmax-1];
375 lh->b[lh->p+lh->pmax-1]=NULL; /* 24/07-92 - eay - weird but :-( */
379 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
388 lh->pmax/=2;
389 lh->p=lh->pmax-1;
419 nn=hash%lh->pmax;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzfparse.c109 static void setminmax (long *pmin, long val, long *pmax) argument
113 if ( val > *pmax )
114 *pmax = val;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dlhash.h109 unsigned int pmax; member in struct:lhash_st
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl71 # pmax Maximum of the distribution
77 proc ::math::statistics::pdf-uniform { pmin pmax x } {
79 if { $pmin >= $pmax } {
85 set prob [expr {1.0/($pmax-$min)}]
87 if { $x < $pmin || $x > $pmax } { return 0.0 }
187 # pmax Maximum of the distribution
193 proc ::math::statistics::cdf-uniform { pmin pmax x } {
195 if { $pmin >= $pmax } {
200 set prob [expr {($x-$pmin)/($pmax-$min)}]
203 if { $x > $pmax } { retur
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dcsh-mode.el883 (defun csh-pickup-completion (regexp type match pmin pmax)
890 (re-search-forward regexp pmax t)
905 (defun csh-pickup-completion-driver (pmin pmax message)
914 pmin pmax))
919 pmin pmax))
924 pmin pmax)))
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_def.c208 pg->pmax = j - 1;
223 pg->pmax = field_cnt - 1;
232 for (j = form->page[page_nr].pmin; j <= form->page[page_nr].pmax; j++)
H A Dform.h62 short pmax; /* index of last field on page */ member in struct:__anon10931
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dlonglines.el204 (pmax (max beg end))
205 (pos (text-property-not-all pmin pmax 'hard nil))
210 (setq pos (text-property-not-all (1+ pos) pmax 'hard nil)))))
H A Dvms-patch.el226 (pmax (point-max)))
231 (when (and (< (1+ len) pmax)
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dlhash.h146 unsigned int pmax; member in struct:lhash_st
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-menus.el248 (pmax (length method)) ;
253 (while (< p pmax)
/macosx-10.10.1/ntp-92/ntpd/
H A Dntpd.c417 int pmax, pmin; local
420 pmax = sched_get_priority_max(SCHED_FIFO);
421 sched.sched_priority = pmax;
424 if ( config_priority > pmax )
425 sched.sched_priority = pmax;
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-ref.el47 (pmax (max p1 p2 p3)))
49 (setq reftex-location-start pmax)
51 ((= p1 pmax)
55 ((= p2 pmax)
59 ((= p3 pmax)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcdos.c48 Sfoff_t pmax; member in struct:_dosdisc
216 dp->pmax = dp->phere;
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dconfig.sub265 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsound.c1110 long pmin, pmax;
1111 snd_mixer_selem_get_playback_volume_range (e, &pmin, &pmax);
1112 long vol = pmin + (sd->volume * (pmax - pmin)) / 100;
1109 long pmin, pmax; local
/macosx-10.10.1/screen-22/screen/
H A Dtermcap.c1131 register char *p, *pmax; local
1135 pmax = p + buflen - (3+4+2);
1139 while ((c = *s++) && (p < pmax))

Completed in 166 milliseconds

12345