Home
last modified time | relevance | path

Searched refs:UINT64_MAX (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/
Ddeflate.c160 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 …]
Dzlib.c108 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 …]
Dgzip.c108 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 …]
Dadler32.c256 &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()
Dcrc32.c291 &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()
Dlzw.c154 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/
Dcontainer-raw.c22 *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/
Dstdint.h51 #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/
Dstdint.h51 #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/
Dstdint.h51 #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/
Dstdint.h51 #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/
Dstdint.h51 #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/
Dstdint.h51 #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/
Dstdint-msvc2008.h143 #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/
Dnghttp2_ratelim_test.c81 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/
Dread_unaligned.c165 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/
DDataTypes.h82 #if !defined(UINT64_MAX)
83 # define UINT64_MAX 0xffffffffffffffffULL macro
/third_party/musl/arch/s390x/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX
20 #define SIZE_MAX UINT64_MAX
/third_party/musl/arch/powerpc64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX
20 #define SIZE_MAX UINT64_MAX
/third_party/musl/arch/mips64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX
20 #define SIZE_MAX UINT64_MAX
/third_party/musl/arch/riscv64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX
20 #define SIZE_MAX UINT64_MAX
/third_party/musl/arch/aarch64/bits/
Dstdint.h17 #define UINTPTR_MAX UINT64_MAX
20 #define SIZE_MAX UINT64_MAX
/third_party/musl/arch/x86_64/bits/
Dstdint.h17 #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/
DDataTypes.h127 #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/
DDataTypes.h127 #if !defined(UINT64_MAX)
128 # define UINT64_MAX 0xffffffffffffffffULL macro

12345678910