Searched refs:def (Results 1 - 25 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/sntp/include/
H A DMakefile.am4 autogen-version.def \
5 copyright.def \
6 debug-opt.def \
7 homerc.def \
9 version.def \
15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh
16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dtype_sanitizer.rb3 def self.sanitize_c_identifier(unsanitized)
H A Dcolour_prompt.rb23 def initialize
32 def change_to(new_colour)
40 def win32_colour(colour)
63 def posix_colour(colour)
78 def out_c(mode, colour, str)
92 def colour_puts(role,str) ColourCommandLine.new.out_c(:puts, role, str) end
93 def colour_print(role,str) ColourCommandLine.new.out_c(:print, role, str) end
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_hout.c66 print_datadef(definition *def, int headeronly) argument
69 if (def->def_kind == DEF_PROGRAM) /* handle data only */
72 if (def->def_kind != DEF_CONST) {
75 switch (def->def_kind) {
77 pstructdef(def);
80 puniondef(def);
83 penumdef(def);
86 ptypedef(def);
89 pprogramdef(def, headeronly);
92 pconstdef(def);
105 print_funcdef(definition *def, int headeronly) argument
151 pconstdef(definition *def) argument
160 pargdef(definition *def) argument
193 pstructdef(definition *def) argument
207 puniondef(definition *def) argument
283 pprogramdef(definition *def, int headeronly) argument
375 penumdef(definition *def) argument
406 ptypedef(definition *def) argument
510 definition *def; local
[all...]
H A Drpc_cout.c66 emit(definition *def) argument
68 if (def->def_kind == DEF_CONST) {
71 if (def->def_kind == DEF_PROGRAM) {
72 emit_program(def);
75 if (def->def_kind == DEF_TYPEDEF) {
82 if (strcmp(def->def.ty.old_type, def->def_name) == 0)
85 print_header(def);
86 switch (def
107 findtype(definition *def, const char *type) argument
120 definition *def; local
141 print_header(definition *def) argument
296 emit_program(definition *def) argument
316 emit_union(definition *def) argument
380 inline_struct(definition *def, int flag) argument
539 emit_struct(definition *def) argument
609 emit_typedef(definition *def) argument
[all...]
H A Drpc_util.c124 findit(definition *def, const char *type) argument
126 return (streq(def->def_name, type));
132 definition *def; local
134 def = (definition *) FINDVAL(defined, type, findit);
135 if (def == NULL || def->def_kind != DEF_TYPEDEF) {
138 switch (def->def.ty.rel) {
140 if (streq(def->def
188 typedefed(definition *def, const char *type) argument
200 definition *def; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y1 %{ /* deffilep.y - parser for .def files */
256 static def_file *def;
296 def = add_to;
300 def = def_file_empty ();
306 def_file_free (def);
318 def_file_add_directive (def, d->name, d->len);
321 return def;
325 def_file_free (def_file *def)
329 if (!def)
331 if (def
[all...]
/freebsd-11-stable/contrib/groff/
H A Dgendef.sh12 for def
15 #define $def"
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_cpuclk.c69 struct clk_mux_def def; local
93 memset(&def, 0, sizeof(def));
94 def.clkdef.id = 1;
95 def.clkdef.parent_names = malloc(sizeof(char *) * ncells, M_OFWPROP,
103 def.clkdef.parent_names[i] = clk_get_name(clk);
106 def.clkdef.parent_cnt = ncells;
107 def.offset = paddr;
108 def.shift = CPU_CLK_SRC_SEL_SHIFT;
109 def
[all...]
H A Daw_codecclk.c65 struct clk_gate_def def; local
67 memset(&def, 0, sizeof(def));
68 def.clkdef.id = index;
69 def.clkdef.name = clkname;
70 def.clkdef.parent_names = parent_names;
71 def.clkdef.parent_cnt = 1;
72 def.offset = paddr;
73 def.shift = SCLK_GATING_SHIFT;
74 def
[all...]
H A Daw_oscclk.c64 struct clk_fixed_def def; local
80 memset(&def, 0, sizeof(def));
81 def.clkdef.id = 1;
82 def.freq = freq;
83 error = clk_parse_ofw_clk_name(dev, node, &def.clkdef.name);
90 error = clknode_fixed_register(clkdom, &def);
106 OF_prop_free(__DECONST(char *, def.clkdef.name));
111 OF_prop_free(__DECONST(char *, def.clkdef.name));
H A Daw_gate.c111 struct clk_gate_def def; local
113 memset(&def, 0, sizeof(def));
114 def.clkdef.id = index;
115 def.clkdef.name = clkname;
116 def.clkdef.parent_names = parent_names;
117 def.clkdef.parent_cnt = 1;
118 def.offset = paddr + GATE_OFFSET(index);
119 def.shift = GATE_SHIFT(index);
120 def
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-mep.c24 #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \
25 2, def, bfd_default_compatible, bfd_default_scan, y }
/freebsd-11-stable/contrib/gcc/
H A Dgenconstants.c43 struct md_constant *def = (struct md_constant *) *slot; local
46 fprintf (file, "#define %s %s\n", def->name, def->value);
H A Dmkmap-flat.awk48 def[$3] = 1;
90 if (def[sym])
H A Dbt-load.c90 /* If this def has a reaching use which is not a simple use
95 def/use web, because it records the set of blocks that contain
98 containing the def (before the def), or in a block containing
132 static void clear_btr_from_live_range (btr_def def);
159 /* An obstack to hold the def-use web data structures built up for
266 group exists, create one. Add def to the group. */
268 find_btr_def_group (btr_def_group *all_btr_def_groups, btr_def def)
270 if (insn_sets_btr_p (def->insn, 1, NULL))
273 rtx def_src = SET_SRC (single_set (def
267 find_btr_def_group(btr_def_group *all_btr_def_groups, btr_def def) argument
496 btr_def def = add_btr_def ( local
690 btr_def def = def_array[insn_uid]; local
729 btr_def def = def_array[uid]; local
819 block_at_edge_of_live_range_p(int bb, btr_def def) argument
842 clear_btr_from_live_range(btr_def def) argument
870 add_btr_to_live_range(btr_def def, int own_end) argument
1014 btr_def_live_range(btr_def def, HARD_REG_SET *btrs_live_in_range) argument
1061 combine_btr_defs(btr_def def, HARD_REG_SET *btrs_live_in_range) argument
1150 move_btr_def(basic_block new_def_bb, int btr, btr_def def, bitmap live_range, HARD_REG_SET *btrs_live_in_range) argument
1275 migrate_btr_def(btr_def def, int min_cost) argument
1440 btr_def def = fibheap_extract_min (all_btr_defs); local
[all...]
H A Dtree-ssa-math-opts.c275 is_division_by (tree use_stmt, tree def) argument
279 && TREE_OPERAND (TREE_OPERAND (use_stmt, 1), 1) == def;
293 tree def, tree recip_def, int threshold)
304 type = TREE_TYPE (def);
308 def));
315 while (!bsi_end_p (bsi) && !is_division_by (bsi_stmt (bsi), def))
340 insert_reciprocals (def_bsi, occ_child, def, recip_def, threshold);
397 execute_cse_reciprocals_1 (block_stmt_iterator *def_bsi, tree def) argument
404 gcc_assert (FLOAT_TYPE_P (TREE_TYPE (def)) && is_gimple_reg (def));
292 insert_reciprocals(block_stmt_iterator *def_bsi, struct occurrence *occ, tree def, tree recip_def, int threshold) argument
480 tree phi, def; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A DMakefile14 DEFS= ${MOD}_tree.def atm_freebsd.def
17 EXTRAMIBDEFS= atm_freebsd.def
/freebsd-11-stable/lib/libnetbsd/
H A Dutil.c42 flags_to_string(u_long flags, const char *def) argument
49 str = strdup(def);
/freebsd-11-stable/lib/libutil/
H A Dlogin_crypt.c38 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { argument
41 cipher = login_getcapstr(lc, "passwd_format", def, NULL);
/freebsd-11-stable/crypto/openssl/util/
H A Ddo_ms.sh3 # generate the Microsoft makefiles and .def files
16 perl util/mkdef.pl 16 libeay > ms/libeay16.def
17 perl util/mkdef.pl 32 libeay > ms/libeay32.def
18 perl util/mkdef.pl 16 ssleay > ms/ssleay16.def
19 perl util/mkdef.pl 32 ssleay > ms/ssleay32.def
/freebsd-11-stable/tools/tools/shlib-compat/test/
H A DMakefile.inc12 VERSION_DEF= ${.CURDIR}/../Versions.def
/freebsd-11-stable/share/examples/printing/
H A Dmake-ps-header63 /y 200 def
65 200 y moveto show /y y 18 sub def
69 /y 200 def
71 270 y moveto show /y y 18 sub def
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dmain.c131 ask(int def, const char *fmt, ...) argument
139 def = (alwaysyes && !rdonly && !alwaysno);
142 if (def)
144 return def;
151 printf("%s? %s\n", prompt, def ? "yes" : "no");
152 return def;
/freebsd-11-stable/sys/dev/extres/clk/
H A Dclk_fixed.c170 struct clk_fixed_def *def)
175 def->clkdef.id = 1;
179 def->freq = freq;
185 struct clk_fixed_def *def)
190 def->clkdef.id = 1;
191 rv = OF_getencprop(node, "clock-mult", &def->mult, sizeof(def->mult));
194 rv = OF_getencprop(node, "clock-div", &def->div, sizeof(def->div));
201 def
169 clk_fixed_init_fixed(struct clk_fixed_softc *sc, phandle_t node, struct clk_fixed_def *def) argument
184 clk_fixed_init_fixed_factor(struct clk_fixed_softc *sc, phandle_t node, struct clk_fixed_def *def) argument
214 struct clk_fixed_def def; local
[all...]

Completed in 356 milliseconds

1234567891011>>