| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | stream.tcl | 117 assert {[r xlen mystream] == $j} 243 assert {[r xlen somestream] == 2} 266 assert {[r xlen somestream] == $x} 274 assert {[r xlen somestream] == $x} 322 test {XADD with MAXLEN > xlen can propagate correctly} { 328 assert {[r xlen mystream] == $j} 332 assert {[r xlen mystream] == $j} 343 assert {[r xlen mystream] == $j} 348 assert {[r xlen mystream] == $j} 358 assert {[r xlen mystream] == 89} [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rpcb_pxy.c | 779 u_int len, xlen, pos, bogo; local 800 xlen = XDRALIGN(len); 812 COPYBACK(m, off, xlen, uaddr); 813 off += xlen; 1317 u_int len, xlen, pos, bogo; local 1337 xlen = XDRALIGN(len); 1349 COPYBACK(m, off, xlen, uaddr); 1383 u_int len, xlen, pos, bogo; local 1418 xlen = XDRALIGN(len); 1426 COPYBACK(m, off, xlen, uaddr); [all …]
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec_sve.c | 126 svuint32_t l234, ol, vld, vld2, xlen, rss; in hns3_recv_burst_vec_sve() local 168 xlen = svld1_gather_u32offset_u32(pg32, (uint32_t *)rxdp2, in hns3_recv_burst_vec_sve() 179 xlen = svreinterpret_u32_u16(svsub_n_u16_z(PG16_256BIT, in hns3_recv_burst_vec_sve() 180 svreinterpret_u16_u32(xlen), rxq->crc_len)); in hns3_recv_burst_vec_sve() 187 svtbl_u16(svreinterpret_u16_u32(xlen), xlen_tbl1)); in hns3_recv_burst_vec_sve() 189 svtbl_u16(svreinterpret_u16_u32(xlen), xlen_tbl2)); in hns3_recv_burst_vec_sve()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 1594 int xlen = len; in tcp_output() local 1596 ++xlen; in tcp_output() 1598 ++xlen; in tcp_output() 1601 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) in tcp_output() 1602 tp->snd_max = tp->snd_nxt + xlen; in tcp_output()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 201 addmul(unsigned char *c, const unsigned char *a, unsigned int xlen, const unsigned char *b) in addmul() argument 210 if (xlen >= 16) { in addmul() 217 for (i = 0; i < xlen; i++) { in addmul()
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 1781 size_t xlen, ilen; in key_sp2msg() local 1787 xlen = sizeof(*xpl); in key_sp2msg() 1788 if (*len < xlen) in key_sp2msg() 1818 xlen += ilen; in key_sp2msg() 1819 if (xlen > *len) { in key_sp2msg() 1838 xpl->sadb_x_policy_len = PFKEY_UNIT64(xlen); in key_sp2msg() 1840 *len = xlen; in key_sp2msg()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 11653 uint16_t xlen; local 11662 xlen = zbuf[13]; 11663 xlen <<= 8; 11664 xlen += zbuf[12]; 11666 n += xlen;
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 13924 int32_t xlen = len; in bbr_output_wtime() local 13930 ++xlen; in bbr_output_wtime() 13932 ++xlen; in bbr_output_wtime() 13935 if (xlen && (tp->snd_una == tp->snd_max)) { in bbr_output_wtime() 13944 tp->snd_max += xlen; in bbr_output_wtime()
|
| H A D | rack.c | 13928 int32_t xlen = len; in rack_output() local 13934 ++xlen; in rack_output() 13936 ++xlen; in rack_output() 13940 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in rack_output()
|