Searched refs:_g (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h350 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
351 uint8_t _a, _b, _c, _d, _e, _f, _g
352 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
353 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
365 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \
366 uint8_t _g, _f, _e, _d, _c, _b, _a
367 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \
368 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h752 #define AR_GPIOCR_CR_N(_g) (0 << (AR_GPIOCR_CR_SHIFT * (_g)))
753 #define AR_GPIOCR_CR_0(_g) (1 << (AR_GPIOCR_CR_SHIFT * (_g)))
754 #define AR_GPIOCR_CR_1(_g) (2 << (AR_GPIOCR_CR_SHIFT * (_g)))
755 #define AR_GPIOCR_CR_A(_g) (3 << (AR_GPIOCR_CR_SHIFT * (_g)))
757 #define AR_GPIOCR_INT(_g) ((_g) << AR_GPIOCR_INT_SHIF
[all...]
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_rsax.c327 UINT64 _g[8]; local
331 bn_extract_to_array_512(g, 8, _g);
334 mod_exp_512(_r, _g, _e, &rsax_mod_ctx->ctx.b512);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1443 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1444 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1450 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1457 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h359 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
360 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
686 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)

Completed in 155 milliseconds