HomeSort by relevance Sort by last modified time
    Searched refs:nmax (Results 1 - 12 of 12) 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/valgrind/main/coregrind/m_gdbserver/
server.h 143 #define strncmp(s1,s2,nmax) VG_(strncmp) ((s1),(s2),nmax)
146 #define strncpy(s1,s2,nmax) VG_(strncpy) ((s1),(s2),nmax)
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 158 ( const char* s1, const char* s2, SizeT nmax ); \
160 ( const char* s1, const char* s2, SizeT nmax ) \
164 if (n >= nmax) return 0; \
  /external/eigen/bench/
bench_norm.cpp 95 static int nmax = 0;
99 if(nmax <= 0)
131 if (Scalar(nbig)>abig) nmax = abig; // largest safe n
132 else nmax = nbig;
  /external/valgrind/main/include/
pub_tool_libcbase.h 95 extern Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
96 extern Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
  /external/valgrind/main/shared/
vg_replace_strmem.c 550 ( const char* s1, const char* s2, SizeT nmax ); \
552 ( const char* s1, const char* s2, SizeT nmax ) \
556 if (n >= nmax) return 0; \
622 ( const char* s1, const char* s2, SizeT nmax ); \
624 ( const char* s1, const char* s2, SizeT nmax ) \
629 if (n >= nmax) return 0; \
695 ( const char* s1, const char* s2, SizeT nmax, void* locale ); \
697 ( const char* s1, const char* s2, SizeT nmax, void* locale ) \
702 if (n >= nmax) return 0; \
    [all...]
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 88 int Init(int mID, int nmax)
112 nmax, quarter_res[mID], thresh_still[mID]);
117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 88 int Init(int mID, int nmax)
112 nmax, quarter_res[mID], thresh_still[mID]);
117 LOGV("Init[%d]: %g ms [%d frames]",mID,time_c,nmax);
  /external/valgrind/main/coregrind/
m_libcbase.c 331 Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax )
335 if (n >= nmax) return 0;
346 Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax )
352 if (n >= nmax) return 0;
967 # define NMAX 5552
968 /* NMAX is the largest n such that
1042 /* do length NMAX blocks -- requires just one modulo operation */
1043 while (len >= NMAX) {
1044 len -= NMAX;
1045 n = NMAX / 16; /* NMAX is divisible by 16 *
    [all...]
  /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;
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 420 milliseconds