Home
last modified time | relevance | path

Searched refs:G_FUNC (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/seed/
H A Dseed_local.h72 (K)[0] = G_FUNC((T0)); \
73 (K)[1] = G_FUNC((T1))
103 (T1) = G_FUNC((T1)); \
105 (T0) = G_FUNC((T0)); \
107 (T1) = G_FUNC((T1)); \
H A Dseed.c60 # define G_FUNC(v) \ macro
403 static unsigned int G_FUNC(unsigned int v) in G_FUNC() function
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5281 #define G_FUNC(x) (((x) >> S_FUNC) & M_FUNC) macro