Searched refs:def (Results 226 - 250 of 400) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.in544 ntpsnmpd-opts.def \
576 $(top_srcdir)/sntp/include/debug-opt.def \
577 $(top_srcdir)/sntp/include/autogen-version.def \
578 $(top_srcdir)/sntp/include/copyright.def \
579 $(top_srcdir)/sntp/include/homerc.def \
581 $(top_srcdir)/sntp/include/version.def \
1148 $(srcdir)/ntpsnmpd-opts.c: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1149 $(run_ag) ntpsnmpd-opts.def
1153 $(srcdir)/ntpsnmpd.1ntpsnmpdman: $(srcdir)/ntpsnmpd-opts.def $(std_def_list)
1154 $(run_ag) -DMAN_SECTION=1ntpsnmpdman -Tagman-cmd.tpl ntpsnmpd-opts.def
[all...]
/freebsd-10-stable/contrib/ntp/ntpq/
H A DMakefile.in563 ntpq-opts.def \
592 $(top_srcdir)/sntp/include/debug-opt.def \
593 $(top_srcdir)/sntp/include/autogen-version.def \
594 $(top_srcdir)/sntp/include/copyright.def \
595 $(top_srcdir)/sntp/include/homerc.def \
597 $(top_srcdir)/sntp/include/version.def \
1205 $(srcdir)/ntpq-opts.c: $(srcdir)/ntpq-opts.def $(std_def_list)
1206 $(run_ag) ntpq-opts.def
1210 $(srcdir)/ntpq.1ntpqman: $(srcdir)/ntpq-opts.def $(std_def_list)
1211 $(run_ag) -DMAN_SECTION=1ntpqman -Tagman-cmd.tpl ntpq-opts.def
[all...]
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp1199 char *def = 0; local
1202 def = macro_table.lookup(token_buffer.contents());
1204 if (def) {
1207 interpolate_macro_with_args(def);
1210 input_stack::push(new macro_input(def));
1213 if (!def) {
1717 char *def = macro_table.lookup(token_buffer.contents()); local
1718 if (def)
1719 return strsave(def);
/freebsd-10-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c85 int def; member in struct:__anon43
467 if (!(mbr[OFF_FLAGS] & 1 << (7 - i)) ^ opttbl[i].def)
569 if (opttbl[i].def)
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dfind.c699 int def; local
715 def = *def_opt;
718 *def_opt = (uint16_t)def;
/freebsd-10-stable/sys/netinet6/
H A Dnd6_rtr.c489 struct sockaddr_in6 def, mask, gate; local
493 bzero(&def, sizeof(def));
497 def.sin6_len = mask.sin6_len = gate.sin6_len =
499 def.sin6_family = gate.sin6_family = AF_INET6;
502 error = in6_rtrequest(RTM_ADD, (struct sockaddr *)&def,
561 struct sockaddr_in6 def, mask, gate; local
564 bzero(&def, sizeof(def));
568 def
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-spu.c425 symsec = h->root.u.def.section;
773 char *stub_name = spu_stub_name (h->root.u.def.section, h, &zero_rel);
797 sh->target_section = h->root.u.def.section;
798 sh->target_off = h->root.u.def.value;
1036 sh->target_off = h->root.u.def.value;
1241 val = (htab->ovly_load->root.u.def.section->output_section->vma
1242 + htab->ovly_load->root.u.def.section->output_offset
1243 + htab->ovly_load->root.u.def.value
1275 h->root.u.def.section = sec;
1276 h->root.u.def
[all...]
H A Dcoff-arm.c548 osect_vma = h->root.u.def.section->output_section->vma;
1233 && (h->root.u.def.section->output_section
1323 asection * h_sec = h->root.u.def.section;
1327 h_val = (h->root.u.def.value
1353 my_offset = myh->root.u.def.value;
1373 myh->root.u.def.value = my_offset;
1441 my_offset = myh->root.u.def.value;
1464 myh->root.u.def.value = my_offset;
1561 sec = h->root.u.def.section;
1562 val = (h->root.u.def
[all...]
H A Dcoff-ppc.c1093 sec = h->root.root.u.def.section;
1094 val = (h->root.root.u.def.value
1350 first_thunk_address = myh->root.u.def.value +
1355 idata5offset = myh->root.u.def.value;
1360 thunk_size = myh->root.u.def.value - idata5offset;
1364 import_table_size = myh->root.u.def.value;
1398 val = myh->root.u.def.value +
1406 first_thunk_address = myh->root.u.def.value +
1411 idata5offset = myh->root.u.def.value;
1416 thunk_size = myh->root.u.def
[all...]
/freebsd-10-stable/contrib/libpcap/
H A Dgencode.h255 atomset def, kill; member in struct:block
/freebsd-10-stable/contrib/llvm/include/llvm/LTO/
H A DLTOModule.h148 void addDefinedSymbol(const llvm::GlobalValue *def, bool isFunction);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp86 MachineInstr *MI = LIS.getInstructionFromIndex(VNI->def);
H A DLiveRangeCalc.cpp42 // Visit all def operands. If the same instruction has multiple defs of Reg,
57 // Create the def in LR. This may find an existing def.
83 assert(!MO.isDef() && "Cannot handle PHI def of partial register.");
143 // Is there a def in the same MBB we can extend?
147 // Find the single reaching def, or determine if Kill is jointly dominated by
244 // If a unique reaching def was found, blit in the live ranges immediately.
305 // properly dominated by IDom. If so, we need a phi-def here.
312 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
323 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
[all...]
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp275 .Case("def", tgtok::Def)
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Dtb_asnmth.c208 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg) argument
/freebsd-10-stable/lib/libc/
H A DMakefile124 VERSION_DEF=${.CURDIR}/Versions.def
/freebsd-10-stable/crypto/openssl/util/
H A Dmkerr.pl161 my $line = "", $def= "", $linenr = 0, $gotfile = 0;
202 $def .= $_;
210 $def =~ s/DECLARE_\w+\([\w,\s]+\)//gs;
211 foreach (split /;/, $def) {
213 print STDERR "def: $defnr\r" if $debug;
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm295 my ($macro, $sub, %def) = @_;
300 greedy => delete $def{greedy} || 0,
301 raw => delete $def{raw} || 0,
302 concat_until => delete $def{concat_until},
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm322 my ($macro, $sub, %def) = @_;
327 greedy => delete $def{greedy} || 0,
328 raw => delete $def{raw} || 0,
329 concat_until => delete $def{concat_until},
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c326 int i, def, scancode; local
336 if ((def = get_entry()) == -1)
338 if (def & SPECIAL)
340 map->key[scancode].map[i] = def & ~SPECIAL;
342 /* get lock state key def */
554 /* print lock state key def */
/freebsd-10-stable/lib/libgssapi/
H A DMakefile5 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-10-stable/contrib/file/src/
H A Dfuncs.c187 const char *def = "data"; local
191 def = "empty";
195 def = "very short file (no magic)";
308 if (file_printf(ms, "%s", def) == -1)
/freebsd-10-stable/contrib/gcc/
H A Dtree-outof-ssa.c1053 /* Replace def operand DEF_P with whatever variable it has been rewritten to
1507 /* Add a dependency between the def of ssa VERSION and VAR. If VAR is
1554 tree var, def, basevar; local
1564 /* Punt if there is more than 1 def, or more than 1 use. */
1565 def = SINGLE_SSA_TREE_OPERAND (stmt, SSA_OP_DEF);
1566 if (!def)
1569 if (version_ref_count (map, def) != 1)
1595 version = SSA_NAME_VERSION (def);
1596 basevar = SSA_NAME_VAR (def);
1728 tree stmt, def, us local
[all...]
H A Dpredict.c87 Filled using information from predict.def. */
107 #include "predict.def"
909 tree def = SSA_NAME_DEF_STMT (expr);
916 if (TREE_CODE (def) == PHI_NODE)
923 for (i = 0; i < PHI_NUM_ARGS (def); i++)
925 tree arg = PHI_ARG_DEF (def, i);
933 if (arg == PHI_RESULT (def))
946 if (TREE_CODE (def) != MODIFY_EXPR || TREE_OPERAND (def, 0) != expr)
948 return expr_expected_value (TREE_OPERAND (def,
908 tree def = SSA_NAME_DEF_STMT (expr); local
[all...]
H A Dtree-vect-patterns.c77 tree def; local
82 if (!vect_is_simple_use (name, loop_vinfo, def_stmt, &def, &dt))
585 def of S4 (like S5 that uses a_0), we'll know where to take the relevant
586 vector-def from. S4 will be skipped, and S5 will be vectorized as usual:
604 If vectorization does not succeed, DCE will clean S6 away (its def is

Completed in 341 milliseconds

1234567891011>>