Searched refs:def (Results 401 - 425 of 502) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c837 trans_register(const struct transport_def *def, struct transport **pp) argument
846 (*pp)->index.len = strlen(def->name) + 1;
847 (*pp)->index.subs[0] = strlen(def->name);
849 (*pp)->index.subs[i + 1] = def->name[i];
851 (*pp)->vtab = def;
859 snprintf(or_descr, sizeof(or_descr), "%s transport mapping", def->name);
860 if (((*pp)->or_index = or_register(&def->id, or_descr, NULL)) == 0) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c1081 tsec = h->root.u.def.section;
1082 toff = h->root.u.def.value;
3325 obj = h->root.u.def.section->owner;
3363 (x->info, h->root.u.def.section->owner,
3599 h->root.u.def.section = h->u.weakdef->root.u.def.section;
3600 h->root.u.def.value = h->u.weakdef->root.u.def.value;
4481 asection *gp_sec = gp->root.u.def.section;
4482 gp_val = (gp->root.u.def
[all...]
H A Delf32-i386.c1462 h->root.u.def.section = h->u.weakdef->root.u.def.section;
1463 h->root.u.def.value = h->u.weakdef->root.u.def.value;
1537 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
1603 h->root.u.def.section = s;
1604 h->root.u.def.value = h->plt.offset;
3545 rel.r_offset = (h->root.u.def.value
3546 + h->root.u.def.section->output_section->vma
3547 + h->root.u.def
[all...]
H A Dcoff-i386.c526 osect_vma = h->root.u.def.section->output_section->vma;
H A Dcoff-x86_64.c615 osect_vma = h->root.u.def.section->output_section->vma;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak210 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:no /pdb:"$(OUTDIR)\libisc.pdb" /machine:I386 /def:".\libisc.def" /out:"../../../Build/Release/libisc.dll" /implib:"$(OUTDIR)\libisc.lib"
212 ".\libisc.def"
567 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib $(LIBXML) /nologo /dll /incremental:yes /pdb:"$(OUTDIR)\libisc.pdb" /map:"$(INTDIR)\libisc.map" /debug /machine:I386 /def:".\libisc.def" /out:"../../../Build/Debug/libisc.dll" /implib:"$(OUTDIR)\libisc.lib" /pdbtype:sept
569 ".\libisc.def"
/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c1394 vtblk_tunable_int(struct vtblk_softc *sc, const char *knob, int def) argument
1400 TUNABLE_INT_FETCH(path, &def);
1402 return (def);
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h336 extern u_long get_nfs_version(char *host, struct sockaddr_in *sin, u_long nfs_version, const char *proto, u_long def);
/freebsd-11-stable/bin/dd/
H A Ddd.c445 if (cfunc == def)
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in405 libexpat.def \
406 libexpatw.def \
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh1061 bool parse_define(const char *def);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp345 .Case("def", tgtok::Def)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp311 // There must be a def (or live-in) before every use. Splitting vregs may
323 SlotIndex Def = VNI.def;
369 // A def of a subregister may be a use of other register lanes. Replacing
370 // such a def with a def of a different register will eliminate the use,
H A DMachineCSE.cpp248 // See a def of Reg (or an alias) before encountering any use, it's
275 /// returns the physical register def by reference if it's the only one and the
310 // Check against PhysRefs even if the def is "dead".
313 // If the def is dead, it's ok. But the def may not marked "dead". That's
454 // Heuristics #1: Don't CSE "cheap" computation if the def is not local or in
602 // Go through implicit defs of CSMI and MI, if a def is not dead at MI,
655 // Go through implicit defs of CSMI and MI, if a def is not dead at MI,
666 // subs ... implicit-def %nzcv <- CSMI
668 // subs ... implicit-def
[all...]
/freebsd-11-stable/contrib/less/
H A Dscreen.c247 static char *cheaper LESSPARAMS((char *t1, char *t2, char *def));
1421 cheaper(t1, t2, def)
1423 char *def;
1428 return (def);
/freebsd-11-stable/contrib/gcc/
H A Dtree-vrp.c3655 then walk backwards through the use-def chain to see if OP
4021 tree def; local
4022 FOR_EACH_SSA_TREE_OPERAND (def, stmt, i, SSA_OP_DEF)
4023 set_value_range_to_varying (get_value_range (def));
4041 tree lhs, rhs, def; local
4090 FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter, SSA_OP_DEF)
4091 set_value_range_to_varying (get_value_range (def));
4560 tree def; local
4591 FOR_EACH_SSA_TREE_OPERAND (def, stmt, iter, SSA_OP_DEF)
4592 set_value_range_to_varying (get_value_range (def));
[all...]
H A Dsbitmap.c57 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) argument
73 if (def)
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c1100 report(const char *name, int which, unsigned def) argument
1108 if (older == newer && older == def)
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am231 libasn1-exports.def \
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h252 #define D_TRINE(val, cond1, cond2, true1, true2, def) \
254 (val == (cond2) ? true2 : def))
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c307 conv_mbtowc(wchar_t *wc, const char *c, const wchar_t def) argument
315 *wc = def;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_control.c5184 u_short def
5197 k[c].flags = def;
5211 u_short def
5229 k->flags = def;
5242 k->flags = def;
5249 td = add_var(kv, size, def);
5258 u_short def
5261 set_var(&ext_sys_var, data, size, def);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp279 return LIS.getInstructionFromIndex(ValNo->def);
358 // a different def.
481 /// A single-use def in the same block with no intervening memory or register
482 /// dependencies; move the def down and nest it with the current instruction.
501 // just our one def and use so that we can stackify it.
533 LLVM_DEBUG(dbgs() << "Rematerializing cheap def: "; Def.dump());
576 /// A multiple-use def in the same block with no intervening memory or register
577 /// dependencies; move the def down, nest it with the current instruction, and
624 // Tell LiveIntervals we moved the original vreg def from Def to Tee.
629 ValNo->def
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2359 static void AddMatches(const FormatEntity::Entry::Definition *def, argument
2363 const size_t n = def->num_children;
2368 matches.AppendString(MakeMatch(prefix, def->children[i].name));
2369 else if (strncmp(def->children[i].name, match_prefix.data(),
2372 MakeMatch(prefix, def->children[i].name + match_prefix.size()));
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3225 ar9300_eeprom_t *eep = &ahp->ah_eeprom.def;
3299 ar9300_eeprom_t *eep = &ahp->ah_eeprom.def;
3325 ar9300_eeprom_t *eep = &ahp->ah_eeprom.def;
3364 ar9300_eeprom_t *eep = (ar9300_eeprom_t *)&ahp->ah_eeprom.def;
3419 el = SWAP16(ahp->ah_eeprom.def.base_eep_header.length);
3421 el = ahp->ah_eeprom.def.base_eep_header.length;
3424 eepdata = (u_int16_t *)(&ahp->ah_eeprom.def);

Completed in 367 milliseconds

<<11121314151617181920>>