| /f-stack/freebsd/net/ |
| H A D | if.h | 292 #define IF_MSGHDRL_IFM_DATA(_l) \ argument 293 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off) 294 #define IF_MSGHDRL_RTA(_l) \ argument 295 (void *)((uintptr_t)(_l) + (_l)->ifm_len) 334 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument 335 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off) 336 #define IFA_MSGHDRL_RTA(_l) \ argument 337 (void *)((uintptr_t)(_l) + (_l)->ifam_len)
|
| /f-stack/tools/compat/include/net/ |
| H A D | if.h | 278 #define IF_MSGHDRL_IFM_DATA(_l) \ argument 279 (struct if_data *)((char *)(_l) + (_l)->ifm_data_off) 280 #define IF_MSGHDRL_RTA(_l) \ argument 281 (void *)((uintptr_t)(_l) + (_l)->ifm_len) 320 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument 321 (struct if_data *)((char *)(_l) + (_l)->ifam_data_off) 322 #define IFA_MSGHDRL_RTA(_l) \ argument 323 (void *)((uintptr_t)(_l) + (_l)->ifam_len)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | pqsort.c | 158 void *_l = a, *_r = ((unsigned char*)a)+r-1; in _pqsort() local 159 if (!((lrange < _l && rrange < _l) || in _pqsort() 164 void *_l, *_r; in _pqsort() local 170 _l = a; in _pqsort() 172 if (!((lrange < _l && rrange < _l) || in _pqsort()
|
| H A D | zipmap.c | 93 #define ZIPMAP_LEN_BYTES(_l) (((_l) < ZIPMAP_BIGLEN) ? 1 : sizeof(unsigned int)+1) argument
|
| H A D | hyperloglog.c | 385 int _l = (len)-1; \ 386 *(p) = (_l>>8) | HLL_SPARSE_XZERO_BIT; \ 387 *((p)+1) = (_l&0xff); \
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_annote.h | 36 #define __out_ecount_part(_n, _l) argument 39 #define __out_bcount_part(_n, _l) argument 40 #define __out_bcount_part_opt(_n, _l) argument
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | types.h | 59 int32_t _l; /* lower 32 bits of offset value */ member 70 int32_t _l; /* lower 32 bits of offset value */ member
|
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.h | 92 #define FIB_PRINTF(_l, _fd, _fmt, ...) fib_printf(_l, _fd, __func__, _fmt, ##__VA_ARGS__) argument
|
| H A D | fib_algo.c | 207 #define _PASS_MSG(_l) (flm_debug_level >= (_l)) argument 214 #define RH_PRINTF(_l, _rh, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 217 #define FD_PRINTF(_l, _fd, _fmt, ...) FD_PRINTF_##_l(_l, _fd, _fmt, ## __VA_ARGS__) argument 218 #define _FD_PRINTF(_l, _fd, _fmt, ...) if (_PASS_MSG(_l)) { \ argument 225 #define FD_PRINTF_LOG_DEBUG2(_l, _fd, _fmt, ...) argument
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | hiredis.c | 282 size_t _l = 0; in redisvFormatCommand() local 357 _l = (_p+1)-c; in redisvFormatCommand() 358 if (_l < sizeof(_format)-2) { in redisvFormatCommand() 359 memcpy(_format,c,_l); in redisvFormatCommand() 360 _format[_l] = '\0'; in redisvFormatCommand()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat.h | 584 #define NAT_HASH_FN(_k,_l,_m) (((_k) + ((_k) >> 12) + _l) % (_m)) argument 585 #define NAT_HASH_FN6(_k,_l,_m) ((((u_32_t *)(_k))[3] \ argument 593 + _l) % (_m))
|
| /f-stack/freebsd/sys/ |
| H A D | qmath.h | 483 Q_BT(*(l)) _l = Q_GCVAL(r); \ 484 int _err = Q_QCANREPQ(r, _l); \ 486 *(l) = _l; \
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 179 #define SUBMOD_DUMP_REG(_sc, _m, _l) \ argument 183 for (i = 0; i <= (_l); i += 4) { \
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_tgec.c | 65 ioread32be(®s->bn ## _l))
|
| H A D | fman_memac.c | 351 (ioread32be(®s->bn ## _l) | \
|