Searched
full:int_max (Results
901 -
925 of
1058) sorted by null
<<31323334353637383940>>
/external/bison/darwin-lib/ |
fcntl.h | 623 value exceeds INT_MAX, so its use as an int doesn't conform to the
|
/external/bison/lib/ |
inttypes.in.h | 55 #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
|
/external/bison/linux-lib/ |
fcntl.h | 623 value exceeds INT_MAX, so its use as an int doesn't conform to the
|
/external/bison/src/ |
scan-code.l | 517 if (1 - INT_MAX + rule_length <= num && num <= rule_length)
|
/external/boringssl/src/crypto/pkcs8/ |
pkcs8.c | 973 iterations > INT_MAX) { [all...] |
/external/boringssl/src/ssl/ |
ssl_asn1.c | 348 if (len > INT_MAX) {
|
/external/elfutils/src/src/ |
strings.c | 311 if (min_len <= 0 || min_len > INT_MAX / bytes_per_char)
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 825 if (s == INT_MAX){status = U_INVALID_FORMAT_ERROR;return;}
|
/external/iproute2/lib/ |
utils.c | 41 if (!ptr || ptr == arg || *ptr || res > INT_MAX || res < INT_MIN)
|
/external/iputils/ |
arping.c | 883 } while(ifrsize < INT_MAX / 2);
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 492 IEK_Inf = INT_MAX
|
/external/llvm/lib/CodeGen/ |
AtomicExpandPass.cpp | 551 // FIXME: we could also treat Min/Max/UMin/UMax by the INT_MIN/INT_MAX/...
|
ScheduleDAG.cpp | 400 unsigned(INT_MAX)) {
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.cpp | 322 assert(Offset <= INT_MAX && "Offset too big to fit in int.");
|
/external/mesa3d/src/mesa/main/ |
readpix.c | 808 _mesa_ReadnPixelsARB(x, y, width, height, format, type, INT_MAX, pixels);
|
/external/netcat/ |
netcat.c | 227 timeout = strtonum(optarg, 0, INT_MAX / 1000, &errstr);
|
/external/opencv/cv/src/ |
cvdistransform.cpp | 44 #define ICV_INIT_DIST0 (INT_MAX >> 2)
|
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 1061 int min_val = INT_MAX, max_val = INT_MIN;
|
/external/openssh/ |
auth2-pubkey.c | 712 if (authctxt->nprev_userkeys >= INT_MAX ||
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_func.cpp | 679 if (m_nOutputs && m_nInputs > INT_MAX / m_nOutputs) {
|
/external/squashfs-tools/squashfs-tools/ |
unsquashfs.c | 153 return (INT_MAX - a) < b; 159 return (INT_MAX >> shift) < a; 165 return (INT_MAX / multiplier) < a; [all...] |
/external/toybox/lib/ |
args.c | 236 gof->maxargs = INT_MAX;
|
/external/toybox/toys/other/ |
bzcat.c | 288 limit[maxLen+1] = INT_MAX;
|
/external/toybox/toys/pending/ |
top.c | 565 if (toys.optflags & FLAG_b) rows = INT_MAX;
|
/frameworks/av/cmds/stagefright/ |
mediafilter.cpp | 768 CHECK_EQ((status_t)OK, control->setLayer(INT_MAX));
|
Completed in 614 milliseconds
<<31323334353637383940>>