OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_k
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat.h
604
#define NAT_HASH_FN(
_k
,_l,_m) (((
_k
) + ((
_k
) >> 12) + _l) % (_m))
605
#define NAT_HASH_FN6(
_k
,_l,_m) ((((u_32_t *)(
_k
))[3] \
606
+ (((u_32_t *)(
_k
))[3] >> 12) \
607
+ (((u_32_t *)(
_k
))[2]) \
608
+ (((u_32_t *)(
_k
))[2] >> 12) \
609
+ (((u_32_t *)(
_k
))[1]) \
610
+ (((u_32_t *)(
_k
))[1] >> 12)
[
all
...]
ipf_rb.h
61
# define RBI_SEARCH(_n, _h,
_k
) rb_tree_find_node(_h,
_k
)
423
#define RBI_SEARCH(_n, _h,
_k
) _n##_rb_search(_h,
_k
)
/src/external/ibm-public/postfix/dist/conf/
postfix-tls-script
488
_k
=$1; shift
518
) | $openssl req -x509 -config $stdin -new -key "${
_k
}" \
520
rm -f "${_c}" "${
_k
}"
1110
for
_k
in "$@"
1112
set_keyfile "${
_k
}"
/src/external/bsd/ipf/bin/ipftest/
bpf_filter.c
107
#define MINDEX(len, _m,
_k
) \
110
while ((
_k
) >= len) { \
111
(
_k
) -= len; \
/src/sys/arch/arm/sunxi/
sunxi_ccu.h
129
#define SUNXI_CCU_NKMP_TABLE(_id, _name, _parent, _reg, _n,
_k
, _m, \
137
.u.nkmp.k = (
_k
), \
150
#define SUNXI_CCU_NKMP(_id, _name, _parent, _reg, _n,
_k
, _m, \
152
SUNXI_CCU_NKMP_TABLE(_id, _name, _parent, _reg, _n,
_k
, _m, \
/src/external/lgpl3/mpfr/dist/src/
mpfr.h
1046
mpfr_int _s,
_k
; \
1047
_k
= (k); \
1048
if (
_k
>= 0) { \
1049
_t = (mpfr_kind_t)
_k
; \
1052
_t = (mpfr_kind_t) -
_k
; \
/src/sys/arch/arm/rockchip/
rk_cru.h
84
#define RK3588_PLL_RATE(_rate, _p, _m, _s,
_k
) \
90
.k = (
_k
), \
/src/external/bsd/ipf/dist/
ipf_rb.h
364
#define RBI_SEARCH(_n, _h,
_k
) _n##_rb_search(_h,
_k
)
/src/sys/arch/arm/samsung/
exynos5410_clock.c
111
#define PLL_2650XRATE(_r, _m,
_k
, _p, _s) \
115
.pll_k = (
_k
), \
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026