Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_renderstate.h41 #define RO_RENDERSTATE(_g) \ argument
42 const struct intel_renderstate_rodata gen ## _g ## _null_state = { \
43 .reloc = gen ## _g ## _null_state_relocs, \
44 .batch = gen ## _g ## _null_state_batch, \
45 .batch_items = sizeof(gen ## _g ## _null_state_batch)/4, \
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212reg.h749 #define AR_GPIOCR_CR_N(_g) (0 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
750 #define AR_GPIOCR_CR_0(_g) (1 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
751 #define AR_GPIOCR_CR_1(_g) (2 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
752 #define AR_GPIOCR_CR_A(_g) (3 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
754 #define AR_GPIOCR_INT(_g) ((_g) << AR_GPIOCR_INT_SHIFT) argument
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
364 uint8_t _a, _b, _c, _d, _e, _f, _g
365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
366 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
378 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
379 uint8_t _g, _f, _e, _d, _c, _b, _a
380 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
381 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h992 #define mpfr_mul_ui(_f, _g, _u,_r) \ argument
995 mpfr_mul_2si((_f), (_g), __builtin_ctzl (_u), (_r)) : \
996 mpfr_mul_ui ((_f), (_g), (_u), (_r)))
998 #define mpfr_div_ui(_f, _g, _u,_r) \ argument
1001 mpfr_mul_2si((_f), (_g), - __builtin_ctzl (_u), (_r)) : \
1002 mpfr_div_ui ((_f), (_g), (_u), (_r)))
1008 #define mpfr_mul_si(_f, _g, _s,_r) \ argument
1010 mpfr_mul_ui ((_f), (_g), (mpfr_ulong) (mpfr_long) (_s), (_r)) : \
1011 mpfr_mul_si ((_f), (_g), (_s), (_r)))
1013 #define mpfr_div_si(_f, _g, _s,_r) \ argument
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dtestdsa.h205 st.g = dsa##bits##_g; \
210 st.g_l = sizeof(dsa##bits##_g); \
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dtestdsa.h207 st.g = dsa##bits##_g; \
212 st.g_l = sizeof(dsa##bits##_g); \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dbn_dh.h12 extern const BIGNUM _bignum_dh##x##_g; \
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_rfc5114.c30 dh->g = BN_dup(&_bignum_dh##x##_g); \
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_rfc5114.c36 dh->params.g = BN_dup(&ossl_bignum_dh##x##_g); \
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dbn_dh.h13 extern const BIGNUM ossl_bignum_dh##x##_g; \
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h369 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
370 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
703 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0) argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ffc/
H A Dffc_dh.c37 &ossl_bignum_dh##tag##_g \
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1525 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1538 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/netbsd-src/distrib/sets/
H A DREADME46 debug: Debugging libraries (_g.a/MKDEBUGLIB) and (.debug/MKDEBUG)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt160 _g:
173 _g:
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dfortran.m4404 AC_CACHE_CHECK(whether $[]_AC_FC[] accepts -g, ac_cv_prog_[]_AC_LANG_ABBREV[]_g,
407 [ac_cv_prog_[]_AC_LANG_ABBREV[]_g=yes],
408 [ac_cv_prog_[]_AC_LANG_ABBREV[]_g=no])
412 elif test $ac_cv_prog_[]_AC_LANG_ABBREV[]_g = yes; then
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dresolver.cat37 …rreess__ggeettsseerrvveerrss, rreess__sseettsseerrvveerrss, rreess_…
79 …rreess__ggeettsseerrvveerrss(_r_e_s___s_t_a_t_e _s_t_a_t_p, _u_n_i_…
313 …The functions rreess__ggeettsseerrvveerrss() and rreess__sseettsseerrvve…
/netbsd-src/share/mk/
H A Dbsd.lib.mk414 _LIB_g.a:=${_LIB}_g.a
/netbsd-src/distrib/sets/lists/xdebug/
H A Dmi69 ./usr/X11R7/lib/libpixman-1_g.a xdebug-pixman-debuglib xorg,debuglib,compatx11file
/netbsd-src/external/gpl2/gmake/dist/po/
H A Dvi.po739 msgstr " -d In ra rất nhiều thông tin _gỡ lỗi_.\n"
745 " --debug[=CỜ...] In ra các kiểu thông tin _gỡ lỗi_ khác nhau.\n"
909 "\t(_gì nếu, tập tin mới, giả sử mới_)\n"
/netbsd-src/external/bsd/flex/dist/po/
H A Dvi.po630 " -d, --debug bật chế độ _gỡ lỗi_ trong bộ quét\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmm-viet.comp.po3994 msgstr "Theo người _gởi"
7676 msgstr " [o] • bảo tồn các ngày _gốc_\n"
9144 "\tHiển thị trên thiết bị lỗi chuẩn dòng lệnh của bộ liên kết (_gỡ lỗi_)\n"
9258 " -a, --debug-syms \tHiển thị _ký hiệu_ chỉ kiểu bộ _gỡ lỗi_ thôi\n"
9559 " --debugging \t\t\tChuyển đổi thông tin _gỡ lỗi_, nếu "
10064 " -g, --debugging Hiển thị thông tin _gỡ lỗi_ trong tập tin đối "
13692 " showpkg\t_Hiện_ một phần thông tin chung về một _gói_ riêng lẻ\n"
13702 " pkgnames\tHiện danh sách _tên_ mọi _gói_\n"
13709 " -p=? \t\tBộ nhớ tạm _gói_.\n"
28937 msgstr "Tác vụ đã _gán"
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A Dvi.po3900 "\tkết quả nhận diện dạng thức chuỗi chi tiết hơn (_gỡ lỗi _)\n"
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Dvi.po3261 " (_gỡ lỗi_)\n"
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dvi.po3261 " (_gỡ lỗi_)\n"

12