HomeSort by: relevance | last modified time | path
    Searched defs:component (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
cppdefault.h 37 const char *const component; /* The component containing the directory member in struct:default_include
gimple-range-trace.h 46 char component[name_len]; member in class:range_tracer
graphds.h 39 int component; /* Number of dfs restarts before reaching the member in struct:vertex
tree-chrec.cc 764 tree component;
778 component = CHREC_RIGHT (chrec);
780 component = CHREC_LEFT (chrec);
784 return component;
792 component);
762 tree component; local
genmodes.cc 63 struct mode_data *component; /* mode of components */ member in struct:mode_data
67 this mode as a component. */
70 struct mode_data *complex; /* complex type with mode as component. */
295 validate_field (m, component);
332 m->component = 0;
342 m->component = 0;
360 m->component = 0;
368 m->component = 0;
372 /* A partial integer mode uses ->component to say what the
377 m->bytesize = m->component->bytesize
719 struct mode_data *component = find_mode (m); local
750 struct mode_data *component = find_mode (base); local
782 struct mode_data *component = find_mode (base); local
    [all...]
tree-predcom.cc 264 /* Number of iterations offset from the first reference in the component. */
267 /* Number of the reference in a component, in dominance ordering. */
352 the component. */
368 struct component struct
370 component (bool es) : comp_step (RS_ANY), eliminate_store_p (es), function in struct:component
373 /* The references in the component. */
376 /* What we know about the step of the references in the component. */
379 /* True if all references in component are stores and we try to do
383 /* Next component in the list. */
384 struct component *next
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/fs/
path.cpp 63 const std::string component = in.substr(pos, next_pos - pos); local
64 if (!component.empty()) {
66 out += component;
67 else if (component != ".")
68 out += "/" + component;
114 /// The branch path of a path with just one component (no separators) is ".".
  /src/sys/fs/cd9660/
cd9660_rrip.h 79 u_char component [ISODCL ( 5, 5)]; member in struct:__anon6709
  /src/external/bsd/kyua-testers/dist/
fs.c 436 /// \param first First component of the path to concatenate.
445 const char* component; local
449 while ((component = va_arg(ap, const char*)) != NULL) {
450 length += 1 + strlen(component);
464 while ((component = va_arg(ap, const char*)) != NULL) {
465 added_size = snprintf(iterator, length, "/%s", component);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 354 ComponentTBSCertListSeqOfSeq *component; local
360 FOR_EACH_LIST_ELMT( component , v ) {
363 return component;
366 return ExtractingComponentTBSCertListSeqOfSeq ( mem_op, cr, component );
375 FOR_EACH_LIST_ELMT ( component, v ) {
378 return component;
381 return ExtractingComponentTBSCertListSeqOfSeq ( mem_op, cr, component );
authorityKeyIdentifier.c 1583 ComponentGeneralName *component; local
1589 FOR_EACH_LIST_ELMT( component , v ) {
1592 return component;
1595 return ExtractingComponentGeneralName ( mem_op, cr, component );
1604 FOR_EACH_LIST_ELMT ( component, v ) {
1607 return component;
1610 return ExtractingComponentGeneralName ( mem_op, cr, component );
init.c 24 #include "component.h"
87 /* get and store a component filter */
101 * component filter with filling value parts "xxx"
104 * See RFC3687 to understand the content of a component filter.
107 /*1*/"item:{ component \"toBeSigned.issuer.rdnSequence\", rule distinguishedNameMatch, value xxx }",
108 /*2*/"item:{ component \"toBeSigned.serialNumber\", rule integerMatch, value xxx }",
109 /*3*/"and:{ item:{ component \"toBeSigned.serialNumber\", rule integerMatch, value xxx }, item:{ component \"toBeSigned.issuer.rdnSequence\", rule distinguishedNameMatch, value xxx } }"
179 /* Initialize Component Descriptions of primitive ASN.1 types */
208 void* component; local
    [all...]
certificate.c 1495 ComponentExtension *component; local
1501 FOR_EACH_LIST_ELMT( component , v ) {
1504 return component;
1507 return ExtractingComponentExtension ( mem_op, cr, component );
1516 FOR_EACH_LIST_ELMT ( component, v ) {
1519 return component;
1522 return ExtractingComponentExtension ( mem_op, cr, component );
1738 ComponentAttributeTypeAndValue *component; local
1744 FOR_EACH_LIST_ELMT( component , v ) {
1747 return component;
1976 ComponentRelativeDistinguishedName *component; local
    [all...]
  /src/usr.sbin/autofs/
common.c 125 char *component, *copy, *tofree, *partial, *tmp; local
137 component = strsep(&copy, "/");
138 if (component == NULL)
140 tmp = concat(partial, '/', component);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 221 struct drm_audio_component *component; member in struct:nouveau_drm::__anon5249
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 118 u_char component [ISODCL ( 4, 256)]; member in struct:__anon8479
  /src/sbin/raidctl/
raidctl.c 118 char component[PATH_MAX]; local
186 get_comp(component, optarg, sizeof(component));
210 get_comp(component, optarg, sizeof(component));
216 get_comp(component, optarg, sizeof(component));
222 get_comp(component, optarg, sizeof(component));
243 get_comp(component, optarg, sizeof(component))
    [all...]
  /src/external/bsd/am-utils/dist/amd/
mapc.c 1224 char component[MAXPATHLEN], *str; local
1245 xstrlcpy(component, path, sizeof(component));
1247 str = strtok(component, ":");
  /src/external/bsd/atf/dist/tools/
fs.cpp 281 const std::string component = in.substr(pos, next_pos - pos); local
282 if (!component.empty()) {
284 out += component;
285 else if (component != ".")
286 out += "/" + component;
  /src/sys/arch/sparc/sparc/
promlib.c 632 * XXX - currently we discard any qualifiers attached to device component names
638 char component[64]; local
650 * Identify next component in path
659 /* Copy component */
660 for (cp = component; startp != endp;) {
661 /* Check component bounds */
662 if (cp > component + sizeof component - 1)
667 /* Zero terminate this component */
674 node = prom_findnode(prom_firstchild(node), component);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 624 llvm::Constant *component,
629 if (component->isNullValue())
633 cast<llvm::GlobalValue>(component->stripPointerCastsAndAliases());
650 // The RTTI component may not always be emitted in the same linkage unit as
705 auto &component = layout.vtable_components()[componentIndex]; local
710 switch (component.getKind()) {
712 return addOffsetConstant(CGM, builder, component.getVCallOffset());
715 return addOffsetConstant(CGM, builder, component.getVBaseOffset());
718 return addOffsetConstant(CGM, builder, component.getOffsetToTop());
731 GlobalDecl GD = component.getGlobalDecl()
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_znode.c 2321 char component[MAXNAMELEN + 2]; local
2338 component[0] = '/';
2340 (void) sprintf(component + 1, "<xattrdir>");
2343 ZFS_DIRENT_OBJ(-1ULL), component + 1);
2348 complen = strlen(component);
2351 bcopy(component, path, complen);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
array.cc 958 allowed in derived type component array spec. However, we may create types
960 which the _data component holds the array spec of the variable declaration.
1587 gfc_component *component; member in struct:__anon11068
1658 c->n.component = current_expand.component;
1843 current_expand.component = c->n.component;
primary.cc 2060 gfc_component *component = NULL; local
2278 gfc_error ("Expected structure component name at %C");
2391 previous = component;
2394 component = gfc_find_component (sym, name, false, false, &tmp);
2396 component = NULL;
2402 "type component %qs", name, previous->name);
2405 "type component", name);
2408 else if (component == NULL && !inquiry)
2417 /* Set by the for loop below for the last component ref. */
2489 primary->ts = component->ts
    [all...]
  /src/sys/dev/raidframe/
rf_netbsdkintf.c 542 * In order to find the boot wedge, we must iterate on each component,
581 "component /dev/%s", __func__, devname);
835 is relative to the partition used for the underlying component.
864 Look for a component to dump to. The preference for the
865 component to dump to is as follows:
866 1) the first component
867 2) a used_spare of the first component
868 3) the second component
869 4) a used_spare of the second component
882 At this point we have possibly selected a live component
1484 RF_SingleComponent_t component; local
1581 RF_SingleComponent_t component; local
    [all...]

Completed in 71 milliseconds

1 2