/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/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_cc.c | 102 return cstat->congestion_recovery_start_ts != UINT64_MAX && in in_congestion_recovery() 165 cstat->congestion_recovery_start_ts = UINT64_MAX; in ngtcp2_cc_reno_cc_on_persistent_congestion() 180 if (cstat->min_rtt != UINT64_MAX && cc->max_delivery_rate_sec) { in ngtcp2_cc_reno_cc_on_ack_recv() 207 cc->epoch_start = UINT64_MAX; in cubic_cc_reset() 215 cc->prior.epoch_start = UINT64_MAX; in cubic_cc_reset() 219 cc->current_round_min_rtt = UINT64_MAX; in cubic_cc_reset() 220 cc->last_round_min_rtt = UINT64_MAX; in cubic_cc_reset() 337 if (cc->last_round_min_rtt != UINT64_MAX && in ngtcp2_cc_cubic_cc_on_pkt_acked() 338 cc->current_round_min_rtt != UINT64_MAX && in ngtcp2_cc_cubic_cc_on_pkt_acked() 363 if (cc->epoch_start == UINT64_MAX) { in ngtcp2_cc_cubic_cc_on_pkt_acked() [all …]
|
D | ngtcp2_bbr2.c | 281 bbr->min_rtt = UINT64_MAX; in bbr_on_init() 284 bbr->probe_rtt_done_stamp = UINT64_MAX; in bbr_on_init() 302 bbr->loss_round_delivered = UINT64_MAX; in bbr_on_init() 318 bbr->probe_up_cnt = UINT64_MAX; in bbr_on_init() 319 bbr->cycle_stamp = UINT64_MAX; in bbr_on_init() 326 bbr->inflight_hi = UINT64_MAX; in bbr_on_init() 327 bbr->bw_hi = UINT64_MAX; in bbr_on_init() 330 bbr->probe_rtt_min_delay = UINT64_MAX; in bbr_on_init() 338 bbr->congestion_recovery_start_ts = UINT64_MAX; in bbr_on_init() 353 bbr->bw_lo = UINT64_MAX; in bbr_reset_lower_bounds() [all …]
|
D | ngtcp2_bbr.c | 159 return cstat->congestion_recovery_start_ts != UINT64_MAX && in in_congestion_recovery() 168 if (cc->in_loss_recovery || cc->congestion_recovery_start_ts != UINT64_MAX || in ngtcp2_cc_bbr_cc_congestion_event() 182 cc->congestion_recovery_start_ts = UINT64_MAX; in ngtcp2_cc_bbr_cc_on_spurious_congestion() 183 cstat->congestion_recovery_start_ts = UINT64_MAX; in ngtcp2_cc_bbr_cc_on_spurious_congestion() 198 cstat->congestion_recovery_start_ts = UINT64_MAX; in ngtcp2_cc_bbr_cc_on_persistent_congestion() 199 cc->congestion_recovery_start_ts = UINT64_MAX; in ngtcp2_cc_bbr_cc_on_persistent_congestion() 307 if (cc->congestion_recovery_start_ts != UINT64_MAX) { in bbr_handle_recovery() 314 cc->congestion_recovery_start_ts = UINT64_MAX; in bbr_handle_recovery() 381 (uint64_t)(cstat->pacing_rate * (double)(cstat->min_rtt == UINT64_MAX in bbr_set_send_quantum() 396 if (cc->rt_prop == UINT64_MAX) { in bbr_inflight() [all …]
|
D | ngtcp2_pmtud.c | 58 pmtud->expiry = UINT64_MAX; in ngtcp2_pmtud_new() 106 return pmtud->expiry == UINT64_MAX; in ngtcp2_pmtud_require_probe() 114 pmtud->expiry = UINT64_MAX; in pmtud_next_probe() 146 pmtud->expiry = UINT64_MAX; in ngtcp2_pmtud_handle_expiry()
|
/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/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/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/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/node/deps/uv/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/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/ltp/testcases/kernel/syscalls/eventfd/ |
D | eventfd06.c | 79 uint64_t max = UINT64_MAX - 1; in clear_counter() 109 TST_EXP_EQ_LI(count, UINT64_MAX); in test_select() 133 TST_EXP_EQ_LI(count, UINT64_MAX); in test_poll()
|
/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/x86_64/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/aarch64/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/s390x/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/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/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/Linux/include/llvm/Support/ |
D | DataTypes.h | 127 #if !defined(UINT64_MAX) 128 # define UINT64_MAX 0xffffffffffffffffULL macro
|