Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 - 25 of 325) sorted by relevance

12345678910>>...13

/third_party/qrcodegen/c/
H A Dqrcodegen-test.c611 {9831, SIZE_MAX}, in testCalcSegmentBufferSize()
612 {9832, SIZE_MAX}, in testCalcSegmentBufferSize()
613 {12000, SIZE_MAX}, in testCalcSegmentBufferSize()
614 {28453, SIZE_MAX}, in testCalcSegmentBufferSize()
615 {55555, SIZE_MAX}, in testCalcSegmentBufferSize()
616 {SIZE_MAX / 6, SIZE_MAX}, in testCalcSegmentBufferSize()
617 {SIZE_MAX / 4, SIZE_MAX}, in testCalcSegmentBufferSize()
618 {SIZE_MAX / in testCalcSegmentBufferSize()
[all...]
/third_party/musl/src/passwd/
H A Dgetgr_a.c74 if (groupbuf[GRNAMELEN] > SIZE_MAX - groupbuf[GRPASSWDLEN]) { in __getgr_a()
89 if (name_len > SIZE_MAX - grlist_len in __getgr_a()
90 || name_len > SIZE_MAX - len) { in __getgr_a()
114 if (groupbuf[GRMEMCNT] + 1 > SIZE_MAX/sizeof(char*)) { in __getgr_a()
/third_party/mbedtls/library/
H A Dmps_common.h158 #define MBEDTLS_MPS_STORED_SIZE_MAX (SIZE_MAX)
172 #define MBEDTLS_MPS_SIZE_MAX (SIZE_MAX)
H A Dconstant_time_internal.h65 #if (SIZE_MAX > 0xffffffffffffffffULL)
70 #define MBEDTLS_CT_TRUE ((mbedtls_ct_condition_t) mbedtls_ct_compiler_opaque(SIZE_MAX))
71 #elif (SIZE_MAX > 0xffffffff) || defined(MBEDTLS_HAVE_INT64)
H A Dx509write.c34 if (a > SIZE_MAX - (b)) \
145 if (len > SIZE_MAX - single_san_len) { in mbedtls_x509_write_set_san_common()
/third_party/node/deps/base64/base64/lib/
H A Denv.h51 #elif SIZE_MAX == UINT32_MAX
53 #elif SIZE_MAX == UINT64_MAX
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h202 #ifndef SIZE_MAX // [
204 # define SIZE_MAX _UI64_MAX macro
206 # define SIZE_MAX _UI32_MAX macro
208 #endif // SIZE_MAX ]
/third_party/skia/src/core/
H A DSkMath.cpp47 return tmp.ok() ? sum : SIZE_MAX; in Add()
53 return tmp.ok() ? prod : SIZE_MAX; in Mul()
H A DSkUtils.cpp127 return SIZE_MAX; // default value in SkGetPreAllocDelay()
141 return SIZE_MAX; // default value in SkGetVmaBlockCountMax()
/third_party/openssl/ohos_lite/include/internal/
H A Dnumbers.h63 # ifndef SIZE_MAX
64 # define SIZE_MAX __MAXUINT__(size_t) macro
/third_party/node/deps/cares/src/lib/
H A Dares__buf.c45 * SIZE_MAX if not set. */
96 buf->tag_offset = SIZE_MAX; in ares__buf_create()
160 if (buf->tag_offset != SIZE_MAX && buf->tag_offset < buf->offset) { in ares__buf_reclaim()
176 if (buf->tag_offset != SIZE_MAX) { in ares__buf_reclaim()
403 if (buf == NULL || buf->tag_offset == SIZE_MAX) { in ares__buf_tag_rollback()
408 buf->tag_offset = SIZE_MAX; in ares__buf_tag_rollback()
414 if (buf == NULL || buf->tag_offset == SIZE_MAX) { in ares__buf_tag_clear()
418 buf->tag_offset = SIZE_MAX; in ares__buf_tag_clear()
424 if (buf == NULL || buf->tag_offset == SIZE_MAX || len == NULL) { in ares__buf_tag_fetch()
434 if (buf == NULL || buf->tag_offset == SIZE_MAX) { in ares__buf_tag_length()
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dnumbers.h74 # ifndef SIZE_MAX
75 # define SIZE_MAX __MAXUINT__(size_t) macro
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h29 size_t maxBlockCount = SIZE_MAX);
46 size_t maxBlockCount = SIZE_MAX);
/third_party/openssl/include/internal/
H A Dnumbers.h74 # ifndef SIZE_MAX
75 # define SIZE_MAX __MAXUINT__(size_t) macro
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dscrypt.c262 return OSSL_PARAM_set_size_t(p, SIZE_MAX); in kdf_scrypt_get_ctx_params()
390 #ifndef SIZE_MAX
391 # define SIZE_MAX ((size_t)-1) macro
478 if (maxmem > SIZE_MAX) in scrypt_alg()
479 maxmem = SIZE_MAX; in scrypt_alg()
/third_party/openssl/test/
H A Dconstant_time_test.c46 0, 1, 1024, 12345, 32000, SIZE_MAX / 2 - 1,
47 SIZE_MAX / 2, SIZE_MAX / 2 + 1, SIZE_MAX - 1,
48 SIZE_MAX
H A Dsanitytest.c113 if (SIZE_MAX < INT_MAX) { in test_sanity_range()
118 /* SIZE_MAX is always greater than 2*INT_MAX */ in test_sanity_range()
119 if (SIZE_MAX - INT_MAX <= INT_MAX) { in test_sanity_range()
120 TEST_error("SIZE_MAX must exceed 2*INT_MAX"); in test_sanity_range()
/third_party/openssl/providers/implementations/kdfs/
H A Dscrypt.c262 return OSSL_PARAM_set_size_t(p, SIZE_MAX); in kdf_scrypt_get_ctx_params()
390 #ifndef SIZE_MAX
391 # define SIZE_MAX ((size_t)-1) macro
478 if (maxmem > SIZE_MAX) in scrypt_alg()
479 maxmem = SIZE_MAX; in scrypt_alg()
/third_party/elfutils/libelf/
H A Delf_newscn.c90 #if SIZE_MAX <= 4294967295U in elf_newscn()
92 < SIZE_MAX / 2 / sizeof (Elf_Scn) - sizeof (Elf_ScnList)) in elf_newscn()
/third_party/astc-encoder/Source/
H A Dastcenccli_image_external.cpp122 if (num_pixels > (SIZE_MAX / 4)) in load_png_with_wuffs()
136 if (workbuf_len > SIZE_MAX) in load_png_with_wuffs()
/third_party/musl/src/malloc/
H A Dlite_malloc.c49 if (n > SIZE_MAX/2) { in __simple_malloc()
71 if (brk == end && req < SIZE_MAX-brk in __simple_malloc()
/third_party/musl/porting/linux/user/src/malloc/
H A Dlite_malloc.c49 if (n > SIZE_MAX/2) { in __simple_malloc()
71 if (brk == end && req < SIZE_MAX-brk in __simple_malloc()
/third_party/python/Include/internal/
H A Dpycore_asdl.h59 (size && (((size_t)size - 1) > (SIZE_MAX / sizeof(void *))))) { \
65 if (n > SIZE_MAX - sizeof(asdl_ ## NAME ## _seq)) { \
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h59 size_t fTextByteIndex = SIZE_MAX; // index into UTF-8 representation of line.
60 size_t fParagraphIndex = SIZE_MAX; // logical line, based on hard newline characters.
/third_party/toybox/toys/pending/
H A Dvi.c320 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX; in text_strchr()
331 return SIZE_MAX; in text_strchr()
341 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX; in text_strrchr()
352 return SIZE_MAX; in text_strrchr()
419 else if ((pos = text_strrchr(offset-1, '\n')) == SIZE_MAX) return 0; in text_sol()
428 else if ((offset = text_strchr(offset, '\n')) == SIZE_MAX) in text_eol()
458 if ((end = text_strchr(offset, '\n')) == SIZE_MAX) in text_getline()
494 return SIZE_MAX; in text_strstr()
789 if (pos != SIZE_MAX) TT.cursor = pos; in search_str()
1018 if ((TT.cursor = text_strchr(TT.cursor, '\n')) == SIZE_MAX) in vi_push()
[all...]

Completed in 14 milliseconds

12345678910>>...13