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

1 2

  /src/games/sail/
globals.c 45 static struct shipspecs specs[]; variable in typeref:struct:shipspecs
58 { "Ranger", specs+0, N_A, 7, 20, 4, 0 },
59 { "Drake", specs+1, N_B, 7, 31, 5, 0 }
64 { "Bonhomme Rich", specs+2, N_A, 13, 40, 2, 0 },
65 { "Serapis", specs+3, N_B, 2, 42, 2, 0 }
70 { "America", specs+4, N_B, 7, 37, 4, 0 },
71 { "Befford", specs+5, N_B, 5, 35, 4, 0 },
72 { "Adamant", specs+6, N_B, 3, 33, 4, 0 },
73 { "London", specs+7, N_B, 1, 31, 4, 0 },
74 { "Royal Oak", specs+8, N_B, -1, 29, 4, 0 }
318 static struct shipspecs specs[] = { variable in typeref:struct:shipspecs
    [all...]
extern.h 174 struct shipspecs *specs; /* 2 */ member in struct:ship
  /src/external/bsd/openldap/dist/tests/progs/
ldif-filter.c 56 Use specs '%s' if no spec on the command line applies.\n",
223 const char *backend = getenv( "BACKEND" ), *specs = "", *tmp; local
237 specs = optarg;
253 flags = get_flags( backend, specs );
  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 1372 char **specs, *p; local
1379 specs = ldap_str2charray(hosts, ", ");
1380 if (specs == NULL)
1384 for (i = 0; specs[i] != NULL; i++) /* EMPTY */;
1390 ldap_charray_free(specs);
1396 ludp->lud_host = specs[i];
1406 ldap_charray_free(specs);
1416 ldap_charray_free(specs);
1433 ldap_charray_free(specs);
1441 ldap_charray_free(specs);
    [all...]
  /src/sys/arch/ia64/include/
dig64.h 165 } specs; member in struct:dig64_pcdp_entry
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 337 const char *specs[] = { "B", "L", "W", "XY", NULL }; variable
357 for( sl = specs; *sl != NULL; ++sl )
  /src/external/gpl3/gdb/dist/sim/ppc/
tree.c 752 const char **specs = (const char**)strings; /* stop a bogus error */
754 specs, nr_strings);
751 const char **specs = (const char**)strings; \/* stop a bogus error *\/ local
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-tree.c 740 const char **specs = (const char**) strings; /* stop a bogus error */
742 specs, nr_strings);
739 const char **specs = (const char**) strings; \/* stop a bogus error *\/ local
  /src/external/gpl3/gdb.old/dist/sim/ppc/
tree.c 752 const char **specs = (const char**)strings; /* stop a bogus error */
754 specs, nr_strings);
751 const char **specs = (const char**)strings; \/* stop a bogus error *\/ local
  /src/external/gpl3/gdb/dist/sim/common/
hw-tree.c 740 const char **specs = (const char**) strings; /* stop a bogus error */
742 specs, nr_strings);
739 const char **specs = (const char**) strings; \/* stop a bogus error *\/ local
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 657 char **specs; local
664 specs = ldap_str2charray( cvalue, ";" );
665 if ( specs == NULL ) {
666 fprintf( stderr, _("deref specs \"%s\" invalid\n"),
670 for ( ispecs = 0; specs[ ispecs ] != NULL; ispecs++ )
679 for ( ispecs = 0; specs[ ispecs ] != NULL; ispecs++ ) {
682 ptr = strchr( specs[ ispecs ], ':' );
684 fprintf( stderr, _("deref specs \"%s\" invalid\n"),
689 ds[ ispecs ].derefAttr = specs[ ispecs ];
696 ldap_memfree( specs );
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 2032 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs)
2041 specs->entry_bb_count = profile_count::uninitialized ();
2077 specs->entry_bb_count
2083 else if (specs->declspec_il != cdil_gimple)
2087 specs->declspec_il = cdil_gimple_cfg;
2089 specs->declspec_il = cdil_gimple_ssa;
2103 specs->gimple_or_rtl_pass = pass;
2148 struct c_declspecs *specs = build_null_declspecs (); local
2149 c_parser_declspecs (parser, specs, true, true, true,
2151 finish_declspecs (specs);
    [all...]
c-tree.h 554 struct c_declspecs *specs; member in struct:c_type_name
562 struct c_declspecs *specs; member in struct:c_parm
c-parser.cc 2215 struct c_declspecs *specs;
2229 specs = build_null_declspecs ();
2234 declspecs_add_attrs (here, specs, attrs);
2235 specs->non_std_attrs_seen_p = false;
2308 c_parser_declspecs (parser, specs, true, true, start_attr_ok,
2315 if (nested && !specs->declspecs_seen_p)
2322 finish_declspecs (specs);
2323 bool gnu_auto_type_p = specs->typespec_word == cts_auto_type;
2324 bool std_auto_type_p = specs->c23_auto_p;
2328 if (specs->constexpr_p
2213 struct c_declspecs *specs; local
3726 struct c_declspecs *specs = build_null_declspecs (); local
4159 struct c_declspecs *specs; local
5006 struct c_declspecs *specs; local
6019 struct c_declspecs *specs = build_null_declspecs (); local
9605 struct c_declspecs *specs = build_null_declspecs (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 1927 c_parser_gimple_or_rtl_pass_list (c_parser *parser, c_declspecs *specs)
1936 specs->entry_bb_count = profile_count::uninitialized ();
1972 specs->entry_bb_count
1978 else if (specs->declspec_il != cdil_gimple)
1982 specs->declspec_il = cdil_gimple_cfg;
1984 specs->declspec_il = cdil_gimple_ssa;
1998 specs->gimple_or_rtl_pass = pass;
2043 struct c_declspecs *specs = build_null_declspecs (); local
2044 c_parser_declspecs (parser, specs, true, true, true,
2046 finish_declspecs (specs);
    [all...]
c-tree.h 500 struct c_declspecs *specs; member in struct:c_type_name
508 struct c_declspecs *specs; member in struct:c_parm
c-parser.cc 1906 struct c_declspecs *specs;
1920 specs = build_null_declspecs ();
1925 declspecs_add_attrs (here, specs, attrs);
1926 specs->non_std_attrs_seen_p = false;
1999 c_parser_declspecs (parser, specs, true, true, start_attr_ok,
2006 if (nested && !specs->declspecs_seen_p)
2013 finish_declspecs (specs);
2014 bool auto_type_p = specs->typespec_word == cts_auto_type;
2019 else if (specs->typespec_kind == ctsk_none
2020 && attribute_fallthrough_p (specs->attrs)
1904 struct c_declspecs *specs; local
3546 struct c_declspecs *specs; local
4356 struct c_declspecs *specs; local
5142 struct c_declspecs *specs = build_null_declspecs (); local
    [all...]
  /src/sys/dev/pci/
if_vioif.c 2319 struct vioif_ctrl_cmdspec *specs, int nspecs)
2327 specs[i].dmamap, specs[i].buf, specs[i].bufsize,
2341 bus_dmamap_unload(virtio_dmat(vsc), specs[i].dmamap);
2349 struct vioif_ctrl_cmdspec *specs, int nspecs)
2355 bus_dmamap_unload(virtio_dmat(vsc), specs[i].dmamap);
2361 struct vioif_ctrl_cmdspec *specs, int nspecs)
2374 bus_dmamap_sync(virtio_dmat(vsc), specs[i].dmamap,
2375 0, specs[i].bufsize, BUS_DMASYNC_PREWRITE)
2453 struct vioif_ctrl_cmdspec specs[1]; local
2489 struct vioif_ctrl_cmdspec specs[1]; local
2519 struct vioif_ctrl_cmdspec specs[1]; local
2567 struct vioif_ctrl_cmdspec specs[2]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 4087 tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl); local
4088 while (specs)
4090 tree spec_constr = get_constraints (TREE_VALUE (specs));
4094 if (same_type_p (type, TREE_TYPE (specs))
4096 return TREE_TYPE (specs);
4097 specs = TREE_CHAIN (specs);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 944 tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl); local
945 while (specs)
947 tree spec_tmpl = TREE_VALUE (specs);
948 tree spec_args = TREE_PURPOSE (specs);
956 specs = TREE_CHAIN (specs);
15509 tree specs;
15512 specs = TYPE_RAISES_EXCEPTIONS (fntype);
15514 if (specs && TREE_PURPOSE (specs))
    [all...]
semantics.cc 3714 tree specs = DECL_TEMPLATE_SPECIALIZATIONS (tmpl); local
3715 while (specs)
3717 tree spec_constr = get_constraints (TREE_VALUE (specs));
3721 if (same_type_p (type, TREE_TYPE (specs))
3723 return TREE_TYPE (specs);
3724 specs = TREE_CHAIN (specs);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 8190 struct rsrc specs[MAX_SPECS],
8242 specs[count] = tmpl;
8243 specs[count++].index = regno;
8251 specs[count] = tmpl;
8252 specs[count++].index = i;
8268 specs[count++] = tmpl;
8280 specs[count] = tmpl;
8287 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
8288 specs[count].mem_offset.hint = 1;
8289 specs[count].mem_offset.offset = md.mem_offset.offset
10017 struct rsrc specs[MAX_SPECS]; local
10451 struct rsrc specs[MAX_SPECS]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 8190 struct rsrc specs[MAX_SPECS],
8242 specs[count] = tmpl;
8243 specs[count++].index = regno;
8251 specs[count] = tmpl;
8252 specs[count++].index = i;
8268 specs[count++] = tmpl;
8280 specs[count] = tmpl;
8287 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
8288 specs[count].mem_offset.hint = 1;
8289 specs[count].mem_offset.offset = md.mem_offset.offset
10017 struct rsrc specs[MAX_SPECS]; local
10451 struct rsrc specs[MAX_SPECS]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 349 When -b is used, the value comes from the `specs' file. */
471 /* The Specs Language
473 Specs are strings containing lines, each of which (if not blank)
480 In addition, the specs can contain %-sequences to substitute variable text
556 %o is for use in the specs for running the linker.
665 %(Spec) processes a specification defined in a specs file as *Spec:
703 /* Define the macros used for specs %a, %l, %L, %S, %C, %1. */
1234 /* Standard options to cpp, cc1, and as, to reduce duplication in specs.
1236 but we need to copy them to the specs file so that newer versions
1241 call cc1 (or cc1obj in objc/lang-specs.h) from the main specs s
1768 static struct spec_list *specs = (struct spec_list *) 0; variable in typeref:struct:spec_list
2310 char *specs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 336 When -b is used, the value comes from the `specs' file. */
457 /* The Specs Language
459 Specs are strings containing lines, each of which (if not blank)
466 In addition, the specs can contain %-sequences to substitute variable text
542 %o is for use in the specs for running the linker.
650 %(Spec) processes a specification defined in a specs file as *Spec:
688 /* Define the macros used for specs %a, %l, %L, %S, %C, %1. */
1231 /* Standard options to cpp, cc1, and as, to reduce duplication in specs.
1233 but we need to copy them to the specs file so that newer versions
1238 call cc1 (or cc1obj in objc/lang-specs.h) from the main specs s
1758 static struct spec_list *specs = (struct spec_list *) 0; variable in typeref:struct:spec_list
2299 char *specs; local
    [all...]

Completed in 72 milliseconds

1 2