Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h100 #define TIMER_FUNC_UNI(T,F) \ argument
114 #define TIMER_FUNC_CALL(T,F) \ argument
129 #define TIMER_FUNC_PARTY(T,F) \ argument
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h63 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument
65 #define VERBOSE(S,M,F) argument
H A Dsscoppriv.h311 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument
312 #define VERBERR(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F argument
315 #define VERBOSE(S,M,F) argument
316 #define VERBERR(S,M,F) argument
H A Dsaal_sscop.c246 #define FREE_UU(F) \ argument
254 #define SET_UU(F,U) \ argument
806 #define ENSURE(C,F) if(!(C)) { VERBOSE(sscop, SSCOP_DBG_PDU, F); goto err; } in sscop_input() argument
808 #define ENSURE(C,F) if(!(C)) goto err in sscop_input() argument
/f-stack/app/redis-5.0.5/deps/lua/test/
H A Dfactorial.lua16 F = function (f) function
/f-stack/freebsd/sys/
H A Dpmc.h1103 #define PMCDBG0(M, N, L, F) do { \ argument
1107 #define PMCDBG1(M, N, L, F, p1) do { \ argument
1111 #define PMCDBG2(M, N, L, F, p1, p2) do { \ argument
1115 #define PMCDBG3(M, N, L, F, p1, p2, p3) do { \ argument
1199 #define PMCDBG0(M, N, L, F) /* nothing */ argument
1200 #define PMCDBG1(M, N, L, F, p1) argument
1201 #define PMCDBG2(M, N, L, F, p1, p2) argument
1202 #define PMCDBG3(M, N, L, F, p1, p2, p3) argument
1203 #define PMCDBG4(M, N, L, F, p1, p2, p3, p4) argument
1204 #define PMCDBG5(M, N, L, F, p1, p2, p3, p4, p5) argument
[all …]
/f-stack/freebsd/contrib/ck/include/
H A Dck_rhs.h108 #define CK_RHS_HASH(T, F, K) F((K), (T)->seed) argument
H A Dck_hs.h110 #define CK_HS_HASH(T, F, K) F((K), (T)->seed) argument
H A Dck_cc.h53 #define CK_CC_CONTAINER(F, T, M, N) \ argument
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h198 #define SIGQ_MOVE(F, T) \ argument
209 #define SIGQ_PREPEND(F, T) \ argument
H A Dng_sscop.c61 #define VERBOSE(P,M,F) \ argument
67 #define VERBOSE(P,M,F) argument
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c122 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c100 uint64_t S, F; /* start time, finish time */ member
H A Ddn_sched_qfq.c209 uint64_t S, F; /* flow timestamps (exact) */ member
227 uint64_t S, F; /* group timestamps (approx). */ member
H A Dip_dn_glue.c162 int64_t S,F ; /* start time, finish time */ member
227 int64_t S,F ; /* start time, finish time */ member
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c79 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) macro
/f-stack/freebsd/kern/
H A Dmd4c.c70 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
H A Dmd5c.c98 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_osdep.h26 #define DEBUGFUNC(F) DEBUGOUT(F "\n"); argument
/f-stack/freebsd/netgraph/
H A Dng_nat.c697 #define COPY(F) do { \ in ng_nat_rcvmsg() argument
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_osdep.h29 #define DEBUGFUNC(F) DEBUGOUT(F "\n") argument
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_osdep.h29 #define DEBUGFUNC(F) DEBUGOUT(F "\n"); argument
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c115 #define APP_OPT(M, F, P, T) do { \ argument
119 #define APP_OPT_BYTE(M, F, P, T, B) do { \ argument
123 #define APP_OPT_16BIT(M, F, P, T, B) do { \ argument
127 #define APP_OPT_24BIT(M, F, P, T, B) do { \ argument
180 #define DEC_GETF3(ID, F, P) \ argument
194 #define DEC_GETF1(ID, F, P) \ argument
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h29 #define DEBUGFUNC(F) DEBUGOUT(F "\n"); argument
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h135 #define DEBUGFUNC(F) DEBUGOUT(F "\n") argument

12