Searched
full:int_max (Results
301 -
325 of
1058) sorted by null
<<11121314151617181920>>
/external/freetype/include/config/ |
ftstdlib.h | 64 #define FT_INT_MAX INT_MAX
|
/external/kernel-headers/original/uapi/linux/ |
sem.h | 68 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
max.pass.cpp | 47 test<int>(INT_MAX);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_limits.h | 70 * memory), however advertising INT_MAX would cause some test problems to
|
/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 166 m_width = ReadNumber( m_strm, INT_MAX ); 167 m_height = ReadNumber( m_strm, INT_MAX ); 169 m_maxval = m_bpp == 1 ? 1 : ReadNumber( m_strm, INT_MAX ); 275 int code = ReadNumber( m_strm, INT_MAX );
|
/external/openfst/src/bin/ |
fstequivalent.cc | 29 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
|
fstrandgen.cc | 24 DEFINE_int32(max_length, INT_MAX, "Maximum path length");
|
/external/openssh/openbsd-compat/ |
bsd-asprintf.c | 57 } else if (ret == INT_MAX || ret < 0) { /* Bad length */
|
/external/pdfium/third_party/freetype/include/config/ |
ftstdlib.h | 64 #define FT_INT_MAX INT_MAX
|
/external/protobuf/python/google/protobuf/pyext/ |
descriptor.h | 43 #define PY_SSIZE_T_MAX INT_MAX
|
/external/toybox/toys/other/ |
rfkill.c | 55 if (i == ARRAY_LEN(rftypes)) idx = atolx_range(*optargs, 0, INT_MAX);
|
/external/v8/src/base/ |
win32-math.cc | 13 #include <limits.h> // Required for INT_MAX etc.
|
/hardware/qcom/audio/hal/audio_extn/ |
dsm_feedback.c | 38 .stop_threshold = INT_MAX,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
max.pass.cpp | 47 test<int>(INT_MAX);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sem.h | 68 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
sem.h | 68 #define SEMMNS (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
|
/prebuilts/misc/common/swig/include/2.0.11/mzscheme/ |
mzscheme.swg | 25 SWIG_convert_integer(o, INT_MIN, INT_MAX, \
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pywstrings.swg | 56 if (size > INT_MAX) {
|
std_multimap.i | 48 int pysize = (size <= (size_type) INT_MAX) ? (int) size : -1;
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_map.i | 122 int rubysize = (size <= (size_type) INT_MAX) ? (int) size : -1; 166 int rubysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1; 263 int rubysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1; 298 int rubysize = (size <= (Map::size_type) INT_MAX) ? (int) size : -1;
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclwstrings.swg | 46 if (size < INT_MAX) {
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/ |
limits.h | 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
|
Completed in 1070 milliseconds
<<11121314151617181920>>