OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_max
(Results
951 - 975
of
1058
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/tinyalsa/
pcm.c
960
while (pcm->boundary * 2 <=
INT_MAX
- pcm->buffer_size)
[
all
...]
/external/toybox/toys/pending/
diff.c
284
v[i][file[i].len].hash = hash &
INT_MAX
;
/frameworks/rs/scriptc/
rs_convert.rsh
[
all
...]
/hardware/qcom/audio/visualizer/
offload_visualizer.c
197
.stop_threshold =
INT_MAX
,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h
128
/* The largest number rand will return (same as
INT_MAX
). */
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h
128
/* The largest number rand will return (same as
INT_MAX
). */
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg
1077
if (size <= (size_type)
INT_MAX
) {
/prebuilts/sdk/renderscript/include/
rs_convert.rsh
[
all
...]
/system/core/fastboot/
fastboot.cpp
899
unsigned int limit =
INT_MAX
;
[
all
...]
/external/openssh/
packet.c
314
if ((
INT_MAX
/ 1000) / count < timeout)
315
state->packet_timeout_ms =
INT_MAX
;
[
all
...]
ssh-agent.c
1243
pid = (int)strtonum(pidstr, 2,
INT_MAX
, &errstr);
[
all
...]
/external/bison/lib/
vasnprintf.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingwex.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmingwex.a
[
all
...]
/external/libxml2/
trio.c
[
all
...]
/external/opencv/cvaux/src/
cvepilines.cpp
[
all
...]
/art/compiler/dex/quick/x86/
utility_x86.cc
633
} else if (value >= INT_MIN && value <=
INT_MAX
) {
[
all
...]
/external/boringssl/src/ssl/
s3_pkt.c
413
assert(s->s3->wnum <=
INT_MAX
);
[
all
...]
/external/clang/lib/Lex/
Pragma.cpp
[
all
...]
/external/fio/
goptions.c
727
maxval =
INT_MAX
;
[
all
...]
/external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc
[
all
...]
/external/opencv/ml/include/
ml.h
717
CvDTreeParams() : max_categories(10), max_depth(
INT_MAX
), min_sample_count(10),
[
all
...]
/external/pcre/dist/
pcre_study.c
390
d =
INT_MAX
;
[
all
...]
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp
17
if (m_nWidth <= 0 || m_nHeight <= 0 || m_nWidth >
INT_MAX
- 31) {
[
all
...]
/external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp
71
if ((
INT_MAX
- 31) / width < (format & 0xff)) {
[
all
...]
Completed in 1619 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>