/third_party/qrcodegen/c/ |
H A D | qrcodegen-test.c | 611 {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 D | getgr_a.c | 74 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 D | mps_common.h | 158 #define MBEDTLS_MPS_STORED_SIZE_MAX (SIZE_MAX) 172 #define MBEDTLS_MPS_SIZE_MAX (SIZE_MAX)
|
H A D | constant_time_internal.h | 65 #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 D | x509write.c | 34 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 D | env.h | 51 #elif SIZE_MAX == UINT32_MAX 53 #elif SIZE_MAX == UINT64_MAX
|
/third_party/node/deps/uv/include/uv/ |
H A D | stdint-msvc2008.h | 202 #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 D | SkMath.cpp | 47 return tmp.ok() ? sum : SIZE_MAX; in Add() 53 return tmp.ok() ? prod : SIZE_MAX; in Mul()
|
H A D | SkUtils.cpp | 127 return SIZE_MAX; // default value in SkGetPreAllocDelay() 141 return SIZE_MAX; // default value in SkGetVmaBlockCountMax()
|
/third_party/openssl/ohos_lite/include/internal/ |
H A D | numbers.h | 63 # ifndef SIZE_MAX 64 # define SIZE_MAX __MAXUINT__(size_t) macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.c | 45 * 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 D | numbers.h | 74 # ifndef SIZE_MAX 75 # define SIZE_MAX __MAXUINT__(size_t) macro
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkAMDMemoryAllocator.h | 29 size_t maxBlockCount = SIZE_MAX); 46 size_t maxBlockCount = SIZE_MAX);
|
/third_party/openssl/include/internal/ |
H A D | numbers.h | 74 # ifndef SIZE_MAX 75 # define SIZE_MAX __MAXUINT__(size_t) macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 262 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 D | constant_time_test.c | 46 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 D | sanitytest.c | 113 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 D | scrypt.c | 262 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 D | elf_newscn.c | 90 #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 D | astcenccli_image_external.cpp | 122 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 D | lite_malloc.c | 49 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 D | lite_malloc.c | 49 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 D | pycore_asdl.h | 59 (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 D | editor.h | 59 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 D | vi.c | 320 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...] |