Home
last modified time | relevance | path

Searched refs:low32 (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/kernel/
H A Diosapic.c218 u32 low32, high32; in set_rte() local
252 iosapic_intr_info[irq].low32 = low32; in set_rte()
290 u32 low32; in mask_irq() local
298 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq()
309 u32 low32; in unmask_irq() local
316 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq()
365 iosapic_intr_info[irq].low32 = low32; in iosapic_set_affinity()
719 u32 low32; in iosapic_register_intr() local
764 low32 = iosapic_intr_info[irq].low32; in iosapic_register_intr()
785 u32 low32; in iosapic_unregister_intr() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/kernel/
H A Diosapic.c218 u32 low32, high32; in set_rte() local
252 iosapic_intr_info[irq].low32 = low32; in set_rte()
290 u32 low32; in mask_irq() local
298 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq()
309 u32 low32; in unmask_irq() local
316 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq()
365 iosapic_intr_info[irq].low32 = low32; in iosapic_set_affinity()
719 u32 low32; in iosapic_register_intr() local
764 low32 = iosapic_intr_info[irq].low32; in iosapic_register_intr()
785 u32 low32; in iosapic_unregister_intr() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/kernel/
H A Diosapic.c218 u32 low32, high32; in set_rte() local
252 iosapic_intr_info[irq].low32 = low32; in set_rte()
290 u32 low32; in mask_irq() local
298 low32 = iosapic_intr_info[irq].low32 |= IOSAPIC_MASK; in mask_irq()
309 u32 low32; in unmask_irq() local
316 low32 = iosapic_intr_info[irq].low32 &= ~IOSAPIC_MASK; in unmask_irq()
365 iosapic_intr_info[irq].low32 = low32; in iosapic_set_affinity()
719 u32 low32; in iosapic_register_intr() local
764 low32 = iosapic_intr_info[irq].low32; in iosapic_register_intr()
785 u32 low32; in iosapic_unregister_intr() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
83 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
86 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
89 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
91 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
105 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
83 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
86 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
89 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
91 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
105 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
83 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
86 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
89 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
91 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
105 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/crypto/kernel/
H A Dkey.c55 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
89 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
92 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
95 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
97 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
111 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/kernel/
H A Dkey.c56 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
89 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
91 key->num_left = make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
94 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
96 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
110 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/srtp/src/crypto/kernel/
H A Dkey.c52 if (high32(s) == 0 && low32(s) < soft_limit) in key_limit_set()
81 if (low32(key->num_left) == 0) in key_limit_update()
84 key->num_left = make64(high32(key->num_left)-1,low32(key->num_left) - 1); in key_limit_update()
89 key->num_left = make64(high32(key->num_left),low32(key->num_left) - 1); in key_limit_update()
91 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in key_limit_update()
105 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in key_limit_update()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/crypto/kernel/
H A Dkey.c57 if (high32(s) == 0 && low32(s) < soft_limit) { in srtp_key_limit_set()
91 if (low32(key->num_left) == 0) { in srtp_key_limit_update()
94 make64(high32(key->num_left) - 1, low32(key->num_left) - 1); in srtp_key_limit_update()
97 key->num_left = make64(high32(key->num_left), low32(key->num_left) - 1); in srtp_key_limit_update()
99 if (high32(key->num_left) != 0 || low32(key->num_left) >= soft_limit) { in srtp_key_limit_update()
113 if (low32(key->num_left) == 0 && high32(key->num_left == 0)) in srtp_key_limit_update()
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/replay/
H A Drdbx.c107 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
131 (low32(*local) >> 16)); in srtp_index_guess()
132 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
139 (low32(*guess) >> 16)); in srtp_index_guess()
140 uint16_t guess_seq = (uint16_t)(low32(*guess)); in srtp_index_guess()
330 low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
343 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
360 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/math/cln/cln-1.3.6/src/base/low/
H A Dcl_low_div.cc245 divu_6432_3232(r1,low32(x),y, q0 = , divu_64_rest = ); in divu_6464_6464_()
254 { var uint32 y2 = low32(y1)+1; // y1+1 bilden in divu_6464_6464_()
258 { divu_6432_3232(high32(x1),low32(x1),y2,q=,); } // Division von x1 durch y1+1 in divu_6464_6464_()
264 x -= mulu32_w(q,low32(y)); // q * low32(y) in divu_6464_6464_()
291 divu_6432_3232(low32(xhi),high32(xlo),y, q1=,r1=); in divu_12864_6464_()
292 divu_6432_3232(r1,low32(xlo),y, q0=,divu_64_rest=); in divu_12864_6464_()
332 { q1 = high32(xhi); r32 = low32(xhi); } in divu_12864_6464_()
341 r2 = highlow64_0(q1) - mulu32_w(low32(y),q1); // 2^32*q1 - y0*q1 < 2^64 in divu_12864_6464_()
355 { q0 = high32(r); r32 = low32(r); } in divu_12864_6464_()
363 r = highlow64(r32,low32(xlo)); // 2^32*r32 + low32(xlo) < 2^64 in divu_12864_6464_()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/crypto/replay/
H A Drdbx.c101 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
125 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
126 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
317 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
332 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
349 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/crypto/replay/
H A Drdbx.c103 *pi = make64(high32(*pi) + (s > ~low32(*pi) ? 1 : 0), low32(*pi) + s); in srtp_index_advance()
127 uint32_t local_roc = ((high32(*local) << 16) | (low32(*local) >> 16)); in srtp_index_guess()
128 uint16_t local_seq = (uint16_t)(low32(*local)); in srtp_index_guess()
319 if (high32(rdbx->index) > 0 || low32(rdbx->index) > seq_num_median) in srtp_rdbx_estimate_index()
334 return s - (uint16_t)low32(rdbx->index); in srtp_rdbx_estimate_index()
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()

12345678910>>...12