Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A DSFMT.c164 uint64_t th, tl, oh, ol; in rshift128() local
170 ol = tl >> (shift * 8); in rshift128()
173 out->u[1] = (uint32_t)ol; in rshift128()
179 uint64_t th, tl, oh, ol; in rshift128() local
185 ol = tl >> (shift * 8); in rshift128()
188 out->u[0] = (uint32_t)ol; in rshift128()
203 uint64_t th, tl, oh, ol; in lshift128() local
209 ol = tl << (shift * 8); in lshift128()
212 out->u[1] = (uint32_t)ol; in lshift128()
218 uint64_t th, tl, oh, ol; in lshift128() local
[all …]
/f-stack/freebsd/net/
H A Dmppcd.c57 uint32_t res, ol; in getbits() local
59 ol = *l; in getbits()
62 res = (buf[*i] & m[ol]) >> (*l); in getbits()
69 res = (buf[(*i)++] & m[ol]) << 8; in getbits()
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c86 uint8_t ol[2]; member
241 c->ol[1] = lval; /* LSB */ in pit_update_counter()
242 c->ol[0] = lval >> 8; /* MSB */ in pit_update_counter()
398 *eax = c->ol[--c->olbyte]; in vatpit_handler()
500 SNAPSHOT_BUF_OR_LEAVE(channel->ol, sizeof(channel->ol), in vatpit_snapshot()
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t428 ol.arabic {
432 ol.loweralpha {
436 ol.upperalpha {
440 ol.lowerroman {
444 ol.upperroman {
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c859 size_t ol; in ttydisc_rint() local
1041 ol = 2; in ttydisc_rint()
1045 ol = 1; in ttydisc_rint()
1054 ol = 3; in ttydisc_rint()
1058 ol = 1; in ttydisc_rint()
1063 if (ttyinq_write_nofrag(&tp->t_inq, ob, ol, quote) != 0) { in ttydisc_rint()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_sve.c126 svuint32_t l234, ol, vld, vld2, xlen, rss; in hns3_recv_burst_vec_sve() local
161 ol = svld1_gather_u32offset_u32(pg32, (uint32_t *)rxdp2, in hns3_recv_burst_vec_sve()
176 svst1_u32(pg32, (uint32_t *)key_field.ol_info, ol); in hns3_recv_burst_vec_sve()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c1461 ol = 1;
1466 if (ol < 2 || ol > tlen)
1477 tlen -= ol;
1478 s += ol;
1818 ol = 1;
1823 if (ol < 2 || ol > hlen)
1852 s, ol);
1867 hlen -= ol;
1868 s += ol;
1937 int ol;
[all …]
H A Dip_state.c1903 int off, mlen, ol, i, len, retval; local
1932 ol = 1;
1936 ol = (int)*(s + 1);
1937 if (ol < 2 || ol > len)
1947 if (ol == TCPOLEN_WINDOW) {
1964 if (ol == TCPOLEN_MAXSEG) {
1973 if (ol == TCPOLEN_SACK_PERMITTED)
1980 len -= ol;
1981 s += ol;
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c369 uint64_t ol, tunnel; in txq_mbuf_to_swp() local
375 ol = loc->mbuf->ol_flags; in txq_mbuf_to_swp()
376 tunnel = ol & PKT_TX_TUNNEL_MASK; in txq_mbuf_to_swp()
390 idx = (ol & (PKT_TX_L4_MASK | PKT_TX_IPV6 | PKT_TX_OUTER_IPV6)) >> 52; in txq_mbuf_to_swp()
401 if (MLX5_TXOFF_CONFIG(VLAN) && ol & PKT_TX_VLAN_PKT) in txq_mbuf_to_swp()
407 if (ol & (PKT_TX_IPV4 | PKT_TX_IPV6)) { /* Inner IP. */ in txq_mbuf_to_swp()
408 const uint64_t csum = ol & PKT_TX_L4_MASK; in txq_mbuf_to_swp()
413 (MLX5_TXOFF_CONFIG(TSO) && ol & PKT_TX_TCP_SEG)) { in txq_mbuf_to_swp()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure1047 | --oldin | --oldi | --old | --ol | --o)
1051 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)