Home
last modified time | relevance | path

Searched defs:penalty (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_tnode.c86 uint64_t penalty = nwrite / NGHTTP3_STREAM_MIN_WRITELEN; in nghttp3_tnode_schedule() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c88 unsigned penalty = mismatched_half ? 3 : 0; in ir3_delayslots() local
/third_party/gn/src/gn/
Dcommand_format.cc692 int penalty = 0; in AssessPenalty() local
726 int penalty = 0; in Expr() local
1131 int penalty = penalty_multiline_start_next_line; in FunctionCall() local
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java397 int penalty = getPenaltyScore(); in handleConstructorMasking() local
/third_party/nghttp2/src/
Dshrpx_client_handler.cc829 auto penalty = MAX_DOWNSTREAM_ADDR_WEIGHT + addr->pending_penalty; in reschedule_addr() local
843 auto penalty = MAX_DOWNSTREAM_ADDR_WEIGHT + wg->pending_penalty; in reschedule_wg() local
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts213 const penalty: int = this.getPenaltyScore(); constant
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java272 int penalty = getPenaltyScore(); in QrCode() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c138 uint64_t penalty; in stream_next_cycle() local
Dnghttp2_session.c1062 uint64_t penalty = (uint64_t)stream->last_writelen; in session_sched_reschedule_stream() local
/third_party/nghttp2/lib/
Dnghttp2_stream.c138 uint64_t penalty; in stream_next_cycle() local
Dnghttp2_session.c1067 uint64_t penalty = (uint64_t)stream->last_writelen; in session_sched_reschedule_stream() local
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp344 long penalty = getPenaltyScore(); in QrCode() local
/third_party/qrcodegen/rust/src/
Dlib.rs309 let penalty: i32 = result.get_penalty_score(); in encode_codewords() localVariable
/third_party/qrcodegen/c/
Dqrcodegen.c272 long penalty = getPenaltyScore(qrcode); in qrcodegen_encodeSegmentsAdvanced() local
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs344 let penalty: i32 = result.get_penalty_score(); in encode_codewords() localVariable
/third_party/libbpf/include/uapi/linux/
Dpkt_sched.h504 __u32 penalty; member