Home
last modified time | relevance | path

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

123456

/dflybsd-src/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
39 >>>1 byte 0x0b component file 32-bit level 1 journaled non-checksummed
40 >>>1 byte 0x0c component file 64-bit level 1 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
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmodes.c62 struct mode_data *component; /* mode of components */ member
292 validate_field (m, component); in validate_mode()
329 m->component = 0; in complete_mode()
339 m->component = 0; in complete_mode()
358 m->component = 0; in complete_mode()
367 m->bytesize = m->component->bytesize; in complete_mode()
377 if (m->component->precision != (unsigned int)-1) in complete_mode()
378 m->precision = 2 * m->component->precision; in complete_mode()
379 m->bytesize = 2 * m->component->bytesize; in complete_mode()
394 if (m->component->precision != (unsigned int)-1) in complete_mode()
[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
515 extern void dump_component (FILE *, struct component *);
517 dump_component (FILE *file, struct component *comp) in dump_component()
531 extern void dump_components (FILE *, struct component *);
533 dump_components (FILE *file, struct component *comps) in dump_components()
535 struct component *comp; in dump_components()
584 release_component (struct component *comp) in release_component()
593 release_components (struct component *comps) in release_components()
595 struct component *act, *next; in release_components()
[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
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenmodes.c64 struct mode_data *component; /* mode of components */ member
286 validate_field (m, component); in validate_mode()
323 m->component = 0; in complete_mode()
333 m->component = 0; in complete_mode()
351 m->component = 0; in complete_mode()
360 m->bytesize = m->component->bytesize; in complete_mode()
363 m->component = 0; /* ??? preserve this */ in complete_mode()
371 if (m->component->precision != (unsigned int)-1) in complete_mode()
372 m->precision = 2 * m->component->precision; in complete_mode()
373 m->bytesize = 2 * m->component->bytesize; in complete_mode()
[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
464 extern void dump_component (FILE *, struct component *);
466 dump_component (FILE *file, struct component *comp) in dump_component()
480 extern void dump_components (FILE *, struct component *);
482 dump_components (FILE *file, struct component *comps) in dump_components()
484 struct component *comp; in dump_components()
527 release_component (struct component *comp) in release_component()
536 release_components (struct component *comps) in release_components()
538 struct component *act, *next; in release_components()
[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
/dflybsd-src/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. */
/dflybsd-src/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,
/dflybsd-src/contrib/lvm2/dist/libdm/
H A Dlibdm-string.c69 static char *_unquote(char *component) in _unquote() argument
71 char *c = component; in _unquote()
/dflybsd-src/bin/sh/
H A Dcd.c187 char *component; in cdlogical() local
212 component = q; in cdlogical()
214 if (equal(component, "..")) in cdlogical()
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/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
/dflybsd-src/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()
/dflybsd-src/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
/dflybsd-src/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
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dstub-objc.c335 objc_maybe_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_maybe_build_component_ref() argument
341 objc_build_class_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_build_class_component_ref() argument

123456