OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_max
(Results
1001 - 1025
of
1058
) sorted by null
<<
41
42
43
/external/iptables/iptables/
iptables.c
369
if (!xtables_strtoui(rule, NULL, &rulenum, 1,
INT_MAX
))
[
all
...]
/external/iptables/libxtables/
xtables.c
46
#include <limits.h> /*
INT_MAX
in ip_tables.h/ip6_tables.h */
[
all
...]
/external/opencv/cv/src/
cvhistogram.cpp
341
int minv =
INT_MAX
;
[
all
...]
mycvHaarDetectObjects.cpp
[
all
...]
/external/pdfium/third_party/freetype/src/smooth/
ftgrays.c
119
#define FT_INT_MAX
INT_MAX
[
all
...]
/external/valgrind/coregrind/
vgdb.c
[
all
...]
/frameworks/av/media/libmedia/
ToneGenerator.cpp
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java
[
all
...]
Phone.java
204
* information changes. Setting the value to
INT_MAX
(0x7fffffff) means never issue
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
run.c
718
if ((Awkfloat)
INT_MAX
< val)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py
[
all
...]
/external/pcre/dist/
pcre_compile.c
75
INT_MAX
to allow for adding in group terminating bytes, so that we don't have
78
#define OFLOW_MAX (
INT_MAX
- 20)
[
all
...]
/external/valgrind/none/tests/ppc32/
testVMX.c
[
all
...]
/external/libxml2/
xmlregexp.c
36
#ifndef
INT_MAX
37
#define
INT_MAX
123456789 /* easy to flag and big enough for our needs */
[
all
...]
xmlsave.c
[
all
...]
/external/gtest/test/
gtest_unittest.cc
59
#include <limits.h> // For
INT_MAX
.
[
all
...]
/external/protobuf/gtest/test/
gtest_unittest.cc
70
#include <limits.h> // For
INT_MAX
.
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc
59
#include <limits.h> // For
INT_MAX
.
[
all
...]
/art/runtime/
jni_internal.cc
[
all
...]
/external/bison/src/
scan-code.c
[
all
...]
/external/fio/
options.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
136
// in any given BB. Normally, this should be set to unlimited (
INT_MAX
),
[
all
...]
/external/netperf/
netlib.c
1047
test_len_ticks =
INT_MAX
;
[
all
...]
Completed in 1080 milliseconds
<<
41
42
43