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

  /external/eigen/Eigen/src/Core/
StableNorm.h 79 static Index nmax = -1; local
81 if(nmax <= 0)
86 // bl, b2, slm, s2m, relerr overfl, nmax
114 if (RealScalar(nbig)>abig) nmax = int(abig); // largest safe n
115 else nmax = nbig;
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 138 #define strncmp(s1,s2,nmax) VG_(strncmp) ((Char *)(s1),(Char *)(s2),nmax)
141 #define strncpy(s1,s2,nmax) VG_(strncpy) ((Char *)(s1),(Char *)(s2),nmax)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 145 nmax, n, r; local
173 nmax = ns[0];
177 nmax = std::max(nmax, ns[i]);
180 r = __log2(nmax) + 1;
183 // equality iff nmax = 2^k - 1.
394 difference_type nmax, n, r;
412 nmax = ns[0];
416 nmax = std::max(nmax, ns[i])
    [all...]
  /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 93 extern Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax );
94 extern Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax );
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 528 ( const char* s1, const char* s2, SizeT nmax ); \
530 ( const char* s1, const char* s2, SizeT nmax ) \
534 if (n >= nmax) return 0; \
597 ( const char* s1, const char* s2, SizeT nmax ); \
599 ( const char* s1, const char* s2, SizeT nmax ) \
604 if (n >= nmax) return 0; \
669 ( const char* s1, const char* s2, SizeT nmax, void* locale ); \
671 ( const char* s1, const char* s2, SizeT nmax, void* locale ) \
676 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/Camera2/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 Char* s1, const Char* s2, SizeT nmax )
335 if (n >= nmax) return 0;
346 Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax )
352 if (n >= nmax) return 0;
  /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 167 int nmax = eloop.count + 1 + 50; local
168 n = os_realloc_array(eloop.pollfds, nmax,
173 eloop.max_poll_fds = nmax;
  /external/chromium_org/v8/src/
runtime.cc     [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 410 milliseconds