/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 47 #define _ fixup_Invalid macro 51 { _, _, _, _, 52 _, _, P(_DTPREL_16_X), P(_DTPREL_11_X), 53 P(_DTPREL_11_X), P(_9_X), _, P(_DTPREL_11_X), 54 P(_DTPREL_16_X), _, _, [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 35 #define _(rq, tp, sz) \ 46 _(AFM_ADDFMAP, READWRITE, struct_atm_flowmap_sz); 47 _(AFM_DELFMAP, READWRITE, struct_atm_flowmap_sz); 48 _(AFM_CLEANFMAP, READWRITE, struct_atm_flowmap_sz); 49 _(AFM_GETFMAP, READWRITE, struct_atm_flowmap_sz); 51 _(ALTQGTYPE, READWRITE, struct_altqreq_sz); 52 _(ALTQTBRSET, READ, struct_tbrreq_sz); 53 _(ALTQTBRGET, READWRITE, struct_tbrreq_sz); 55 _(BLUE_IF_ATTACH, READ, struct_blue_interface_sz); 56 _(BLUE_DISABLE, READ, struct_blue_interface_sz); [all …]
|
H A D | sanitizer_common_interceptors_ioctl.inc | 41 #define _(rq, tp, sz) \ 51 _(FIOASYNC, READ, sizeof(int)); 52 _(FIOCLEX, NONE, 0); 53 _(FIOGETOWN, WRITE, sizeof(int)); 54 _(FIONBIO, READ, sizeof(int)); 55 _(FIONCLEX, NONE, 0); 56 _(FIOSETOWN, READ, sizeof(int)); 57 _(SIOCATMARK, WRITE, sizeof(int)); 58 _(SIOCGIFCONF, CUSTOM, 0); 59 _(SIOCGPGRP, WRITE, sizeof(int)); [all …]
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 132 confess(err("PARSE")) if (grep(!defined($_),@_)); 139 $token.="\t" if ($#_>=0); 140 $out.=$token.join(',',@_)."\n"; 144 confess(err("ARGNUM")) if ($#_!=0); 145 my ($label)=@_; 150 confess(err("ARGNUM")) if ($#_!=0); 151 my ($file)=@_; 160 confess(err("ARGNUM")) if ($#_!=0); 161 S(0xb2b0,@_); 165 confess(err("ARGNUM")) if ($#_!=0); [all …]
|
H A D | x86asm.pl | 27 die "more than 4 arguments passed to $opcode" if ($#_>3); 33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 39 if ($#_==-1) { push(@out,"\t$opcode\n"); } 40 else { push(@out,"\t$opcode\t".join(',',@_)."\n"); } 44 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'low byte'"; 48 { $_[0] =~ m/^e?([a-d])x$/o or die "$_[0] does not have a 'high byte'"; 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); } 52 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); } 53 sub ::blindpop { &pop($_[0]); $stack+=4; } 54 sub ::wparam { &DWP($stack+4*$_[0],"esp"); } [all …]
|
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 7 …NNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l… 8 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_… 9 …[--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--v… 10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...] 15 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is 16 …given, bbmmaakkee looks for the makefiles listed in _._M_A_K_E_._M_A_K_E_F_I_L_… 17 …(default `_m_a_k_e_f_i_l_e', `_M_a_k_e_f_i_l_e') in order to find the specificatio… 18 the file `_._d_e_p_e_n_d' exists, it is read, see mkdep(1). 21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A 22 _T_u_t_o_r_i_a_l (from 1993). [all …]
|
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | BASE.pm | 25 sub binname { return $_[1] } # Name of executable binary 26 sub dsoname { return $_[1] } # Name of dynamic shared object (DSO) 27 sub sharedname { return __isshared($_[1]) ? $_[1] : undef } # Name of shared lib 28 sub staticname { return __base($_[1], '.a') } # Name of static lib 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() } 37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) } 38 sub staticlib { return $_[0]->staticname($_[1]) . $_[0]->libext() } 41 sub def { return __base($_[1], '.ld') . $_[0]->defext() } 42 sub obj { return __base($_[1], '.o') . $_[0]->objext() } [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_types.m4 | 62 `NUM, _'') 76 * The last element of a member list is the null element: `_,_'. 84 `_,_'') 89 `_,_'') 94 `_,_'') 99 `_,_'') 116 `_,_'') 133 `_,_'') 141 `_,_'') 149 `_,_'') [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAVX512.td | 64 multiclass AVX512_maskable_common<bits<8> O, Format F, X86VectorVTInfo _, 78 [(set _.RC:$dst, RHS)], 79 [(set _.RC:$dst, MaskingRHS)], 80 [(set _.RC:$dst, 81 (Select _.KRCWM:$mask, RHS, _.ImmAllZerosV))], 89 multiclass AVX512_maskable_split<bits<8> O, Format F, X86VectorVTInfo _, 97 !con((ins _.RC:$src0, _.KRCWM:$mask), Ins), 98 !con((ins _.KRCWM:$mask), Ins), 100 [(set _.RC:$dst, RHS)], 101 [(set _.RC:$dst, [all …]
|
/freebsd/contrib/less/ |
H A D | less.hlp | 4 Commands marked with * may be preceded by a number, _N. 5 Notes in parentheses indicate the behavior if _N is given. 14 e ^E j ^N CR * Forward one line (or _N lines). 15 y ^Y k ^K ^P * Backward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 17 b ^B ESC-v * Backward one window (or _N lines). 18 z * Forward one window (and set window to _N). 19 w * Backward one window (and set window to _N). 21 d ^D * Forward one half-window (and set half-window to _N). 22 u ^U * Backward one half-window (and set half-window to _ [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 22 def SVLD1 : MInst<"svld1[_{2}]", "dPc", "csilUcUsUiUlhfd", [IsLoad, VerifyRuntimeMode], … 31 …def SVLD1_BF : MInst<"svld1[_{2}]", "dPc", "b", [IsLoad, VerifyRuntimeMode], MemEltTyDe… 32 …def SVLD1_VNUM_BF : MInst<"svld1_vnum[_{2}]", "dPcl", "b", [IsLoad, VerifyRuntimeMode], MemEltTyDe… 36 def SVLD1_VNUM : MInst<"svld1_vnum[_{2}]", "dPcl", "csilUcUsUiUlhfd", [IsLoad, VerifyRuntimeMode]… 46 def SVLD1_GATHER_BASES_U : MInst<"svld1_gather[_{2}base]_{d}", "dPu", "ilUiUlfd", [IsGatherLoad… 47 def SVLD1SB_GATHER_BASES_U : MInst<"svld1sb_gather[_{2}base]_{d}", "dPu", "ilUiUl", [IsGatherLoad… 48 def SVLD1UB_GATHER_BASES_U : MInst<"svld1ub_gather[_{2}base]_{d}", "dPu", "ilUiUl", [IsGatherLoad… 49 def SVLD1SH_GATHER_BASES_U : MInst<"svld1sh_gather[_{2}base]_{d}", "dPu", "ilUiUl", [IsGatherLoad… 50 def SVLD1UH_GATHER_BASES_U : MInst<"svld1uh_gather[_{2}base]_{d}", "dPu", "ilUiUl", [IsGatherLoad… 51 def SVLD1SW_GATHER_BASES_U : MInst<"svld1sw_gather[_{2}base]_{d}", "dPu", "lUl", [IsGatherLoad… [all …]
|
H A D | arm_sme.td | 103 def NAME # _H : SInst<"svread_hor_" # n_suffix # "[_{d}]", "ddPim", t, 107 def NAME # _V : SInst<"svread_ver_" # n_suffix # "[_{d}]", "ddPim", t, 124 def NAME # _H : SInst<"svwrite_hor_" # n_suffix # "[_{d}]", "vimPd", t, 128 def NAME # _V : SInst<"svwrite_ver_" # n_suffix # "[_{d}]", "vimPd", t, 191 def NAME # _ZA32: SInst<"sv" # n_suffix # "_za32[_{d}]", "viPPd", "iUi", MergeOp1, 197 def NAME # _ZA64: SInst<"sv" # n_suffix # "_za64[_{d}]", "viPPd", "lUl", MergeOp1, 211 def NAME # _ZA32_B: SInst<"sv" # n_suffix2 # "_za32[_{d}]", 219 def NAME # _ZA64_H: SInst<"sv" # n_suffix2 # "_za64[_{d}]", 237 def NAME # _ZA32_B: SInst<"sv" # n_suffix1 # n_suffix2 # "_za32[_{d}]", 246 def NAME # _ZA64_H: SInst<"sv" # n_suffix1 # n_suffix2 # "_za64[_{d}]", [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | genshell.c | 390 * AutoGen specific wrapper function for gettext. It relies on the macro _() 414 res = (char *)VOIDP(_(pz)); in AO_gettext() 416 res = (char *)VOIDP(_(pz)); in AO_gettext() 418 res = (char *)VOIDP(_(pz)); in AO_gettext() 424 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext() 500 puts(_("genshellopt 1\n\ in bogus_function() 507 puts(_("The genshellopt library is free software; you can redistribute it and/or\n\ in bogus_function() 511 puts(_("This library is distributed in the hope that it will be useful, but WITHOUT\n\ in bogus_function() 515 puts(_("You should have received a copy of the GNU Library General Public License\n\ in bogus_function() 520 puts(_("Output Script File")); in bogus_function() [all …]
|
/freebsd/sys/dev/vt/font/ |
H A D | vt_mouse_cursor.c | 38 0x40, 0x00, /* "_*_ " */ 39 0x60, 0x00, /* "_**_ " */ 40 0x70, 0x00, /* "_***_ " */ 41 0x78, 0x00, /* "_****_ " */ 42 0x7c, 0x00, /* "_*****_ " */ 43 0x7e, 0x00, /* "_******_ " */ 44 0x7f, 0x00, /* "_*******_ " */ 45 0x7f, 0x80, /* "_********_" */ 46 0x7c, 0x00, /* "_*****____" */ 47 0x6c, 0x00, /* "_**_**_ " */ [all …]
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 452 * AutoGen specific wrapper function for gettext. It relies on the macro _() 476 res = (char *)VOIDP(_(pz)); in AO_gettext() 478 res = (char *)VOIDP(_(pz)); in AO_gettext() 480 res = (char *)VOIDP(_(pz)); in AO_gettext() 486 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext() 562 puts(_("ntpsnmpd 4.2.8p18\n\ in bogus_function() 567 puts(_(" <http://ntp.org/license>\n\ in bogus_function() 571 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function() 583 puts(_("Do not fork")); in bogus_function() 586 puts(_("Lo in bogus_function() [all...] |
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | usage-txt.h | 364 puts(_("allocation of %d bytes failed\n")); in dummy_func() 366 puts(_("allocation of %d bytes failed\n")); in dummy_func() 368 puts(_("AutoOpts function called without option descriptor\n")); in dummy_func() 370 puts(_("\tThis exceeds the compiled library version: ")); in dummy_func() 372 puts(_("Automated Options Processing Error!\n" in dummy_func() 375 puts(_("realloc of %d bytes at 0x%p failed\n")); in dummy_func() 377 puts(_("\tThis is less than the minimum library version: ")); in dummy_func() 379 puts(_("Automated Options version %s\n" in dummy_func() 382 puts(_("(AutoOpts bug): %s.\n")); in dummy_func() 384 puts(_("optionResetOpt() called, but reset-option not configured")); in dummy_func() [all …]
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc2man | 20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1); 21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1); 23 Mdoc::def_macro( '.Nd', sub { "\\- @_" } ); 33 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1); 35 Mdoc::def_macro( 'Oo', sub { '[', @_ } ); 36 Mdoc::def_macro( 'Oc', sub { ']', @_ } ); 38 Mdoc::def_macro( 'Po', sub { '(', @_} ); 39 Mdoc::def_macro( 'Pc', sub { ')', @_ } ); 41 Mdoc::def_macro( 'Bro', sub { '{', ns, @_ } ); 42 Mdoc::def_macro( 'Brc', sub { '}', @_ } ); [all …]
|
H A D | mdoc2texi | 24 Mdoc::def_macro( '.An', sub { @_, ns, '@*' } ); 39 gen_encloser($o, $c)->(@_) 41 Mdoc::def_macro( '.D1', sub { "\@example\n", ns, @_, ns, "\n\@end example" }, 43 Mdoc::def_macro( '.Dl', sub { "\@example\n", ns, @_, ns, "\n\@end example" }, 47 Mdoc::def_macro( 'Oo', sub { '@code{[', ns, @_ } ); 48 Mdoc::def_macro( 'Oc', sub { @_, ns, pp(']}') } ); 51 Mdoc::def_macro( 'Bro', sub { '@code{@{', ns, @_ } ); 52 Mdoc::def_macro( 'Brc', sub { @_, ns, pp('@}}') } ); 55 Mdoc::def_macro( 'Po', sub { '(', @_ } ); 56 Mdoc::def_macro( 'Pc', sub { @_, ')' } ); [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | mech.cat5 | 8 _/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p 11 The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security 32 … The _/_e_t_c_/_g_s_s_/_q_o_p file contains a list of Quality of Protection values for 47 This is a typical entry from _/_e_t_c_/_g_s_s_/_m_e_c_h: 51 This is a typical entry from _/_e_t_c_/_g_s_s_/_q_o_p:
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_output_test_.cc | 43 using testing::_; 74 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 83 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F() 90 EXPECT_CALL(foo_, Bar2(_, _)).Times(2).WillOnce(Return(false)); in TEST_F() 96 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 103 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F() 110 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 117 EXPECT_CALL(foo_, Bar3(0, _)); in TEST_F() 132 EXPECT_CALL(foo_, Bar2(_, _)).RetiresOnSaturation(); in TEST_F() 143 EXPECT_CALL(foo_, Bar(_, 0, _)); in TEST_F() [all …]
|
/freebsd/contrib/ntp/sntp/ag-tpl/ |
H A D | mdoc2man | 46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1); 47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1); 49 Mdoc::def_macro( '.Nd', sub { "\\- @_" } ); 59 Mdoc::def_macro( '.D1' , sub { ".in +4\n", ns, @_ , ns , "\n.in -4" } , greedy => 1); 61 Mdoc::def_macro( 'Oo', sub { '[', @_ } ); 62 Mdoc::def_macro( 'Oc', sub { ']', @_ } ); 64 Mdoc::def_macro( 'Po', sub { '(', @_} ); 65 Mdoc::def_macro( 'Pc', sub { ')', @_ } ); 67 Mdoc::def_macro( 'Bro', sub { '{', ns, @_ } ); 68 Mdoc::def_macro( 'Brc', sub { '}', @_ } ); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.c | 721 * AutoGen specific wrapper function for gettext. It relies on the macro _() 745 res = (char *)VOIDP(_(pz)); in AO_gettext() 747 res = (char *)VOIDP(_(pz)); in AO_gettext() 749 res = (char *)VOIDP(_(pz)); in AO_gettext() 755 fputs(_("No memory for duping translated strings\n"), stderr); in AO_gettext() 831 puts(_("ntpdc 4.2.8p18\n\ in bogus_function() 836 puts(_(" <http://ntp.org/license>\n\ in bogus_function() 840 puts(_("Permission to use, copy, modify, and distribute this software and its\n\ in bogus_function() 852 puts(_("Force IPv4 DNS name resolution")); in bogus_function() 855 puts(_("Forc in bogus_function() [all...] |
/freebsd/crypto/openssl/Configurations/ |
H A D | gentemplate.pm | 15 my %opts = @_; 20 foreach (@{$generator->{info}->{depends}->{""}}) { $generator->dogenerate($_); } 24 foreach (@{$generator->{info}->{targets}}) { $generator->dotarget($_); } 25 foreach (@{$generator->{info}->{libraries}}) { $generator->dolib($_); } 26 foreach (@{$generator->{info}->{modules}}) { $generator->domodule($_); } 27 foreach (@{$generator->{info}->{programs}}) { $generator->dobin($_); } 28 foreach (@{$generator->{info}->{scripts}}) { $generator->doscript($_); } 29 foreach (sort keys %{$generator->{info}->{htmldocs}}) { $generator->dodocs('html', $_); } 30 foreach (sort keys %{$generator->{info}->{mandocs}}) { $generator->dodocs('man', $_); } 31 foreach (sort keys %{$generator->{info}->{dirinfo}}) { $generator->dodir($_); } [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-remember.mk | 3 # Tests for the :_ modifier, which saves the current expression value 4 # in the _ variable or another, to be used later again. 7 # The ':_' modifier is typically used in situations where the value of an 9 # cases, the value of the expression is saved in the temporary variable '_', 11 ABC= ${A B C:L:_:range:@i@$i=${_:[$i]}@} 12 DEF= ${D E F:L:_:range:@i@$i=${_:[$i]}@} 13 GHI= ${G H I:L:_:range:@i@$i=${_:[$i]}@} 24 # Before var.c 1.1040 from 2023-02-09, the temporary variable '_' was placed 26 # ':_' modifier had been evaluated in command line scope, all further 27 # evaluations in global scope could not overwrite the variable '_' anymore, [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | mknum.pl | 49 %orig_names = map { $_->name() => 1 } 50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] }, 51 filter => sub { $_->exists() }) 64 $_->{value} = $_->{value}||""; 65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}}; 67 $_->{type}, 68 $_->{name}, 69 ($_->{type} eq 'M' && defined $symhacks_file && $f eq $symhacks_file 70 ? ' = ' . $_->{value} 72 join(', ', @{$_->{conds}}) [all …]
|