Searched refs:ceil64 (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | q_htb.c | 124 __u64 ceil64 = 0, rate64 = 0; in htb_parse_class_opt() local 178 if (ceil64) { in htb_parse_class_opt() 182 if (get_rate64(&ceil64, *argv)) { in htb_parse_class_opt() 217 if (!ceil64) in htb_parse_class_opt() 218 ceil64 = rate64; in htb_parse_class_opt() 221 opt.ceil.rate = (ceil64 >= (1ULL << 32)) ? ~0U : ceil64; in htb_parse_class_opt() 228 cbuffer = ceil64 / get_hz() + mtu; in htb_parse_class_opt() 246 opt.cbuffer = tc_calc_xmittime(ceil64, cbuffer); in htb_parse_class_opt() 254 if (ceil64 >= (1ULL << 32)) in htb_parse_class_opt() 255 addattr_l(n, 1224, TCA_HTB_CEIL64, &ceil64, sizeof(ceil64)); in htb_parse_class_opt() [all …]
|
/external/libnl/lib/route/qdisc/ |
D | htb.c | 225 uint64_t ceil64; in htb_class_msg_fill() local 245 ceil64 = htb->ch_ceil.rs_rate64; in htb_class_msg_fill() 252 ceil64 = rate64; in htb_class_msg_fill() 265 cbuffer = ceil64 / nl_get_psched_hz() + mtu; /* XXX */ in htb_class_msg_fill() 267 opts.cbuffer = nl_us2ticks(rtnl_tc_calc_txtime64(cbuffer, ceil64)); in htb_class_msg_fill() 275 if (ceil64 > 0xFFFFFFFFull) in htb_class_msg_fill() 276 NLA_PUT(msg, TCA_HTB_CEIL64, sizeof(uint64_t), &ceil64); in htb_class_msg_fill() 536 int rtnl_htb_set_ceil64(struct rtnl_class *class, uint64_t ceil64) in rtnl_htb_set_ceil64() argument 545 htb->ch_ceil.rs_rate64 = ceil64; in rtnl_htb_set_ceil64()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | f64.ll | 84 ; CHECK-LABEL: ceil64: 87 define double @ceil64(double %x) {
|
/external/llvm/test/ExecutionEngine/Interpreter/ |
D | intrinsics.ll | 27 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | f64.ll | 85 ; CHECK-LABEL: ceil64: 88 define double @ceil64(double %x) {
|
/external/llvm-project/llvm/test/ExecutionEngine/Interpreter/ |
D | intrinsics.ll | 29 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)
|