HomeSort by relevance Sort by last modified time
    Searched defs:pmax (Results 1 - 9 of 9) sorted by null

  /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/openssl/crypto/lhash/
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 146 unsigned int pmax; member in struct:lhash_st
  /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...]
  /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/bison/src/
vcg.h 903 int pmax; member in struct:graph
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiWatchdogStateMachine.java 1139 int p = 0, pmax = MAX_AVOID_TIME.length - 1; local
    [all...]

Completed in 92 milliseconds