Home
last modified time | relevance | path

Searched refs:urgency (Results 1 – 25 of 30) sorted by relevance

12

/third_party/pulseaudio/sonic/debian/
Dchangelog1 sonic (0.2.0-1) unstable; urgency=low
7 sonic (0.1.18-1) unstable; urgency=low
13 sonic (0.1.17-1) unstable; urgency=low
20 sonic (0.1.16-1) unstable; urgency=low
27 sonic (0.1.15-1) unstable; urgency=low
33 sonic (0.1.14-1) unstable; urgency=low
39 sonic (0.1.13-1) unstable; urgency=low
45 sonic (0.1.12-1) unstable; urgency=low
51 sonic (0.1.11-1) unstable; urgency=low
57 sonic (0.1.10-1) unstable; urgency=low
Dchangelog.vinux1 sonic (0.1.8) lucid; urgency=low
7 sonic (0.1.7) lucid; urgency=low
13 sonic (0.1.6) maverick; urgency=low
19 sonic (0.1.5) lucid; urgency=low
25 sonic (0.1.4) lucid; urgency=low
31 sonic (0.1.3) lucid; urgency=low
37 sonic (0.1.2) lucid; urgency=low
43 sonic (0.1.1) lucid; urgency=low
49 sonic (0.1) lucid; urgency=low
/third_party/lame/debian/
Dchangelog1 lame (3.99~cvs20110302) UNRELEASED; urgency=low
20 lame (3.99~cvs20091122) unstable; urgency=low
42 lame (3.99~cvs20090419) unstable; urgency=low
54 lame (3.99~cvs20081106) unstable; urgency=low
64 lame (3.98) unstable; urgency=low
70 lame (3.98~beta8+cvs20080624) unstable; urgency=low
79 lame (3.98~beta8+cvs20080514) unstable; urgency=low
94 lame (3.98~alpha1) unstable; urgency=low
105 lame (3.98~alpha0) unstable; urgency=low
113 lame (3.97-8) unstable; urgency=low
[all …]
/third_party/nghttp2/tests/
Dnghttp2_http_test.c46 CU_ASSERT((uint32_t)-1 == pri.urgency); in test_nghttp2_http_parse_priority()
57 CU_ASSERT((uint32_t)7 == pri.urgency); in test_nghttp2_http_parse_priority()
68 CU_ASSERT((uint32_t)0 == pri.urgency); in test_nghttp2_http_parse_priority()
79 CU_ASSERT((uint32_t)3 == pri.urgency); in test_nghttp2_http_parse_priority()
90 CU_ASSERT((uint32_t)6 == pri.urgency); in test_nghttp2_http_parse_priority()
137 CU_ASSERT((uint32_t)-1 == pri.urgency); in test_nghttp2_http_parse_priority()
194 CU_ASSERT((uint32_t)2 == pri.urgency); in test_nghttp2_http_parse_priority()
Dnghttp2_session_test.c10793 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW + 1; in test_nghttp2_session_change_extpri_stream_priority()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_extpri.c29 return (uint8_t)((uint32_t)extpri->inc << 7 | extpri->urgency); in nghttp2_extpri_to_uint8()
33 extpri->urgency = nghttp2_extpri_uint8_urgency(u8extpri); in nghttp2_extpri_from_uint8()
Dnghttp2_session.c922 uint32_t urgency; in session_ob_data_push() local
929 urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_ob_data_push()
932 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_ob_data_push()
934 pq = &session->sched[urgency].ob_data; in session_ob_data_push()
953 uint32_t urgency; in session_ob_data_remove() local
958 urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_ob_data_remove()
960 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_ob_data_remove()
962 nghttp2_pq_remove(&session->sched[urgency].ob_data, &stream->pq_entry); in session_ob_data_remove()
1060 uint32_t urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_sched_reschedule_stream() local
1067 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_sched_reschedule_stream()
[all …]
Dnghttp2_http.c622 pri.urgency = (uint32_t)val.integer; in nghttp2_http_parse_priority()
/third_party/nghttp2/lib/
Dnghttp2_extpri.c29 return (uint8_t)((uint32_t)extpri->inc << 7 | extpri->urgency); in nghttp2_extpri_to_uint8()
33 extpri->urgency = nghttp2_extpri_uint8_urgency(u8extpri); in nghttp2_extpri_from_uint8()
Dnghttp2_session.c927 uint32_t urgency; in session_ob_data_push() local
934 urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_ob_data_push()
937 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_ob_data_push()
939 pq = &session->sched[urgency].ob_data; in session_ob_data_push()
958 uint32_t urgency; in session_ob_data_remove() local
963 urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_ob_data_remove()
965 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_ob_data_remove()
967 nghttp2_pq_remove(&session->sched[urgency].ob_data, &stream->pq_entry); in session_ob_data_remove()
1065 uint32_t urgency = nghttp2_extpri_uint8_urgency(stream->extpri); in session_sched_reschedule_stream() local
1072 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS); in session_sched_reschedule_stream()
[all …]
Dnghttp2_http.c622 pri.urgency = (uint32_t)val.integer; in nghttp2_http_parse_priority()
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_frame.c98 assert(fr->pri.urgency <= NGHTTP3_URGENCY_LOW); in nghttp3_frame_write_priority_update()
102 *p++ = (uint8_t)('0' + fr->pri.urgency); in nghttp3_frame_write_priority_update()
Dnghttp3_conv.c134 return (uint8_t)((uint32_t)pri->inc << 7 | pri->urgency); in nghttp3_pri_to_uint8()
Dnghttp3_conn.c931 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()
985 rstate->fr.priority_update.pri.urgency = NGHTTP3_DEFAULT_URGENCY; in nghttp3_conn_read_control()
1518 uint32_t urgency = nghttp3_pri_uint8_urgency(tnode->pri); in conn_get_sched_pq() local
1520 assert(urgency < NGHTTP3_URGENCY_LEVELS); in conn_get_sched_pq()
1522 return &conn->sched[urgency].spq; in conn_get_sched_pq()
2486 dest->urgency = nghttp3_pri_uint8_urgency(stream->node.pri); in nghttp3_conn_get_stream_priority()
2497 assert(pri->urgency < NGHTTP3_URGENCY_LEVELS); in nghttp3_conn_set_stream_priority()
Dnghttp3_http.c803 pri.urgency = (uint32_t)val.i; in nghttp3_http_parse_priority()
934 pri.urgency = nghttp3_pri_uint8_urgency(http->pri); in http_request_on_header()
/third_party/libphonenumber/debian/
Dchangelog1 libphonenumber (6.2~svn673-1) unstable; urgency=medium
/third_party/lz4/contrib/debian/
Dchangelog1 liblz4 (1.7.2) unstable; urgency=low
/third_party/node/deps/v8/src/objects/
Dcode.tq8 // The layout is chosen s.t. urgency and the install target offset can be
Dcode-inl.h1194 void BytecodeArray::set_osr_urgency(int urgency) { in set_osr_urgency() argument
1195 DCHECK(0 <= urgency && urgency <= BytecodeArray::kMaxOsrUrgency); in set_osr_urgency()
1198 set_osr_urgency_and_install_target(OsrUrgencyBits::update(value, urgency)); in set_osr_urgency()
Dcode.h1001 inline void set_osr_urgency(int urgency); in DEFINE_OPERATORS_FOR_FLAGS()
/third_party/ffmpeg/doc/
Dissue_tracker.txt81 Something that is desirable to have but that there is no urgency at
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h2431 uint32_t urgency; member
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4325 uint32_t urgency; member
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h4341 uint32_t urgency; member
/third_party/icu/icu4j/perf-tests/data/collation/
Dvfear11a.txt7010 urgency!"
7012 "Brother McMurdo claims urgency," said McGinty. "It's a
7028 which I have made a claim of urgency."

12