OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_MAX
(Results
151 - 175
of
1033
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hdtoa.c
110
* to 9999 in the case of an infinity or NaN.
INT_MAX
is used
145
*decpt =
INT_MAX
;
148
*decpt =
INT_MAX
;
243
*decpt =
INT_MAX
;
246
*decpt =
INT_MAX
;
/device/google/contexthub/firmware/lib/libm/
sf_scalbn.c
20
#if
INT_MAX
> 50000
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mysnprintf.c
69
if (size >
INT_MAX
- _PyOS_vsnprintf_EXTRA_SPACE) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mysnprintf.c
69
if (size >
INT_MAX
- _PyOS_vsnprintf_EXTRA_SPACE) {
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hmac/
CryptHmacMd5.c
61
if (HmacMd5Context == NULL || KeySize >
INT_MAX
) {
CryptHmacSha1.c
61
if (HmacSha1Context == NULL || KeySize >
INT_MAX
) {
CryptHmacSha256.c
61
if (HmacSha256Context == NULL || KeySize >
INT_MAX
) {
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c
85
if (PemData == NULL || RsaContext == NULL || PemSize >
INT_MAX
) {
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
ldtoa.c
53
* use
INT_MAX
in ldtoa() instead.
108
*decpt =
INT_MAX
;
/external/boringssl/src/crypto/ecdh_extra/
ecdh_extra.c
118
if (out_len >
INT_MAX
) {
/external/freetype/include/freetype/config/
ftstdlib.h
63
#define FT_INT_MAX
INT_MAX
/external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h
66
virtual int ConservativeUpperBound() const { return
INT_MAX
; }
/external/googletest/googlemock/include/gmock/
gmock-cardinalities.h
71
virtual int ConservativeUpperBound() const { return
INT_MAX
; }
/external/grpc-grpc/test/cpp/performance/
writes_per_rpc_test.cc
51
b->SetMaxReceiveMessageSize(
INT_MAX
);
52
b->SetMaxSendMessageSize(
INT_MAX
);
56
c->SetInt(GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH,
INT_MAX
);
57
c->SetInt(GRPC_ARG_MAX_SEND_MESSAGE_LENGTH,
INT_MAX
);
/external/libchrome/ipc/
ipc_message_protobuf_utils.h
39
if (
INT_MAX
/ sizeof(StorageType) <= static_cast<size_t>(size))
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
max.pass.cpp
52
test<int>(
INT_MAX
);
/external/llvm/include/llvm/Analysis/
InlineCost.h
55
NeverInlineCost =
INT_MAX
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
17-5.c
45
invalid_policy =
INT_MAX
;
/external/openssh/openbsd-compat/
bsd-asprintf.c
45
} else if (ret ==
INT_MAX
|| ret < 0) { /* Bad length */
bsd-closefrom.c
84
fd >= 0 && fd <
INT_MAX
&& fd >= lowfd && fd != dirfd(dirp))
/external/openssh/
utf8.c
124
if (maxsz >
INT_MAX
)
125
maxsz =
INT_MAX
;
132
max_width = wp == NULL ?
INT_MAX
: *wp;
263
if ((ret = vasnmprintf(&str,
INT_MAX
, NULL, fmt, ap)) < 0)
/external/pdfium/core/fpdfapi/page/
cpdf_expintfunc.cpp
45
if (m_nOutputs && m_nInputs >
INT_MAX
/ m_nOutputs)
/external/python/cpython2/PC/
import_nt.c
56
assert(pathLen <
INT_MAX
);
/external/python/cpython2/Python/
mysnprintf.c
69
if (size >
INT_MAX
- _PyOS_vsnprintf_EXTRA_SPACE) {
/external/python/cpython3/Include/
compile.h
76
#define PY_INVALID_STACK_EFFECT
INT_MAX
Completed in 815 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>