Home
last modified time | relevance | path

Searched refs:spec (Results 176 – 200 of 1653) sorted by relevance

12345678910>>...67

/netbsd/external/gpl2/lvm2/dist/libdm/ioctl/
H A Dlibdm-iface.c421 struct dm_target_spec_v1 *spec; in _unmarshal_status_v1() local
427 (uint64_t) spec->length, in _unmarshal_status_v1()
428 spec->target_type, in _unmarshal_status_v1()
429 outptr + sizeof(*spec))) { in _unmarshal_status_v1()
433 outptr = outbuf + spec->next; in _unmarshal_status_v1()
909 struct dm_target_spec *spec; in _unmarshal_status() local
912 spec = (struct dm_target_spec *) outptr; in _unmarshal_status()
914 spec->length, in _unmarshal_status()
915 spec->target_type, in _unmarshal_status()
916 outptr + sizeof(*spec))) { in _unmarshal_status()
[all …]
H A Dlibdm-nbsd-iface.c354 struct dm_target_spec *spec; in _unmarshal_status() local
357 spec = (struct dm_target_spec *) outptr; in _unmarshal_status()
358 if (!dm_task_add_target(dmt, spec->sector_start, in _unmarshal_status()
359 spec->length, in _unmarshal_status()
360 spec->target_type, in _unmarshal_status()
361 outptr + sizeof(*spec))) { in _unmarshal_status()
365 outptr = outbuf + spec->next; in _unmarshal_status()
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc110 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks() argument
118 if (spec[0] == '-') { in FindBenchmarks()
119 spec.replace(0, 1, ""); in FindBenchmarks()
122 if (!re.Init(spec, &error_msg)) { in FindBenchmarks()
151 if (spec == ".") benchmarks->reserve(family_size); in FindBenchmarks()
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc110 std::string spec, std::vector<Benchmark::Instance>* benchmarks, in FindBenchmarks() argument
118 if(spec[0] == '-') { in FindBenchmarks()
119 spec.replace(0, 1, ""); in FindBenchmarks()
122 if (!re.Init(spec, &error_msg)) { in FindBenchmarks()
151 if (spec == ".") benchmarks->reserve(family_size); in FindBenchmarks()
H A Dbenchmark.cc495 std::string spec = FLAGS_benchmark_filter; in RunSpecifiedBenchmarks() local
496 if (spec.empty() || spec == "all") in RunSpecifiedBenchmarks()
497 spec = "."; // Regexp that matches all benchmarks in RunSpecifiedBenchmarks()
534 if (!FindBenchmarksInternal(spec, &benchmarks, &Err)) return 0; in RunSpecifiedBenchmarks()
537 Err << "Failed to match any benchmarks against regex: " << spec << "\n"; in RunSpecifiedBenchmarks()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp446 if (spec->isExplicitSpecialization() && in shouldConsiderTemplateVisibility()
497 if (spec->isExplicitSpecialization() && in shouldConsiderTemplateVisibility()
542 if (FunctionTemplateSpecializationInfo *spec in useInlineVisibilityHidden() local
544 TSK = spec->getTemplateSpecializationKind(); in useInlineVisibilityHidden()
803 mergeTemplateLV(LV, spec, computation); in getLVForNamespaceScopeDecl()
857 mergeTemplateLV(LV, spec, computation); in getLVForNamespaceScopeDecl()
989 if (spec->isExplicitSpecialization()) { in getLVForClassMember()
1000 mergeTemplateLV(LV, spec, computation); in getLVForClassMember()
1001 if (spec->isExplicitSpecialization()) { in getLVForClassMember()
1002 explicitSpecSuppressor = spec; in getLVForClassMember()
[all …]
/netbsd/usr.bin/hexdump/
H A Dparse.c163 static const char *spec = ".#-+ 0123456789"; variable
186 while (strchr(spec + 1, *++fmt)); in size()
256 for (++p1; *p1 && strchr(spec, *p1); ++p1); in rewrite()
259 while (*++p1 && strchr(spec + 1, *p1)); in rewrite()
/netbsd/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
H A DMETA.yml21 meta-spec:
22 url: http://module-build.sourceforge.net/META-spec-v1.4.html
/netbsd/games/monop/
H A Dcards.c284 spec = TRUE; in get_card()
288 spec = TRUE; in get_card()
334 spec = FALSE; in get_card()
/netbsd/crypto/external/cpl/trousers/dist/
H A Dconfigure.ac88 # strict spec compliance
89 AC_ARG_ENABLE(strict-spec-compliance,
90 …[AC_HELP_STRING([--enable-strict-spec-compliance], [build TrouSerS as strictly spec compliant [def…
93 AC_MSG_RESULT([*** Enabling spec compliance at user request ***])],)
142 AC_MSG_ERROR([Popups must be enabled in strict spec compliance mode])
393 dist/fedora/trousers.spec \
394 dist/trousers.spec \
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c71 dtrace_xstr2desc(dtrace_hdl_t *dtp, dtrace_probespec_t spec, in dtrace_xstr2desc() argument
79 if (spec < DTRACE_PROBESPEC_NONE || spec > DTRACE_PROBESPEC_NAME) in dtrace_xstr2desc()
151 if (spec == DTRACE_PROBESPEC_NONE) in dtrace_xstr2desc()
154 if (len + vlen >= dtrace_probespecs[spec].dtps_len) in dtrace_xstr2desc()
157 off = dtrace_probespecs[spec--].dtps_offset; in dtrace_xstr2desc()
168 dtrace_str2desc(dtrace_hdl_t *dtp, dtrace_probespec_t spec, in dtrace_str2desc() argument
171 return (dtrace_xstr2desc(dtp, spec, s, 0, NULL, pdp)); in dtrace_str2desc()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clvfsops.c756 char *delimp, *hostp, *spec; in nfs_mount_parse_from() local
768 if (*spec == '[' && (delimp = strchr(spec + 1, ']')) != NULL && in nfs_mount_parse_from()
770 hostp = spec + 1; in nfs_mount_parse_from()
771 spec = delimp + 2; in nfs_mount_parse_from()
774 hostp = spec; in nfs_mount_parse_from()
775 spec = delimp + 1; in nfs_mount_parse_from()
791 for (speclen = strlen(spec); in nfs_mount_parse_from()
792 speclen > 1 && spec[speclen - 1] == '/'; in nfs_mount_parse_from()
794 spec[speclen - 1] = '\0'; in nfs_mount_parse_from()
809 memmove(nam + len + offset, spec, speclen); in nfs_mount_parse_from()
[all …]
/netbsd/sys/dev/ic/
H A Dmalo.c1949 struct malo_hw_spec *spec; in malo_cmd_get_spec() local
1952 hdr->size = htole16(sizeof(*hdr) + sizeof(*spec)); in malo_cmd_get_spec()
1955 spec = (struct malo_hw_spec *)(hdr + 1); in malo_cmd_get_spec()
1957 memset(spec, 0, sizeof(*spec)); in malo_cmd_get_spec()
1958 memset(spec->PermanentAddress, 0xff, ETHER_ADDR_LEN); in malo_cmd_get_spec()
1959 spec->CookiePtr = htole32(sc->sc_cookie_dmaaddr); in malo_cmd_get_spec()
1970 htole32(spec->FWReleaseNumber), htole16(spec->NumOfWCB), in malo_cmd_get_spec()
1971 htole16(spec->NumOfMCastAdr), htole16(spec->RegionCode), in malo_cmd_get_spec()
1972 htole16(spec->NumberOfAntenna)); in malo_cmd_get_spec()
1979 malo_mem_write4(sc, le32toh(spec->WcbBase0) & 0xffff, in malo_cmd_get_spec()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1504 const OnCallSpec<F>* spec = static_cast<const OnCallSpec<F>*>(*it); in FindOnCallSpec() local
1505 if (spec->Matches(args)) in FindOnCallSpec()
1506 return spec; in FindOnCallSpec()
1521 const OnCallSpec<F>* const spec = in PerformDefaultAction() local
1523 if (spec != nullptr) { in PerformDefaultAction()
1524 return spec->GetAction().Perform(std::move(args)); in PerformDefaultAction()
1657 const OnCallSpec<F>* const spec = FindOnCallSpec(args); in DescribeDefaultActionTo() local
1659 if (spec == nullptr) { in DescribeDefaultActionTo()
1664 << FormatFileLocation(spec->file(), spec->line()) << "\n"; in DescribeDefaultActionTo()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc1598 elt.spec = spec; in register_specialization()
2004 gcc_assert (entry->spec == spec || entry->spec == new_spec); in reregister_specialization()
2790 spec)) in warn_spec_missing_attributes()
13113 spec = copy_node (spec); in extract_locals_r()
13124 spec = process_outer_var_ref (spec, complain); in extract_locals_r()
14512 spec = CLASSTYPE_TI_TEMPLATE (spec); in tsubst_template_decl()
15052 if (spec) in tsubst_decl()
15078 r = spec; in tsubst_decl()
26316 if ((!spec || UNEVALUATED_NOEXCEPT_SPEC_P (spec)) in maybe_instantiate_noexcept()
26329 if (!spec || !TREE_PURPOSE (spec)) in maybe_instantiate_noexcept()
[all …]
H A Dtypeck2.c2505 tree core = spec; in add_exception_specifier()
2509 if (spec == error_mark_node) in add_exception_specifier()
2547 if (same_type_p (TREE_VALUE (probe), spec)) in add_exception_specifier()
2550 list = tree_cons (NULL_TREE, spec, list); in add_exception_specifier()
2565 nothrow_spec_p_uninst (const_tree spec) in nothrow_spec_p_uninst() argument
2567 if (DEFERRED_NOEXCEPT_SPEC_P (spec)) in nothrow_spec_p_uninst()
2569 return nothrow_spec_p (spec); in nothrow_spec_p_uninst()
2613 tree spec = TREE_VALUE (add); in merge_exception_specifiers() local
2622 spec = build_tree_list (NULL_TREE, spec); in merge_exception_specifiers()
2623 TREE_CHAIN (spec) = list; in merge_exception_specifiers()
[all …]
H A Dtypeck2.cc2471 tree core = spec; in add_exception_specifier()
2475 if (spec == error_mark_node) in add_exception_specifier()
2513 if (same_type_p (TREE_VALUE (probe), spec)) in add_exception_specifier()
2516 list = tree_cons (NULL_TREE, spec, list); in add_exception_specifier()
2531 nothrow_spec_p_uninst (const_tree spec) in nothrow_spec_p_uninst() argument
2533 if (DEFERRED_NOEXCEPT_SPEC_P (spec)) in nothrow_spec_p_uninst()
2535 return nothrow_spec_p (spec); in nothrow_spec_p_uninst()
2579 tree spec = TREE_VALUE (add); in merge_exception_specifiers() local
2588 spec = build_tree_list (NULL_TREE, spec); in merge_exception_specifiers()
2589 TREE_CHAIN (spec) = list; in merge_exception_specifiers()
[all …]
H A Dpt.c109 tree spec; member
1574 elt.spec = spec; in register_specialization()
1976 gcc_assert (entry->spec == spec || entry->spec == new_spec); in reregister_specialization()
2752 spec)) in warn_spec_missing_attributes()
12778 spec = copy_node (spec); in extract_locals_r()
12789 spec = process_outer_var_ref (spec, complain); in extract_locals_r()
14111 spec = CLASSTYPE_TI_TEMPLATE (spec); in tsubst_template_decl()
14558 tree spec; in tsubst_decl() local
14652 if (spec) in tsubst_decl()
14688 r = spec; in tsubst_decl()
[all …]
/netbsd/external/gpl3/binutils/dist/libctf/
H A DMakefile.in311 DVIS = doc/ctf-spec.dvi
312 PDFS = doc/ctf-spec.pdf
313 PSS = doc/ctf-spec.ps
314 HTMLS = doc/ctf-spec.html
1025 @BUILD_INFO_TRUE@doc/ctf-spec.info: doc/ctf-spec.texi
1044 doc/ctf-spec.dvi: doc/ctf-spec.texi doc/$(am__dirstamp)
1050 doc/ctf-spec.pdf: doc/ctf-spec.texi doc/$(am__dirstamp)
1056 doc/ctf-spec.html: doc/ctf-spec.texi doc/$(am__dirstamp)
1146 -rm -rf doc/ctf-spec.t2d doc/ctf-spec.t2p
1150 || rm -rf doc/ctf-spec.dvi doc/ctf-spec.pdf doc/ctf-spec.ps doc/ctf-spec.html
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2505 tree core = spec; in add_exception_specifier()
2509 if (spec == error_mark_node) in add_exception_specifier()
2547 if (same_type_p (TREE_VALUE (probe), spec)) in add_exception_specifier()
2550 list = tree_cons (NULL_TREE, spec, list); in add_exception_specifier()
2565 nothrow_spec_p_uninst (const_tree spec) in nothrow_spec_p_uninst() argument
2567 if (DEFERRED_NOEXCEPT_SPEC_P (spec)) in nothrow_spec_p_uninst()
2569 return nothrow_spec_p (spec); in nothrow_spec_p_uninst()
2613 tree spec = TREE_VALUE (add); in merge_exception_specifiers() local
2622 spec = build_tree_list (NULL_TREE, spec); in merge_exception_specifiers()
2623 TREE_CHAIN (spec) = list; in merge_exception_specifiers()
[all …]
H A Dpt.c109 tree spec; member
1574 elt.spec = spec; in register_specialization()
1976 gcc_assert (entry->spec == spec || entry->spec == new_spec); in reregister_specialization()
2752 spec)) in warn_spec_missing_attributes()
12778 spec = copy_node (spec); in extract_locals_r()
12789 spec = process_outer_var_ref (spec, complain); in extract_locals_r()
14111 spec = CLASSTYPE_TI_TEMPLATE (spec); in tsubst_template_decl()
14558 tree spec; in tsubst_decl() local
14652 if (spec) in tsubst_decl()
14688 r = spec; in tsubst_decl()
[all …]
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexec.c300 exdo(range, spec) in exdo() argument
302 chainp spec;
315 np = spec->chain.datap;
343 for(i=0 , cp = spec->chain.nextp ; cp!=NULL && i<3 ; cp = cp->chain.nextp)
353 frchain(&spec);
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.c1285 char *spec; in check_deps_environment_vars() local
1287 spec = getenv ("DEPENDENCIES_OUTPUT"); in check_deps_environment_vars()
1288 if (spec) in check_deps_environment_vars()
1292 spec = getenv ("SUNPRO_DEPENDENCIES"); in check_deps_environment_vars()
1293 if (spec) in check_deps_environment_vars()
1300 if (spec) in check_deps_environment_vars()
1303 char *s = strchr (spec, ' '); in check_deps_environment_vars()
1313 deps_file = spec; in check_deps_environment_vars()
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1285 char *spec; in check_deps_environment_vars() local
1287 spec = getenv ("DEPENDENCIES_OUTPUT"); in check_deps_environment_vars()
1288 if (spec) in check_deps_environment_vars()
1292 spec = getenv ("SUNPRO_DEPENDENCIES"); in check_deps_environment_vars()
1293 if (spec) in check_deps_environment_vars()
1300 if (spec) in check_deps_environment_vars()
1303 char *s = strchr (spec, ' '); in check_deps_environment_vars()
1313 deps_file = spec; in check_deps_environment_vars()
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp183 tfont_spec(const tfont_spec &spec) { *this = spec; } in tfont_spec() argument
254 if (*p == spec) in make_tfont()
256 return new tfont(spec); in make_tfont()
273 spec.is_bold = 1; in get_tfont()
278 spec.is_bold = 1; in get_tfont()
464 if (fm == spec.fm in operator ==()
465 && size == spec.size in operator ==()
467 && name == spec.name in operator ==()
471 ? (spec.is_bold && bold_offset == spec.bold_offset) in operator ==()
472 : !spec.is_bold) in operator ==()
[all …]

12345678910>>...67