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

  /external/freetype/src/base/
ftbbox.c 265 FT_Pos nmin, nmax; local
292 nmax = *max << shift;
301 nmax = *max >> -shift;
304 nmax = update_cubic_max( p1, p2, p3, p4, nmax );
312 nmax >>= shift;
317 nmax <<= -shift;
322 if ( nmax > *max )
323 *max = nmax;
  /external/aac/libSBRenc/src/
fram_gen.cpp 1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 204 int nmax = eloop.count + 1 + 50; local
205 n = os_realloc_array(eloop.pollfds, nmax,
210 eloop.max_poll_fds = nmax;

Completed in 256 milliseconds