/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 | 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 | 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 | 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/alsa-utils/axfer/ |
D | container-raw.c | 22 *byte_count = UINT64_MAX; in raw_builder_pre_process() 37 *byte_count = UINT64_MAX; in raw_parser_pre_process() 47 *byte_count = UINT64_MAX; in raw_parser_pre_process() 54 .max_size = UINT64_MAX, 62 .max_size = UINT64_MAX,
|
/third_party/musl/ndk_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/musl/porting/liteos_m/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_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/user/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/uniproton/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/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/nghttp2/tests/ |
D | nghttp2_ratelim_test.c | 81 nghttp2_ratelim_update(&rl, UINT64_MAX); in test_nghttp2_ratelim_update() 86 nghttp2_ratelim_init(&rl, UINT64_MAX - 1, 2); in test_nghttp2_ratelim_update() 89 CU_ASSERT(UINT64_MAX - 1 == rl.val); in test_nghttp2_ratelim_update()
|
/third_party/elfutils/tests/ |
D | read_unaligned.c | 165 UINT64_MAX / 2 - 1, 166 UINT64_MAX / 2, 167 UINT64_MAX / 2 + 1, 168 UINT64_MAX, 169 UINT64_MAX -1
|
/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/s390x/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/mips64/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/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/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
|