/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/ |
D | deflate.c | 160 if (((wlimit < UINT64_MAX) && in wuffs_deflate_decode() 162 ((rlimit < UINT64_MAX) && in wuffs_deflate_decode() 173 UINT64_MAX, UINT64_MAX); in test_wuffs_deflate_decode_256_bytes() 180 UINT64_MAX, UINT64_MAX); in test_wuffs_deflate_decode_deflate_backref_crosses_blocks() 186 &deflate_deflate_distance_32768_gt, UINT64_MAX, in test_wuffs_deflate_decode_deflate_distance_32768() 187 UINT64_MAX); in test_wuffs_deflate_decode_deflate_distance_32768() 194 UINT64_MAX, UINT64_MAX); in test_wuffs_deflate_decode_deflate_distance_code_31() 205 UINT64_MAX, UINT64_MAX); in test_wuffs_deflate_decode_midsummer() 210 return do_test_io_buffers(wuffs_deflate_decode, &deflate_pi_gt, UINT64_MAX, in test_wuffs_deflate_decode_pi_just_one_read() 211 UINT64_MAX); in test_wuffs_deflate_decode_pi_just_one_read() [all …]
|
D | gzip.c | 108 if (((wlimit < UINT64_MAX) && in wuffs_gzip_decode() 110 ((rlimit < UINT64_MAX) && in wuffs_gzip_decode() 157 uint64_t rlimit = UINT64_MAX; in do_test_wuffs_gzip_checksum() 209 return do_test_io_buffers(wuffs_gzip_decode, &gzip_midsummer_gt, UINT64_MAX, in test_wuffs_gzip_decode_midsummer() 210 UINT64_MAX); in test_wuffs_gzip_decode_midsummer() 215 return do_test_io_buffers(wuffs_gzip_decode, &gzip_pi_gt, UINT64_MAX, in test_wuffs_gzip_decode_pi() 216 UINT64_MAX); in test_wuffs_gzip_decode_pi() 225 return do_test_io_buffers(mimic_gzip_decode, &gzip_midsummer_gt, UINT64_MAX, in test_mimic_gzip_decode_midsummer() 226 UINT64_MAX); in test_mimic_gzip_decode_midsummer() 231 return do_test_io_buffers(mimic_gzip_decode, &gzip_pi_gt, UINT64_MAX, in test_mimic_gzip_decode_pi() [all …]
|
D | zlib.c | 108 if (((wlimit < UINT64_MAX) && in wuffs_zlib_decode() 110 ((rlimit < UINT64_MAX) && in wuffs_zlib_decode() 156 uint64_t rlimit = UINT64_MAX; in do_test_wuffs_zlib_checksum() 209 return do_test_io_buffers(wuffs_zlib_decode, &zlib_midsummer_gt, UINT64_MAX, in test_wuffs_zlib_decode_midsummer() 210 UINT64_MAX); in test_wuffs_zlib_decode_midsummer() 215 return do_test_io_buffers(wuffs_zlib_decode, &zlib_pi_gt, UINT64_MAX, in test_wuffs_zlib_decode_pi() 216 UINT64_MAX); in test_wuffs_zlib_decode_pi() 225 return do_test_io_buffers(mimic_zlib_decode, &zlib_midsummer_gt, UINT64_MAX, in test_mimic_zlib_decode_midsummer() 226 UINT64_MAX); in test_mimic_zlib_decode_midsummer() 231 return do_test_io_buffers(mimic_zlib_decode, &zlib_pi_gt, UINT64_MAX, in test_mimic_zlib_decode_pi() [all …]
|
D | adler32.c | 256 &adler32_midsummer_gt, UINT64_MAX, UINT64_MAX, 1500); in bench_wuffs_adler32_10k() 264 &adler32_pi_gt, UINT64_MAX, UINT64_MAX, 150); in bench_wuffs_adler32_100k() 274 &adler32_midsummer_gt, UINT64_MAX, UINT64_MAX, in bench_mimic_adler32_10k() 281 UINT64_MAX, UINT64_MAX, 150); in bench_mimic_adler32_100k()
|
D | crc32.c | 291 &crc32_midsummer_gt, UINT64_MAX, UINT64_MAX, 1500); in bench_wuffs_crc32_ieee_10k() 299 &crc32_pi_gt, UINT64_MAX, UINT64_MAX, 150); in bench_wuffs_crc32_ieee_100k() 309 &crc32_midsummer_gt, UINT64_MAX, UINT64_MAX, 1500); in bench_mimic_crc32_ieee_10k() 315 UINT64_MAX, UINT64_MAX, 150); in bench_mimic_crc32_ieee_100k()
|
D | lzw.c | 154 if ((wlimit < UINT64_MAX) || (rlimit < UINT64_MAX)) { in do_test_wuffs_lzw_decode() 171 19200, UINT64_MAX, UINT64_MAX); in test_wuffs_lzw_decode_bricks_dither() 178 19200, UINT64_MAX, UINT64_MAX); in test_wuffs_lzw_decode_bricks_nodither() 185 UINT64_MAX, 4096); in test_wuffs_lzw_decode_many_big_reads() 198 "test/data/pi.txt", 100003, UINT64_MAX, in test_wuffs_lzw_decode_pi() 199 UINT64_MAX); in test_wuffs_lzw_decode_pi()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stdint.h | 89 #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ macro 105 #define UINT_LEAST64_MAX UINT64_MAX 121 #define UINT_FAST64_MAX UINT64_MAX 128 #define UINTPTR_MAX UINT64_MAX 138 #define UINTMAX_MAX UINT64_MAX 154 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 51 #define UINT64_MAX (0xffffffffffffffffu) macro 70 #define UINT_FAST64_MAX UINT64_MAX 75 #define UINT_LEAST64_MAX UINT64_MAX 79 #define UINTMAX_MAX UINT64_MAX 105 #if UINTPTR_MAX == UINT64_MAX
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 55 #define UINT64_MAX (0xffffffffffffffffu) macro 74 #define UINT_FAST64_MAX UINT64_MAX 79 #define UINT_LEAST64_MAX UINT64_MAX 83 #define UINTMAX_MAX UINT64_MAX 109 #if UINTPTR_MAX == UINT64_MAX
|
/third_party/musl/include/ |
D | stdint.h | 51 #define UINT64_MAX (0xffffffffffffffffu) macro 70 #define UINT_FAST64_MAX UINT64_MAX 75 #define UINT_LEAST64_MAX UINT64_MAX 79 #define UINTMAX_MAX UINT64_MAX 105 #if UINTPTR_MAX == UINT64_MAX
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 143 #define UINT64_MAX _UI64_MAX macro 157 #define UINT_LEAST64_MAX UINT64_MAX 171 #define UINT_FAST64_MAX UINT64_MAX 177 # define UINTPTR_MAX UINT64_MAX 187 #define UINTMAX_MAX UINT64_MAX
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DataTypes.h | 82 #if !defined(UINT64_MAX) 83 # define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/musl/arch/aarch64/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/arch/x86_64/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/arch/riscv64/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/arch/mips64/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/arch/powerpc64/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/musl/arch/s390x/bits/ |
D | stdint.h | 17 #define UINTPTR_MAX UINT64_MAX 20 #define SIZE_MAX UINT64_MAX
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 127 #if !defined(UINT64_MAX) 128 # define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 127 #if !defined(UINT64_MAX) 128 # define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 127 #if !defined(UINT64_MAX) 128 # define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 127 #if !defined(UINT64_MAX) 128 # define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 199 #if !defined(UINT64_MAX) 200 #define UINT64_MAX 0xffffffffffffffffULL macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BranchProbability.cpp | 96 return UINT64_MAX; in scale() 103 return Q < LowerQ ? UINT64_MAX : Q; in scale()
|
/third_party/gptfdisk/ |
D | support.cc | 206 if (response > (UINT64_MAX / mult)) in IeeeToInt() 222 if (response > (UINT64_MAX - low)) in IeeeToInt() 227 if (response > (UINT64_MAX - def)) in IeeeToInt()
|