Home
last modified time | relevance | path

Searched refs:defs (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengenrtl.c36 static const struct rtx_definition defs[] = variable
40 #define NUM_RTX_CODE ARRAY_SIZE (defs)
128 return strcmp (defs[idx].enumname, "SET") == 0; in always_void_p()
138 return (strcmp (defs[idx].enumname, "EXPR_LIST") == 0 in special_rtx()
139 || strcmp (defs[idx].enumname, "INSN_LIST") == 0 in special_rtx()
140 || strcmp (defs[idx].enumname, "INSN") == 0 in special_rtx()
141 || strcmp (defs[idx].enumname, "CONST_INT") == 0 in special_rtx()
142 || strcmp (defs[idx].enumname, "REG") == 0 in special_rtx()
143 || strcmp (defs[idx].enumname, "SUBREG") == 0 in special_rtx()
144 || strcmp (defs[idx].enumname, "MEM") == 0 in special_rtx()
[all …]
H A Ddce.c325 struct df_link *defs; in sp_based_mem_offset() local
326 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next) in sp_based_mem_offset()
327 if (! DF_REF_IS_ARTIFICIAL (defs->ref)) in sp_based_mem_offset()
330 if (defs == NULL) in sp_based_mem_offset()
333 rtx set = single_set (DF_REF_INSN (defs->ref)); in sp_based_mem_offset()
550 struct df_link *defs; in reset_unmarked_insns_debug_uses() local
551 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next) in reset_unmarked_insns_debug_uses()
554 if (DF_REF_IS_ARTIFICIAL (defs->ref)) in reset_unmarked_insns_debug_uses()
556 ref_insn = DF_REF_INSN (defs->ref); in reset_unmarked_insns_debug_uses()
560 if (!defs) in reset_unmarked_insns_debug_uses()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengenrtl.cc36 static const struct rtx_definition defs[] = variable
40 #define NUM_RTX_CODE ARRAY_SIZE (defs)
128 return strcmp (defs[idx].enumname, "SET") == 0; in always_void_p()
138 return (strcmp (defs[idx].enumname, "EXPR_LIST") == 0 in special_rtx()
139 || strcmp (defs[idx].enumname, "INSN_LIST") == 0 in special_rtx()
140 || strcmp (defs[idx].enumname, "INSN") == 0 in special_rtx()
141 || strcmp (defs[idx].enumname, "CONST_INT") == 0 in special_rtx()
142 || strcmp (defs[idx].enumname, "REG") == 0 in special_rtx()
143 || strcmp (defs[idx].enumname, "SUBREG") == 0 in special_rtx()
144 || strcmp (defs[idx].enumname, "MEM") == 0 in special_rtx()
[all …]
H A Ddce.cc325 struct df_link *defs; in sp_based_mem_offset() local
326 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next) in sp_based_mem_offset()
327 if (! DF_REF_IS_ARTIFICIAL (defs->ref)) in sp_based_mem_offset()
330 if (defs == NULL) in sp_based_mem_offset()
333 rtx set = single_set (DF_REF_INSN (defs->ref)); in sp_based_mem_offset()
550 struct df_link *defs; in reset_unmarked_insns_debug_uses() local
551 for (defs = DF_REF_CHAIN (use); defs; defs = defs->next) in reset_unmarked_insns_debug_uses()
554 if (DF_REF_IS_ARTIFICIAL (defs->ref)) in reset_unmarked_insns_debug_uses()
556 ref_insn = DF_REF_INSN (defs->ref); in reset_unmarked_insns_debug_uses()
560 if (!defs) in reset_unmarked_insns_debug_uses()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dsasl.c56 lutilSASLdefaults *defs = defaults; in lutil_sasl_freedefs() local
58 assert( defs != NULL ); in lutil_sasl_freedefs()
60 if (defs->mech) ber_memfree(defs->mech); in lutil_sasl_freedefs()
61 if (defs->realm) ber_memfree(defs->realm); in lutil_sasl_freedefs()
62 if (defs->authcid) ber_memfree(defs->authcid); in lutil_sasl_freedefs()
63 if (defs->passwd) ber_memfree(defs->passwd); in lutil_sasl_freedefs()
64 if (defs->authzid) ber_memfree(defs->authzid); in lutil_sasl_freedefs()
65 if (defs->resps) ldap_charray_free(defs->resps); in lutil_sasl_freedefs()
67 ber_memfree(defs); in lutil_sasl_freedefs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td50 class GICombineRule<dag defs, dag match, dag apply> : GICombine {
54 dag Defs = defs;
67 def defs;
69 /// All arguments of the defs operator must be subclasses of GIDefKind or
122 (defs root:$d),
128 (defs root:$root, extending_load_matchdata:$matchinfo),
135 (defs root:$d),
142 (defs root:$root, sext_inreg_of_load_matchdata:$matchinfo),
148 (defs root:$root, indexed_load_store_matchdata:$matchinfo),
155 (defs root:$root, opt_brcond_by_inverting_cond_matchdata:$matchinfo),
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Combine.td15 (defs root:$root),
22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo),
30 (defs root:$root, fold_global_offset_matchdata:$matchinfo),
58 (defs root:$root, shuffle_matchdata:$matchinfo),
65 (defs root:$root, shuffle_matchdata:$matchinfo),
72 (defs root:$root, shuffle_matchdata:$matchinfo),
79 (defs root:$root, shuffle_matchdata:$matchinfo),
86 (defs root:$root, shuffle_matchdata:$matchinfo),
93 (defs root:$root, shuffle_matchdata:$matchinfo),
101 (defs root:$root, shuf_to_ins_matchdata:$matchinfo),
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A DMakefile.am37 EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs
41 heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs
42 …im_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$(srcdir) $(srcdir)/heim_ipc.defs
44 …ipc_async.h heim_ipc_asyncUser.c heim_ipc_asyncServer.c heim_ipc_asyncServer.h: heim_ipc_async.defs
45 …der heim_ipc_asyncServer.h -server heim_ipc_asyncServer.c -I$(srcdir) $(srcdir)/heim_ipc_async.defs
47 heim_ipc_reply.h heim_ipc_replyUser.c: heim_ipc_reply.defs
48 …heim_ipc_replyUser.c -sheader /dev/null -server /dev/null -I$(srcdir) $(srcdir)/heim_ipc_reply.defs
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl35 %defs = ();
54 $defs{$flag} = $value;
103 if (exists $defs{$1}) {
114 $output = 1 if exists $defs{$2};
129 $defs{$1} = $2;
133 delete $defs{$1};
180 $skipping = 1 unless exists $defs{$1};
188 $skipping = 1 if exists $defs{$1};
386 if (! exists $defs{$2}) {
390 $value = $defs{$2};
/netbsd-src/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl35 %defs = ();
54 $defs{$flag} = $value;
105 if (exists $defs{$1}) {
116 $output = 1 if exists $defs{$2};
131 $defs{$1} = $2;
135 delete $defs{$1};
181 $skipping = 1 unless exists $defs{$1};
189 $skipping = 1 if exists $defs{$1};
367 if (! exists $defs{$2}) {
371 $value = $defs{$2};
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl35 %defs = ();
54 $defs{$flag} = $value;
103 if (exists $defs{$1}) {
114 $output = 1 if exists $defs{$2};
129 $defs{$1} = $2;
133 delete $defs{$1};
180 $skipping = 1 unless exists $defs{$1};
188 $skipping = 1 if exists $defs{$1};
386 if (! exists $defs{$2}) {
390 $value = $defs{$2};
/netbsd-src/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl35 %defs = ();
54 $defs{$flag} = $value;
105 if (exists $defs{$1}) {
116 $output = 1 if exists $defs{$2};
131 $defs{$1} = $2;
135 delete $defs{$1};
181 $skipping = 1 unless exists $defs{$1};
189 $skipping = 1 if exists $defs{$1};
367 if (! exists $defs{$2}) {
371 $value = $defs{$2};
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A D00-base-templates.conf50 my @defs = ( 'OPENSSL_BUILDING_OPENSSL' );
51 push @defs, "ZLIB" unless $disabled{zlib};
52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
53 return [ @defs ];
94 my @defs = ();
97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
99 return [ @defs ];
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/
H A DChangeLog-202112 * lib/sim-defs.exp (run_sim_test): Set status to unsupported if
17 * lib/sim-defs.exp (run_sim_test): Return if sim_tool_path does not
22 * lib/sim-defs.exp (sim_tool_path): New function.
27 * lib/sim-defs.exp (run_sim_test): Convert examples to binaries.
38 * lib/sim-defs.exp (sim): Update default path.
87 * lib/sim-defs.exp (sim_run): Delete status and return return_code.
168 * lib/sim-defs.exp (slurp_options): Pull in global subdir/srcdir.
173 * lib/sim-defs.exp (sim_init): Unset target ldscript here.
182 * lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When
228 * lib/sim-defs.exp: Support cc tag in test files.
[all …]
/netbsd-src/usr.bin/vgrind/
H A Dvfontedpr.c139 char *defs; in main() local
230 i = cgetent(&defs, defsfile, language); in main()
242 if (cgetustr(defs, "kw", &cp) == -1) in main()
258 cgetustr(defs, "pb", &cp); in main()
260 cgetustr(defs, "cb", &cp); in main()
262 cgetustr(defs, "ce", &cp); in main()
264 cgetustr(defs, "ab", &cp); in main()
266 cgetustr(defs, "ae", &cp); in main()
268 cgetustr(defs, "sb", &cp); in main()
270 cgetustr(defs, "se", &cp); in main()
[all …]
/netbsd-src/tools/binutils/
H A Dmknative-binutils28 INCLUDES TDEFAULTS HAVEVECS | write_mk $d/defs.mk
42 archdefs BFD_MACHINES libopcodes_la_SOURCES | write_mk $d/defs.mk
51 getvars libctf/Makefile libctf_la_SOURCES | write_mk $d/defs.mk
64 ALLOCA EXTRA_OFILES LIBOBJS REQUIRED_OFILES | write_mk $d/defs.mk
75 getvars libsframe/Makefile libsframe_la_SOURCES | write_mk $d/defs.mk
101 } | write_mk $d/defs.mk
117 write_mk $d/defs.mk
130 | write_mk $d/defs.mk
146 } | write_mk $d/defs.mk
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm386 my @defs = @_;
389 foreach (@defs) {
408 my @defs = @_;
411 foreach (@defs) {
454 my @defs = @_; # Macros from #ifdef and #ifndef
458 my $verbsig = "add('$name' , '$type' , [ " . join(', ', @defs) . " ])";
463 my %platforms = _parse_platforms(@defs);
464 my %features = _parse_features(@defs);
500 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}})
522 my @defs = @_; # Platform attributes for the alias
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DMakefile.test.common46 .PHONY: test.%.defs-report
47 test.%.defs-report: temps/test.%.defs.diff
56 …s/test.%.xx temps/test.%.xy temps/test.%.yx temps/test.%.yy temps/test.%.x.defs temps/test.%.y.defs
77 .PRECIOUS: temps/test.%.defs.diff
78 temps/test.%.defs.diff: temps/test.%.x.defs temps/test.%.y.defs
119 .PRECIOUS: temps/test.%.x.defs
120 temps/test.%.x.defs: temps/test.%.a.x.ll temps/.dir
122 .PRECIOUS: temps/test.%.y.defs
123 temps/test.%.y.defs: temps/test.%.a.y.ll temps/.dir
/netbsd-src/tools/gdb/
H A Dmknative-gdb29 } | write_mk $_BFD/arch/$_MACHINE_SUBDIR/defs.mk
46 } | write_mk $_GDB/lib/libopcodes//arch/$_MACHINE_SUBDIR/defs.mk
61 | write_mk $_IBERTY/arch/$_MACHINE_SUBDIR/defs.mk
76 } | write_mk $_READLINE/arch/$_MACHINE_SUBDIR/defs.mk
90 write_mk $_DECNUMBER/arch/$_MACHINE_SUBDIR/defs.mk
107 write_mk $_GDBSUPPORT/arch/$_MACHINE_SUBDIR/defs.mk
121 write_mk $_CTF/arch/$_MACHINE_SUBDIR/defs.mk
136 write_mk $_BACKTRACE/arch/$_MACHINE_SUBDIR/defs.mk
152 write_mk $_SFRAME/arch/$_MACHINE_SUBDIR/defs.mk
165 write_mk $_GNULIB/arch/$_MACHINE_SUBDIR/defs
[all...]
/netbsd-src/external/gpl2/groff/dist/
H A Dgendef.sh10 defs="#define $1"
14 defs="$defs
25 $defs
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c115 cpp_hashnode **defs; member
285 ss->defs[ss->n_defs] = hn; in write_defs()
323 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs); in cpp_write_pch_deps()
328 qsort (ss->defs, ss->n_defs, sizeof (cpp_hashnode *), &comp_hashnodes); in cpp_write_pch_deps()
332 size_t len = NODE_LEN (ss->defs[i]); in cpp_write_pch_deps()
333 memcpy (definedstrs, NODE_NAME (ss->defs[i]), len + 1); in cpp_write_pch_deps()
346 free (ss->defs); in cpp_write_pch_deps()
522 cpp_hashnode **defs; member
542 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize); in collect_ht_nodes()
545 nl->defs[nl->n_defs] = hn; in collect_ht_nodes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc115 cpp_hashnode **defs; member
285 ss->defs[ss->n_defs] = hn; in write_defs()
323 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs); in cpp_write_pch_deps()
328 qsort (ss->defs, ss->n_defs, sizeof (cpp_hashnode *), &comp_hashnodes); in cpp_write_pch_deps()
332 size_t len = NODE_LEN (ss->defs[i]); in cpp_write_pch_deps()
333 memcpy (definedstrs, NODE_NAME (ss->defs[i]), len + 1); in cpp_write_pch_deps()
346 free (ss->defs); in cpp_write_pch_deps()
522 cpp_hashnode **defs; member
542 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize); in collect_ht_nodes()
545 nl->defs[nl->n_defs] = hn; in collect_ht_nodes()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A D00-base-templates.conf73 my @defs = ();
74 push @defs, "ZLIB" unless $disabled{zlib};
75 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
76 return [ @defs ];
117 my @defs = ();
120 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0];
122 return [ @defs ];
/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Dcc.din239 define cpp-defs-bsd
247 define cpp-defs-darwin
259 define cpp-defs-dragonfly
271 define cpp-defs-freebsd
286 define cpp-defs-linux
295 define cpp-defs-midnightbsd
317 define cpp-defs-minix
329 define cpp-defs-mirbsd
339 define cpp-defs-netbsd
355 define cpp-defs-nextstep
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/misc/
H A Dgeneral116 main.o : main.c defs.h
18 kbd.o : kbd.c defs.h command.h
20 commands.o : command.c defs.h command.h
22 display.o : display.c defs.h buffer.h
24 insert.o : insert.c defs.h buffer.h
31 @files_to_touch = ("$workdir${pathsep}main.c","$workdir${pathsep}defs.h",

12345678910>>...37