Searched refs:def (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/mdocml/
H A Dout.c49 a2roffsu(const char *src, struct roffsu *dst, enum roffscale def) argument
53 dst->unit = def == SCALE_MAX ? SCALE_BU : def;
91 if (SCALE_MAX == def)
93 dst->unit = def;
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c137 rtx def; /* The DEFINE_... */ member in struct:insn_def
142 int vec_idx; /* Index of attribute vector in `def'. */
152 struct insn_def *def; /* Instruction definition. */ member in struct:insn_ent
186 rtx def; /* DEFINE_DELAY expression. */ member in struct:delay_desc
1114 if (XVEC (id->def, id->vec_idx) == NULL)
1117 for (i = 0; i < XVECLEN (id->def, id->vec_idx); i++)
1119 value = XVECEXP (id->def, id->vec_idx, i);
1156 XVECEXP (id->def, id->vec_idx, i) = value;
1289 || insn_alternatives[av->first_insn->def->insn_code]))
1334 XVECEXP (condexp, 0, i) = XEXP (delay->def,
3117 gen_delay(rtx def, int lineno) argument
4352 gen_insn_reserv(rtx def) argument
4403 gen_bypass(rtx def) argument
[all...]
H A Dtree-vect-transform.c442 OP is an operand in STMT. This function returns a (vector) def that will be
446 STMT_VINFO_VEC_STMT of the defining stmt holds the relevant def.
448 In case OP is an invariant or constant, a new stmt that creates a vector def
466 tree def; local
477 is_simple_use = vect_is_simple_use (op, loop_vinfo, &def_stmt, &def, &dt);
481 if (def)
483 fprintf (vect_dump, "def = ");
484 print_generic_expr (vect_dump, def, TDF_SLIM);
517 *scalar_def = def;
525 t = tree_cons (NULL_TREE, def,
651 tree def; local
1149 tree def, def_stmt; local
1386 tree def, def_stmt; local
1491 tree def, def_stmt; local
1670 tree def, def_stmt; local
1986 tree def, def_stmt; local
2039 tree def; local
2092 tree def; local
[all...]
H A Dtree-phinodes.c372 add_phi_arg (tree phi, tree def, edge e) argument
390 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (def) = 1;
394 SET_PHI_ARG_DEF (phi, e->dest_idx, def);
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk.c503 const struct clknode_init_def *def)
507 KASSERT(def->name != NULL, ("clock name is NULL"));
508 KASSERT(def->name[0] != '\0', ("clock name is empty"));
511 if (clknode_find_by_name(def->name) != NULL)
512 panic("Duplicated clock registration: %s\n", def->name);
528 clknode->parents = malloc(sizeof(struct clknode *) * def->parent_cnt,
532 if (def->flags & CLK_NODE_STATIC_STRINGS) {
533 clknode->name = def->name;
534 clknode->parent_names = def->parent_names;
536 clknode->name = strdup(def
502 clknode_create(struct clkdom * clkdom, clknode_class_t clknode_class, const struct clknode_init_def *def) argument
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dreq.c142 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
145 static int add_DN_object(X509_NAME *n, char *text, const char *def,
1143 const char *def; local
1201 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1203 def = "";
1224 if (!add_DN_object(subj, v->value, def, value, nid,
1260 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1263 def = "";
1286 v->value, def, value, nid, n_min,
1363 static int add_DN_object(X509_NAME *n, char *text, const char *def, argument
1421 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp101 cl::desc("During rematerialization for a copy, if the def instruction has "
207 /// If one def has many copy like uses, and those copy uses are all
286 /// existing subregister number of the def / use being updated is not zero,
294 /// %0:sub0<def,read-undef> = ...
618 if (BValNo->def != CopyIdx) return false;
629 MachineInstr *ACopyMI = LIS->getInstructionFromIndex(AValNo->def);
636 IntB.FindSegmentContaining(AValNo->def.getPrevSlot());
658 BValNo->def = FillerStart;
680 VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.getPrevSlot());
800 assert(BValNo != nullptr && BValNo->def
[all...]
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c334 const Elf_Sym *def; local
344 def = NULL;
392 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
394 if (def == NULL)
400 value += (Elf_Addr)def->st_value;
415 value += (Elf_Addr)(def->st_value -
419 value += (Elf_Addr)(def->st_value +
494 const Elf_Sym *def;
504 def = find_symdef(ELF_R_SYM(rela->r_info), obj, &defobj,
506 value = (Elf_Addr)(defobj->relocbase + def
539 const Elf_Sym *def; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp449 auto *def = dyn_cast<Defined>(b); local
450 if (!def)
452 if (!isCodeMapSymbol(def) && !isDataMapSymbol(def))
454 if (auto *sec = dyn_cast_or_null<InputSection>(def->section))
456 sectionMap[sec].push_back(def);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c281 LUALIB_API int luaL_checkoption (lua_State *L, int narg, const char *def, argument
283 const char *name = (def) ? luaL_optstring(L, narg, def) :
326 const char *def, size_t *len) {
329 *len = (def ? strlen(def) : 0);
330 return def;
345 LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) { argument
346 return luaL_opt(L, luaL_checknumber, narg, def);
369 lua_Integer def) {
325 luaL_optlstring(lua_State *L, int narg, const char *def, size_t *len) argument
368 luaL_optinteger(lua_State *L, int narg, lua_Integer def) argument
374 luaL_optunsigned(lua_State *L, int narg, lua_Unsigned def) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dfmtmsg.c62 goto def;
65 def:
/freebsd-11-stable/usr.bin/tset/
H A Dtset.c240 report(const char *name, int which, u_int def) argument
247 if (old == new && old == def)
/freebsd-11-stable/usr.sbin/autofs/
H A Ddefined.c240 defined_parse_and_add(char *def) argument
244 value = def;
H A Dcommon.h98 void defined_parse_and_add(char *def);
/freebsd-11-stable/usr.bin/tr/
H A Dcmap.c156 cmap_default(struct cmap *cm, wint_t def) argument
161 cm->cm_def = def;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunction.i118 def get_instructions_from_current_target (self):
H A DSBTarget.i690 def __init__(self, bkpt, extra_args):
699 def __get_depth__ (self):
708 def __callback__(self, sym_ctx):
719 def get_short_help(self):
976 def __init__(self, sbtarget):
979 def __len__(self):
984 def __getitem__(self, key):
1027 def get_modules_access_object(self):
1031 def get_modules_array(self):
1038 def module_ite
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c534 if (bfd_is_abs_section (h->u.def.section))
535 new_abs (h->u.def.value);
540 output_section = h->u.def.section->output_section;
549 new_rel (h->u.def.value + h->u.def.section->output_offset,
803 h->u.def.value = expld.result.value;
804 h->u.def.section = expld.result.section;
1046 exp_get_vma (etree_type *tree, bfd_vma def, char *name) argument
1056 return def;
1060 exp_get_value_int (etree_type *tree, int def, cha argument
1066 exp_get_fill(etree_type *tree, fill_type *def, char *name) argument
1124 exp_get_abs_int(etree_type *tree, int def, char *name) argument
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.h186 } def; member in struct:definition
/freebsd-11-stable/lib/libprocstat/
H A DMakefile16 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile69 DEFS= ${MOD}_tree.def
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.h50 const char *def, size_t *l);
52 LUALIB_API lua_Number (luaL_optnumber) (lua_State *L, int arg, lua_Number def);
56 lua_Integer def);
70 LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def,
/freebsd-11-stable/lib/libthr/
H A DMakefile46 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h228 const llvm::object::coff_aux_section_definition *def,
233 const llvm::object::coff_aux_section_definition *def);
237 const llvm::object::coff_aux_section_definition *def,
245 COFFSymbolRef sym, const llvm::object::coff_aux_section_definition *def,
/freebsd-11-stable/lib/libz/
H A DMakefile47 VERSION_DEF= ${.CURDIR}/Versions.def

Completed in 502 milliseconds

1234567891011>>