Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 141) sorted by relevance

123456

/dragonfly/contrib/file/magic/Magdir/
H A Ddyadic21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed
22 #>>>1 byte 0x01 component file
37 >>>1 byte 0x09 component file 64-bit non-journaled non-checksummed
41 >>>1 byte 0x0d component file 32-bit level 1 journaled checksummed
42 >>>1 byte 0x0e component file 64-bit level 1 journaled checksummed
43 >>>1 byte 0x0f component file 32-bit level 2 journaled checksummed
44 >>>1 byte 0x10 component file 64-bit level 2 journaled checksummed
45 >>>1 byte 0x11 component file 32-bit level 3 journaled checksummed
47 >>>1 byte 0x13 component file 32-bit non-journaled checksummed
48 >>>1 byte 0x14 component file 64-bit non-journaled checksummed
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmodes.c692 if (!component) in make_int_n()
723 if (!component) in make_partial_integer_mode()
736 m->component = component; in make_partial_integer_mode()
780 v->component = component; in make_vector_mode()
859 if (!m->component && !n->component) in cmp_modes()
867 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
869 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
872 if (m->component->precision > n->component->precision) in cmp_modes()
874 else if (m->component->precision < n->component->precision) in cmp_modes()
1186 = (c != MODE_PARTIAL_INT && m->component) ? m->component : m; in emit_mode_unit_precision_inline()
[all …]
H A Dgraphds.c40 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component); in dump_graph()
218 g->vertices[av].component = -1; in graphds_dfs()
226 g->vertices[i].component = -1; in graphds_dfs()
237 g->vertices[v].component = comp++; in graphds_dfs()
245 if (g->vertices[dfs_edge_dest (e, forward)].component in graphds_dfs()
269 g->vertices[v].component = comp - 1; in graphds_dfs()
H A Dtree-predcom.c362 struct component struct
375 struct component *next; argument
535 struct component *comp; in dump_components()
595 struct component *act, *next; in release_components()
753 static struct component *
762 struct component **comps; in split_data_refs_to_components()
988 static struct component *
991 struct component **comp, *act; in filter_suitable_components()
1348 struct component *comp, in determine_roots_comp()
1440 struct component *comp; in determine_roots()
[all …]
H A Dcfgloopanal.c157 gcc_assert (g->vertices[ge->src].component >= g->vertices[ge->dest].component); in mark_irreducible_loops()
159 if (g->vertices[ge->src].component != g->vertices[ge->dest].component) in mark_irreducible_loops()
H A Dcppdefault.h37 const char *const component; /* The component containing the directory member
H A Dgraphds.h39 int component; /* Number of dfs restarts before reaching the member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenmodes.c405 if (m->component) in complete_mode()
647 if (!component) in make_partial_integer_mode()
660 m->component = component; in make_partial_integer_mode()
704 v->component = component; in make_vector_mode()
754 if (!m->component && !n->component) in cmp_modes()
762 if (m->component->bytesize > n->component->bytesize) in cmp_modes()
764 else if (m->component->bytesize < n->component->bytesize) in cmp_modes()
767 if (m->component->precision > n->component->precision) in cmp_modes()
769 else if (m->component->precision < n->component->precision) in cmp_modes()
1073 if (m->component != m2->component) in emit_mode_wider()
[all …]
H A Dgraphds.c44 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component); in dump_graph()
203 g->vertices[av].component = -1; in graphds_dfs()
211 g->vertices[i].component = -1; in graphds_dfs()
222 g->vertices[v].component = comp++; in graphds_dfs()
230 if (g->vertices[dfs_edge_dest (e, forward)].component in graphds_dfs()
254 g->vertices[v].component = comp - 1; in graphds_dfs()
H A Dtree-predcom.c319 struct component struct
328 struct component *next; argument
484 struct component *comp; in dump_components()
538 struct component *act, *next; in release_components()
696 static struct component *
705 struct component **comps; in split_data_refs_to_components()
872 static struct component *
875 struct component **comp, *act; in filter_suitable_components()
1181 struct component *comp, in determine_roots_comp()
1236 struct component *comp; in determine_roots()
[all …]
H A Dcfgloopanal.c154 gcc_assert (g->vertices[ge->src].component >= g->vertices[ge->dest].component); in mark_irreducible_loops()
156 if (g->vertices[ge->src].component != g->vertices[ge->dest].component) in mark_irreducible_loops()
H A Dcppdefault.h38 const char *const component; /* The component containing the directory member
H A Dgraphds.h37 int component; /* Number of dfs restarts before reaching the member
/dragonfly/contrib/gdb-7/gdb/
H A Dada-operator.def53 the number of component specifications that follow. The
55 Next come N component specifications. A component
65 /* An aggregate component association. A single immediate operand, N,
69 for a simple name that must be a record component name and does
90 /* A positional aggregate component association. The operator is
93 follows a single expression giving the component value. */
/dragonfly/sys/vfs/autofs/
H A Dautofs.c214 autofs_cached(struct autofs_node *anp, const char *component, int componentlen) in autofs_cached() argument
231 error = autofs_node_find(anp, component, componentlen, NULL); in autofs_cached()
300 autofs_trigger_one(struct autofs_node *anp, const char *component, in autofs_trigger_one() argument
313 key = kstrndup(component, componentlen, M_AUTOFS); in autofs_trigger_one()
425 autofs_trigger(struct autofs_node *anp, const char *component, int componentlen) in autofs_trigger() argument
430 error = autofs_trigger_one(anp, component, componentlen); in autofs_trigger()
H A Dautofs.h150 int autofs_trigger(struct autofs_node *anp, const char *component,
152 bool autofs_cached(struct autofs_node *anp, const char *component,
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdm-string.c69 static char *_unquote(char *component) in _unquote() argument
71 char *c = component; in _unquote()
/dragonfly/bin/sh/
H A Dcd.c187 char *component; in cdlogical() local
212 component = q; in cdlogical()
214 if (equal(component, "..")) in cdlogical()
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c530 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
578 current->attr.rr_entry.SL.component + in cd9660_createSL()
595 current->attr.rr_entry.SL.component[ in cd9660_createSL()
600 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
605 current->attr.rr_entry.SL.component[ in cd9660_createSL()
614 memcpy(current->attr.rr_entry.SL.component + in cd9660_createSL()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c1550 build_m_component_ref (tree datum, tree component) in build_m_component_ref() argument
1558 if (error_operand_p (datum) || error_operand_p (component)) in build_m_component_ref()
1562 component = mark_rvalue_use (component); in build_m_component_ref()
1564 ptrmem_type = TREE_TYPE (component); in build_m_component_ref()
1569 component, ptrmem_type); in build_m_component_ref()
1578 component, datum, objtype); in build_m_component_ref()
1630 datum = fold_build_pointer_plus (fold_convert (ptype, datum), component); in build_m_component_ref()
1638 return build2 (OFFSET_REF, type, datum, component); in build_m_component_ref()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dfrontends.texi28 of the @dfn{language-independent} component of GCC: code shared among the
31 The language-independent component of GCC includes the majority of the
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c1919 build_m_component_ref (tree datum, tree component, tsubst_flags_t complain) in build_m_component_ref() argument
1927 if (error_operand_p (datum) || error_operand_p (component)) in build_m_component_ref()
1931 component = mark_rvalue_use (component); in build_m_component_ref()
1933 ptrmem_type = TREE_TYPE (component); in build_m_component_ref()
1938 "type %qT", component, ptrmem_type); in build_m_component_ref()
1947 "non-class type %qT", component, datum, objtype); in build_m_component_ref()
2002 datum = fold_build_pointer_plus (fold_convert (ptype, datum), component); in build_m_component_ref()
2054 return build2 (OFFSET_REF, type, datum, component); in build_m_component_ref()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-tree.def67 Please note that when the Objective-C 2.0 "dot-syntax" 'object.component'
68 is encountered, where 'component' is not a property but there are valid
/dragonfly/contrib/gcc-8.0/gcc/objc/
H A Dobjc-tree.def66 Please note that when the Objective-C 2.0 "dot-syntax" 'object.component'
67 is encountered, where 'component' is not a property but there are valid
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dstub-objc.c337 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_maybe_build_component_ref() argument
343 objc_build_class_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_build_class_component_ref() argument

123456