Home
last modified time | relevance | path

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

12345678910>>...16

/openbsd/src/gnu/gcc/gcc/
Dgengenrtl.c38 static const struct rtx_definition defs[] = variable
42 #define NUM_RTX_CODE ARRAY_SIZE(defs)
146 return (strcmp (defs[idx].enumname, "CONST_INT") == 0 in special_rtx()
147 || strcmp (defs[idx].enumname, "REG") == 0 in special_rtx()
148 || strcmp (defs[idx].enumname, "SUBREG") == 0 in special_rtx()
149 || strcmp (defs[idx].enumname, "MEM") == 0 in special_rtx()
150 || strcmp (defs[idx].enumname, "CONST_VECTOR") == 0); in special_rtx()
160 return (strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0); in excluded_rtx()
174 if (special_format (defs[i].format)) in find_formats()
178 if (! strcmp (*f, defs[i].format)) in find_formats()
[all …]
/openbsd/src/usr.sbin/dvmrpd/
Dparse.y97 } *defs, *grdefs, globaldefs, groupdefs, ifacedefs; variable
203 defs->last_member_query_cnt = $2;
214 defs->last_member_query_interval = $2;
222 defs->metric = $2;
231 defs->query_interval = $2;
242 defs->query_resp_interval = $2;
250 defs->robustness = $2;
261 defs->startup_query_cnt = $2;
272 defs->startup_query_interval = $2;
281 defs->igmp_version = $2;
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgengenrtl.c38 static const struct rtx_definition defs[] = variable
149 return (strcmp (defs[idx].enumname, "CONST_INT") == 0
150 || strcmp (defs[idx].enumname, "REG") == 0
151 || strcmp (defs[idx].enumname, "SUBREG") == 0
152 || strcmp (defs[idx].enumname, "MEM") == 0
153 || strcmp (defs[idx].enumname, "CONST_VECTOR") == 0);
164 return (strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0);
178 if (special_format (defs[i].format)) in find_formats()
182 if (! strcmp (*f, defs[i].format)) in find_formats()
186 *f = defs[i].format; in find_formats()
[all …]
Ddf.c371 df->defs = xrealloc (df->defs,
372 df->def_size * sizeof (*df->defs));
532 df->defs = xmalloc (df->def_size * sizeof (*df->defs));
579 if (df->defs)
580 free (df->defs);
581 df->defs = 0;
710 df_ref_unlink (&df->insns[DF_REF_INSN_UID (ref)].defs, ref);
741 df_ref_unlink (&df->regs[dregno].defs, def);
743 df->defs[DF_REF_ID (def)] = 0;
805 df->defs = xrealloc (df->defs,
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td50 class GICombineRule<dag defs, dag match, dag apply> : GICombine {
54 dag Defs = defs;
72 def defs;
74 /// All arguments of the defs operator must be subclasses of GIDefKind or
129 (defs root:$d),
139 (defs root:$mi),
147 (defs root:$root, extending_load_matchdata:$matchinfo),
153 (defs root:$root, build_fn_matchinfo:$matchinfo),
160 (defs root:$d),
167 (defs root:$root, sext_inreg_of_load_matchdata:$matchinfo),
[all …]
/openbsd/src/usr.sbin/eigrpd/
Dparse.y127 static struct config_defaults *defs; variable
276 afdefs = *defs;
277 defs = &afdefs;
280 defs = &globaldefs;
306 asdefs = *defs;
307 defs = &asdefs;
309 memcpy(eigrp->kvalues, defs->kvalues,
311 eigrp->active_timeout = defs->active_timeout;
312 eigrp->maximum_hops = defs->maximum_hops;
313 eigrp->maximum_paths = defs->maximum_paths;
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
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 …]
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DMakefile32 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-defs \
38 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-enum-defs \
44 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-defs \
50 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-enum-defs \
56 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-defs \
62 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-enum-defs \
68 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-defs \
74 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-enum-defs \
80 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-defs \
86 ${.OBJDIR}/../../../lldb-tblgen/lldb-tblgen -gen-lldb-property-enum-defs \
[all …]
/openbsd/src/gnu/usr.bin/gcc/contrib/
Dtexi2pod.pl35 %defs = ();
53 $defs{$flag} = $value;
95 if (exists $defs{$1}) {
106 $output = 1 if exists $defs{$2};
121 $defs{$1} = $2;
125 delete $defs{$1};
169 $skipping = 1 unless exists $defs{$1};
177 $skipping = 1 if exists $defs{$1};
328 if (! exists $defs{$2}) {
332 $value = $defs{$2};
/openbsd/src/gnu/usr.bin/binutils/etc/
Dtexi2pod.pl35 %defs = ();
53 $defs{$flag} = $value;
95 if (exists $defs{$1}) {
106 $output = 1 if exists $defs{$2};
121 $defs{$1} = $2;
125 delete $defs{$1};
169 $skipping = 1 unless exists $defs{$1};
177 $skipping = 1 if exists $defs{$1};
328 if (! exists $defs{$2}) {
332 $value = $defs{$2};
/openbsd/src/usr.sbin/ospfd/
Dparse.y112 struct config_defaults *defs; variable
465 md_list_add(&defs->md_list, $2, $3);
475 defs->auth_keyid = $2;
493 defs->auth_type = type;
504 strncpy(defs->auth_key, $2,
505 sizeof(defs->auth_key));
516 defs->metric = $2;
524 defs->priority = $2;
527 defs->dead_interval = $2;
536 defs->transmit_delay = $2;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/etc/
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};
177 $skipping = 1 unless exists $defs{$1};
185 $skipping = 1 if exists $defs{$1};
345 if (! exists $defs{$2}) {
349 $value = $defs{$2};
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUCombine.td17 (defs root:$select, fmin_fmax_legacy_matchdata:$matchinfo),
24 (defs root:$itofp),
31 (defs root:$rcp, build_fn_matchinfo:$matchinfo),
40 (defs root:$cvt_f32_ubyteN, cvt_f32_ubyteN_matchdata:$matchinfo),
51 (defs root:$clamp_i64_to_i16, clamp_i64_to_i16_matchdata:$matchinfo),
59 (defs root:$min_or_max, med3_matchdata:$matchinfo),
68 (defs root:$min_or_max, med3_matchdata:$matchinfo),
77 (defs root:$min_or_max, register_matchinfo:$matchinfo),
86 (defs root:$fmed3, register_matchinfo:$matchinfo),
94 (defs root:$fcanonicalize, remove_fcanonicalize_matchinfo:$matchinfo),
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/
DCheck.pm283 my %defs;
308 $defs{$key} = $tmpl->{'default'}
350 $defs{$key} = $arg;
412 $defs{$key} = $arg;
428 next unless exists $defs{$key};
430 $$ref = $NO_DUPLICATES ? delete $defs{$key} : $defs{$key};
433 return \%defs;
/openbsd/src/usr.sbin/ldpd/
Dparse.y138 static struct config_defaults *defs; variable
316 afdefs = *defs;
317 defs = &afdefs;
319 af_conf->keepalive = defs->keepalive;
320 af_conf->thello_holdtime = defs->thello_holdtime;
321 af_conf->thello_interval = defs->thello_interval;
322 af_conf->flags = defs->afflags;
326 defs = &globaldefs;
359 defs->afflags |= F_LDPD_AF_NO_GTSM;
370 defs->afflags &= ~F_LDPD_AF_THELLO_ACCEPT;
[all …]
/openbsd/src/usr.sbin/ospf6d/
Dparse.y111 struct config_defaults *defs; variable
408 defs->metric = $2;
416 defs->priority = $2;
424 defs->dead_interval = $2;
433 defs->transmit_delay = $2;
442 defs->hello_interval = $2;
451 defs->rxmt_interval = $2;
454 defs->p2p = 1;
472 memcpy(&areadefs, defs, sizeof(areadefs));
473 defs = &areadefs;
[all …]
/openbsd/src/usr.sbin/ripd/
Dparse.y85 } *defs, globaldefs, ifacedefs; variable
266 if (md_list_add(&defs->md_list, $2, $3) == -1) {
281 defs->auth_keyid = $2;
299 defs->auth_type = type;
310 bzero(defs->auth_key, MAX_SIMPLE_AUTH_LEN);
311 memcpy(defs->auth_key, $2, strlen($2));
322 defs->cost = $2;
350 memcpy(&ifacedefs, defs, sizeof(ifacedefs));
351 md_list_copy(&ifacedefs.md_list, &defs->md_list);
352 defs = &ifacedefs;
[all …]
/openbsd/src/gnu/gcc/libcpp/
Dpch.c113 cpp_hashnode **defs; member
271 ss->defs[ss->n_defs] = hn; in write_defs()
313 ss->defs = XNEWVEC (cpp_hashnode *, ss->n_defs); in cpp_write_pch_deps()
318 qsort (ss->defs, ss->n_defs, sizeof (cpp_hashnode *), &comp_hashnodes); in cpp_write_pch_deps()
322 size_t len = NODE_LEN (ss->defs[i]); in cpp_write_pch_deps()
323 memcpy (definedstrs, NODE_NAME (ss->defs[i]), len + 1); in cpp_write_pch_deps()
373 cpp_hashnode **defs; member
393 nl->defs = XRESIZEVEC (cpp_hashnode *, nl->defs, nl->asize); in collect_ht_nodes()
396 nl->defs[nl->n_defs] = hn; in collect_ht_nodes()
498 nl.defs = XNEWVEC (cpp_hashnode *, nl.asize); in cpp_valid_state()
[all …]
/openbsd/src/gnu/llvm/clang/utils/ABITest/
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
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dpsrc.sed1 /font defs: ---/,/end font defs ---/c\
2 %-------------------- PostScript (K Berry names) font defs: --------------\
13 %-------------------- end font defs ---------------------------------
Dlpsrc.sed1 /font defs: ---/,/end font defs ---/c\
2 %-------------------- PostScript (long names) font defs: -----------------\
13 %-------------------- end font defs ---------------------------------
/openbsd/src/gnu/llvm/llvm/tools/llvm-objcopy/
DCMakeLists.txt12 tablegen(LLVM ObjcopyOpts.inc -gen-opt-parser-defs)
16 tablegen(LLVM InstallNameToolOpts.inc -gen-opt-parser-defs)
20 tablegen(LLVM BitcodeStripOpts.inc -gen-opt-parser-defs)
24 tablegen(LLVM StripOpts.inc -gen-opt-parser-defs)
/openbsd/src/gnu/usr.bin/clang/include/llvm-objcopy/
DMakefile24 -gen-opt-parser-defs -o ${.TARGET} ${.ALLSRC}
29 -gen-opt-parser-defs -o ${.TARGET} ${.ALLSRC}
34 -gen-opt-parser-defs -o ${.TARGET} ${.ALLSRC}
39 -gen-opt-parser-defs -o ${.TARGET} ${.ALLSRC}
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-objcopy/
DBUILD.gn9 args = [ "-gen-opt-parser-defs" ]
14 args = [ "-gen-opt-parser-defs" ]
19 args = [ "-gen-opt-parser-defs" ]
24 args = [ "-gen-opt-parser-defs" ]
/openbsd/src/gnu/llvm/llvm/lib/IR/
DSSAContext.cpp37 void SSAContext::appendBlockDefs(SmallVectorImpl<Value *> &defs, in appendBlockDefs() argument
45 defs.push_back(def); in appendBlockDefs()
49 void SSAContext::appendBlockDefs(SmallVectorImpl<const Value *> &defs, in appendBlockDefs() argument
54 defs.push_back(&instr); in appendBlockDefs()

12345678910>>...16