/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 358 uint8_t _a, _b, _c, _d, _e, _f, _g 359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 360 uint8_t _a, _b, _c, _d, _e, _f, _g, _h 372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument 373 uint8_t _g, _f, _e, _d, _c, _b, _a 374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 375 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 752 #define AR_GPIOCR_CR_N(_g) (0 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 753 #define AR_GPIOCR_CR_0(_g) (1 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 754 #define AR_GPIOCR_CR_1(_g) (2 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 755 #define AR_GPIOCR_CR_A(_g) (3 << (AR_GPIOCR_CR_SHIFT * (_g))) argument 757 #define AR_GPIOCR_INT(_g) ((_g) << AR_GPIOCR_INT_SHIFT) argument
|
/freebsd/crypto/openssl/apps/ |
H A D | testdsa.h | 207 st.g = dsa##bits##_g; \ 212 st.g_l = sizeof(dsa##bits##_g); \
|
/freebsd/crypto/openssl/crypto/dh/ |
H A D | dh_rfc5114.c | 36 dh->params.g = BN_dup(&ossl_bignum_dh##x##_g); \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1215 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument 1217 DTRACE_PROBE5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) 1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | bn_dh.h | 13 extern const BIGNUM ossl_bignum_dh##x##_g; \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 588 #define DBI_TO_MBI(_g) ((_g) * 100) argument 590 #define DBM_TO_MBM(_g) ((_g) * 100) argument
|
H A D | device.h | 275 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) argument
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 423 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ 424 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) 760 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
|
/freebsd/crypto/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 37 &ossl_bignum_dh##tag##_g \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_base.lua | 343 local _g = _G 344 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end})
|
/freebsd/usr.sbin/makefs/tests/ |
H A D | makefs_cd9660_tests.sh | 55 check_image_contents "$@" -X c -X .g -X _g
|
/freebsd/contrib/ncurses/ |
H A D | configure | 28462 (debug) DFT_ARG_SUFFIX='_g' ;; 28481 DFT_LIB_SUFFIX='_g.lib' 28484 DFT_LIB_SUFFIX='_g.a' 28595 CXX_LIB_SUFFIX='_g.lib' 28598 CXX_LIB_SUFFIX='_g.a' 30818 cf_suffix='_g.lib' 30821 cf_suffix='_g.a' 31081 cf_suffix='_g.lib' 31084 cf_suffix='_g.a'
|
H A D | aclocal.m4 | 5294 $2='_g.lib' 5297 $2='_g.a' 5379 (debug) $2='_g' ;;
|
H A D | INSTALL | 966 Generate debug-libraries (default). These are named by adding "_g"
|
H A D | NEWS | 4776 library "libncurses++_g.a" (report by Sven Joachim). 12789 "_g" for a debug build).
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 3089 $2='_g.lib' 3092 $2='_g.a'
|