Searched refs:xl (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | sctp.c | 231 prev_xl = xl; in sctp_process_tcb() 233 if (xl == NULL) { in sctp_process_tcb() 238 xl->xladdr = xladdr; in sctp_process_tcb() 271 xl = LIST_FIRST(&xladdr_head); in sctp_process_tcb() 280 if (xl != NULL) { in sctp_process_tcb() 296 if (xl != NULL) in sctp_process_tcb() 297 xl = LIST_NEXT(xl, xladdr_entries); in sctp_process_tcb() 313 xl = LIST_FIRST(&xladdr_head); in sctp_process_tcb() 314 while (xl != NULL) { in sctp_process_tcb() 316 free(xl); in sctp_process_tcb() [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_reciprocal.h | 51 __uint128_t xl = x; in mullhi_u64() local 52 __uint128_t rl = xl * y; in mullhi_u64()
|
| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.c | 108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 110 il = xl ^ kl; \ 144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument 147 il = CAMELLIA_SP1110((xl>>24) & 0xff); \ 149 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \ 151 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \ 153 il ^= CAMELLIA_SP4404(xl & 0xff); \
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | config.rpath | 88 xl* | bgxl* | bgf* | mpixl*)
|
| /f-stack/freebsd/i386/conf/ |
| H A D | GENERIC | 251 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | GENERIC | 285 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|