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

  /prebuilt/linux-x86/toolchain/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-ptrcheck/
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/valgrind/main/include/
pub_tool_libcbase.h 91 extern Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax );
92 extern Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax );
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 380 ( const char* s1, const char* s2, SizeT nmax ); \
382 ( const char* s1, const char* s2, SizeT nmax ) \
386 if (n >= nmax) return 0; \
435 ( const char* s1, const char* s2, SizeT nmax ); \
437 ( const char* s1, const char* s2, SizeT nmax ) \
442 if (n >= nmax) return 0; \
491 ( const char* s1, const char* s2, SizeT nmax, void* locale ); \
493 ( const char* s1, const char* s2, SizeT nmax, void* locale ) \
498 if (n >= nmax) return 0; \
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 275 Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax )
279 if (n >= nmax) return 0;
291 Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax )
297 if (n >= nmax) return 0;
  /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);
  /external/v8/src/
runtime.cc     [all...]

Completed in 697 milliseconds