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

  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 23 // nmax is the largest n such that
26 nmax = 5552
96 if len(p) > nmax {
97 p, q = p[:nmax], p[nmax:]
22 nmax = 5552 const
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 23 // nmax is the largest n such that
26 nmax = 5552
96 if len(p) > nmax {
97 p, q = p[:nmax], p[nmax:]
22 nmax = 5552 const
  /external/v8/src/runtime/
runtime-test.cc 666 const int nmax = 80; local
668 if (n <= nmax) {
671 PrintF("%4d:%*s", n, nmax, "...");
  /external/aac/libSBRenc/src/
fram_gen.cpp 1517 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 292 int nmax = eloop.count + 1 + 50; local
293 n = os_realloc_array(eloop.pollfds, nmax,
298 eloop.max_poll_fds = nmax;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1450 milliseconds