HomeSort by relevance Sort by last modified time
    Searched refs:pmax (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/openssl/crypto/lhash/
lhash.c 130 ret->pmax=MIN_NODES/2;
320 n2= &(lh->b[p+(int)lh->pmax]);
343 if ((lh->p) >= lh->pmax)
358 lh->pmax=lh->num_alloc_nodes;
370 np=lh->b[lh->p+lh->pmax-1];
371 lh->b[lh->p+lh->pmax-1]=NULL; /* 24/07-92 - eay - weird but :-( */
375 (unsigned int)(sizeof(LHASH_NODE *)*lh->pmax));
384 lh->pmax/=2;
385 lh->p=lh->pmax-1;
415 nn=hash%lh->pmax;
    [all...]
lh_stats.c 93 fprintf(out,"pmax = %u\n",lh->pmax);
202 BIO_printf(out,"pmax = %u\n",lh->pmax);
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /external/opencv/cxcore/src/
cxminmaxloc.cpp 305 void *pmin = &minvf, *pmax = &maxvf; local
328 pmin = &minv, pmax = &maxv;
366 pmin, pmax, &minloc, &maxloc ));
376 pmin, pmax, &minloc, &maxloc ));
390 pmin, pmax, &minloc, &maxloc ));
401 pmin, pmax, &minloc, &maxloc ));
  /external/regex-re2/re2/
re2.cc 449 string pmin, pmax; local
451 pmax = prefix_.substr(0, n);
465 pmax += dmax;
466 } else if (pmax.size() > 0) {
469 // Round up pmax to allow any possible suffix.
470 pmax = PrefixSuccessor(pmax);
479 *max = pmax;
    [all...]
  /external/bison/src/
vcg.h 903 int pmax; member in struct:graph
    [all...]
vcg.c 124 g->pmax = G_PMAX;
833 if (g->pmax != G_PMAX)
834 fprintf (fout, "\tpmax:\t%d\n", g->pmax);
  /external/openssl/include/openssl/
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 62 short pmax; /* index of last field on page */ member in struct:__anon24018
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 62 short pmax; /* index of last field on page */ member in struct:__anon25608
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 62 short pmax; /* index of last field on page */ member in struct:__anon27120
  /external/jpeg/
config.sub 270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/qemu/distrib/jpeg-6b/
config.sub 270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 1139 int p = 0, pmax = MAX_AVOID_TIME.length - 1; local
    [all...]
  /external/bison/build-aux/
config.sub 486 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/chromium/sdch/open-vcdiff/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/chromium/third_party/libevent/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/dropbear/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/e2fsprogs/config/
config.sub 526 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/elfutils/config/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/grub/
config.sub 473 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/icu4c/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/libffi/
config.sub 498 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
  /external/libmtp/
config.sub 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
    [all...]
  /external/libogg/
config.sub 497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)

Completed in 1354 milliseconds

1 2 3