/third_party/qrcodegen/c/ |
D | qrcodegen-test.c | 584 {9831, SIZE_MAX}, in testCalcSegmentBufferSize() 585 {9832, SIZE_MAX}, in testCalcSegmentBufferSize() 586 {12000, SIZE_MAX}, in testCalcSegmentBufferSize() 587 {28453, SIZE_MAX}, in testCalcSegmentBufferSize() 588 {55555, SIZE_MAX}, in testCalcSegmentBufferSize() 589 {SIZE_MAX / 6, SIZE_MAX}, in testCalcSegmentBufferSize() 590 {SIZE_MAX / 4, SIZE_MAX}, in testCalcSegmentBufferSize() 591 {SIZE_MAX / 2, SIZE_MAX}, in testCalcSegmentBufferSize() 592 {SIZE_MAX / 1, SIZE_MAX}, in testCalcSegmentBufferSize() 614 {5958, SIZE_MAX}, in testCalcSegmentBufferSize() [all …]
|
/third_party/gettext/gettext-runtime/intl/ |
D | xsize.h | 59 ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) 66 return (sum >= size1 ? sum : SIZE_MAX); in xsum() 97 ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) 101 ((SIZE) == SIZE_MAX) 104 ((SIZE) != SIZE_MAX)
|
/third_party/gettext/gettext-runtime/m4/ |
D | size_max.m4 | 14 dnl First test whether the system already has SIZE_MAX. 15 AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [ 22 #ifdef SIZE_MAX 37 dnl Even though SIZE_MAX fits in an unsigned int, it must be of type 63 AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max], definition 66 dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after 69 AH_VERBATIM([SIZE_MAX], 72 #ifndef SIZE_MAX 73 # undef SIZE_MAX
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/ |
D | memory-public.h | 34 if (malloc_func && (num_u8 <= (SIZE_MAX / sizeof(uint8_t)))) { in wuffs_base__malloc_slice_u8() 45 if (malloc_func && (num_u16 <= (SIZE_MAX / sizeof(uint16_t)))) { in wuffs_base__malloc_slice_u16() 56 if (malloc_func && (num_u32 <= (SIZE_MAX / sizeof(uint32_t)))) { in wuffs_base__malloc_slice_u32() 67 if (malloc_func && (num_u64 <= (SIZE_MAX / sizeof(uint64_t)))) { in wuffs_base__malloc_slice_u64()
|
/third_party/giflib/ |
D | openbsd-reallocarray.c | 11 #ifndef SIZE_MAX 12 #define SIZE_MAX UINTPTR_MAX macro 25 nmemb > 0 && SIZE_MAX / nmemb < size) { in openbsd_reallocarray()
|
D | gif_lib_private.h | 15 #ifndef SIZE_MAX 16 #define SIZE_MAX UINTPTR_MAX macro
|
/third_party/glib/glib/gnulib/ |
D | glib-gnulib.patch | 23 * glib has G_MAXSIZE instead of SIZE_MAX, so use that 370 -/* Get SIZE_MAX. */ 379 - The convention is that SIZE_MAX represents overflow. 380 - malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc 390 - ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) 399 - return (sum >= size1 ? sum : SIZE_MAX); 408 - max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */ 416 - when N is of a wider type and N > SIZE_MAX. */ 419 - ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) 424 - ((SIZE) == SIZE_MAX) [all …]
|
/third_party/libxml2/ |
D | buf.c | 33 #ifndef SIZE_MAX 34 #define SIZE_MAX ((size_t) -1) macro 163 if (size == SIZE_MAX) in xmlBufCreateSize() 454 if (len > SIZE_MAX - buf->use) in xmlBufGrowInternal() 458 size = buf->size > SIZE_MAX / 2 ? SIZE_MAX : buf->size * 2; in xmlBufGrowInternal() 461 size = size > SIZE_MAX - 100 ? SIZE_MAX : size + 100; in xmlBufGrowInternal() 777 newSize = (size > SIZE_MAX - 10 ? SIZE_MAX : size + 10); in xmlBufResize() 782 if (newSize > SIZE_MAX / 2) { in xmlBufResize() 790 newSize = (size > SIZE_MAX - 10 ? SIZE_MAX : size + 10); in xmlBufResize() 798 if (newSize > SIZE_MAX / 2) { in xmlBufResize() [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_node_parser.cc | 161 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, udim, SIZE_MAX)) { in GetOnnxElementNum() 181 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, sizeof(float), SIZE_MAX)) { in GetOnnxRawData() 193 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, sizeof(double), SIZE_MAX)) { in GetOnnxRawData() 205 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, sizeof(int), SIZE_MAX)) { in GetOnnxRawData() 217 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, sizeof(int64_t), SIZE_MAX)) { in GetOnnxRawData() 231 if (INT_MUL_OVERFLOW_THRESHOLD(data_count, sizeof(uint8_t), SIZE_MAX)) { in GetOnnxRawData()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | less_batch_normalization.cc | 120 constexpr auto kFirstBranchStartIndexPattern7 = SIZE_MAX; 121 constexpr auto kFirstBranchEndIndexPattern7 = SIZE_MAX; 144 constexpr auto kFirstBranchStartIndexPattern9 = SIZE_MAX; 145 constexpr auto kFirstBranchEndIndexPattern9 = SIZE_MAX; 177 constexpr auto kFirstBranchStartIndexPattern12 = SIZE_MAX; 178 constexpr auto kFirstBranchEndIndexPattern12 = SIZE_MAX; 200 constexpr auto kSecondBranchStartIndexPattern14 = SIZE_MAX; 201 constexpr auto kSecondBranchEndIndexPattern14 = SIZE_MAX; 213 constexpr auto kSecondBranchStartIndexPattern15 = SIZE_MAX; 214 constexpr auto kSecondBranchEndIndexPattern15 = SIZE_MAX; [all …]
|
/third_party/musl/src/passwd/ |
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/openssl/crypto/evp/ |
D | pbe_scrypt.c | 118 #ifndef SIZE_MAX 119 # define SIZE_MAX ((size_t)-1) macro 151 # define SCRYPT_MAX_MEM (SIZE_MAX/2) 228 if (maxmem > SIZE_MAX) in EVP_PBE_scrypt() 229 maxmem = SIZE_MAX; in EVP_PBE_scrypt()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.cc | 149 if (ops.size() > SIZE_MAX / 2) { in ParseGraph() 150 MS_LOG(EXCEPTION) << "Total number of operators is bigger than " << SIZE_MAX / 2; in ParseGraph() 166 if (head_node_index < SIZE_MAX / 2 && head_node_index != iter_i) { in MakeEdge() 182 return SIZE_MAX; in GetIndexInInputTensorNames() 252 index_list->at(eli_list->at(i)[0]) = SIZE_MAX; in EliminateGraph() 259 if (index_list->at(i) > SIZE_MAX / 2) { in EliminateGraph() 265 bool IsEliminated = (index_list->at(node_in->at(j - 1)) == SIZE_MAX); in EliminateGraph() 274 bool IsEliminated = (index_list->at(node_out->at(j - 1)) == SIZE_MAX); in EliminateGraph()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 202 #ifndef SIZE_MAX // [ 204 # define SIZE_MAX _UI64_MAX macro 206 # define SIZE_MAX _UI32_MAX macro
|
/third_party/skia/src/core/ |
D | SkMath.cpp | 47 return tmp.ok() ? sum : SIZE_MAX; in Add() 53 return tmp.ok() ? prod : SIZE_MAX; in Mul()
|
/third_party/openssl/include/internal/ |
D | numbers.h | 63 # ifndef SIZE_MAX 64 # define SIZE_MAX __MAXUINT__(size_t) macro
|
/third_party/musl/src/malloc/ |
D | expand_heap.c | 47 if (n > SIZE_MAX/2 - PAGE_SIZE) { in __expand_heap() 58 if (n < SIZE_MAX-brk && !traverses_stack_p(brk, brk+n) in __expand_heap()
|
/third_party/flutter/skia/src/core/ |
D | SkMath.cpp | 76 return tmp.ok() ? sum : SIZE_MAX; in Add() 82 return tmp.ok() ? prod : SIZE_MAX; in Mul()
|
/third_party/openssl/test/ |
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
|
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ |
D | embedding_hash_map.h | 57 hash_map_elements_.front().set_step(SIZE_MAX); in EmbeddingHashMap() 58 hash_map_elements_.back().set_step(SIZE_MAX); in EmbeddingHashMap()
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | function_param_limit.hpp.txt | 19 /// parameters. Everything else, it returns `SIZE_MAX`, but this can be 47 : std::integral_constant<std::size_t, SIZE_MAX>
|
/third_party/gettext/gnulib-local/lib/ |
D | xmalloc.c | 212 if ((PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX) / 3 * 2 / s in x2nrealloc()
|
/third_party/python/Include/internal/ |
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/toybox/toys/pending/ |
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 …]
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_device_address.cc | 128 original_ref_count_ = SIZE_MAX; in SyncHostToDevice() 129 ref_count_ = SIZE_MAX; in SyncHostToDevice()
|