Home
last modified time | relevance | path

Searched refs:reason_count (Results 1 – 15 of 15) sorted by relevance

/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_reasons.php331 $reason_count = array();
334 $reason_count[$row['reason_id']] = $row['reason_count'];
360 …'REASON_COUNT' => (isset($reason_count[$row['reason_id']])) ? $reason_count[$row['reason_id']] :…
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_reasons.php350 $reason_count = array();
353 $reason_count[$row['reason_id']] = $row['reason_count'];
379 …'REASON_COUNT' => (isset($reason_count[$row['reason_id']])) ? $reason_count[$row['reason_id']] :…
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/adaptation/
H A Dvideo_stream_encoder_resource_manager.cc550 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
551 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
552 ss << reason_count.second.fps_adaptations; in ActiveCountsToString()
555 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
556 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
557 ss << reason_count.second.resolution_adaptations; in ActiveCountsToString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/adaptation/
H A Dvideo_stream_encoder_resource_manager.cc699 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
700 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
701 ss << reason_count.second.fps_adaptations; in ActiveCountsToString()
704 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
705 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
706 ss << reason_count.second.resolution_adaptations; in ActiveCountsToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/adaptation/
H A Dvideo_stream_encoder_resource_manager.cc649 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
650 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
651 ss << reason_count.second.fps_adaptations; in ActiveCountsToString()
654 for (auto& reason_count : active_counts) { in ActiveCountsToString() local
655 ss << ToString(reason_count.first) << ":"; in ActiveCountsToString()
656 ss << reason_count.second.resolution_adaptations; in ActiveCountsToString()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c143 uint8_t reason, reason_count, i; in print_npu_checkstop_reason() local
165 reason_count = sizeof(hmi_evt->u.xstop_error.xstop_reason) / in print_npu_checkstop_reason()
167 for (i = 0; i < reason_count; i++) { in print_npu_checkstop_reason()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c143 uint8_t reason, reason_count, i; in print_npu_checkstop_reason() local
165 reason_count = sizeof(hmi_evt->u.xstop_error.xstop_reason) / in print_npu_checkstop_reason()
167 for (i = 0; i < reason_count; i++) { in print_npu_checkstop_reason()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c143 uint8_t reason, reason_count, i; in print_npu_checkstop_reason() local
165 reason_count = sizeof(hmi_evt->u.xstop_error.xstop_reason) / in print_npu_checkstop_reason()
167 for (i = 0; i < reason_count; i++) { in print_npu_checkstop_reason()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dhmi.c581 int i, reason_count; in add_npu2_xstop_reason() local
584 reason_count = sizeof(*xstop_reason) / sizeof(reason); in add_npu2_xstop_reason()
586 for (i = 0; i < reason_count; i++) { in add_npu2_xstop_reason()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dhmi.c581 int i, reason_count; in add_npu2_xstop_reason() local
584 reason_count = sizeof(*xstop_reason) / sizeof(reason); in add_npu2_xstop_reason()
586 for (i = 0; i < reason_count; i++) { in add_npu2_xstop_reason()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dhmi.c581 int i, reason_count; in add_npu2_xstop_reason() local
584 reason_count = sizeof(*xstop_reason) / sizeof(reason); in add_npu2_xstop_reason()
586 for (i = 0; i < reason_count; i++) { in add_npu2_xstop_reason()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dhmi.c581 int i, reason_count; in add_npu2_xstop_reason() local
584 reason_count = sizeof(*xstop_reason) / sizeof(reason); in add_npu2_xstop_reason()
586 for (i = 0; i < reason_count; i++) { in add_npu2_xstop_reason()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dhmi.c581 int i, reason_count;
584 reason_count = sizeof(*xstop_reason) / sizeof(reason);
586 for (i = 0; i < reason_count; i++) {
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dhmi.c728 int i, reason_count; in add_npu2_xstop_reason() local
731 reason_count = sizeof(*xstop_reason) / sizeof(reason); in add_npu2_xstop_reason()
733 for (i = 0; i < reason_count; i++) { in add_npu2_xstop_reason()
/dports/www/py-scrapy/Scrapy-2.5.1/docs/
H A Dnews.rst2508 - Added ``retry/count``, ``retry/max_reached`` and ``retry/reason_count/<reason>``