Home
last modified time | relevance | path

Searched refs:span (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dspan21 // [views.span], class template span
77 // [span.sub], span subviews
89 // [span.obs], span observers
94 // [span.elem], span element access
100 // [span.iterators], span iterator support
112 span(T (&)[N]) -> span<T, N>;
115 span(array<T, N>&) -> span<T, N>;
118 span(const array<T, N>&) -> span<const T, N>;
358 // [span.iter], span iterator support
521 // [span.iter], span iterator support
[all …]
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas_fp.c230 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
601 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo()
626 for (span = 0; span < raid->spanDepth; span++) { in getSpanInfo()
679 for (span = 0; span < raid->spanDepth; span++) in mr_spanset_get_span_block()
745 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) in get_row_from_strip()
798 for (span = 0; span < raid->spanDepth; span++) in get_strip_from_row()
858 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) in get_arm_from_strip()
1237 for (span = 0; span < raid->spanDepth; span++) { in mr_update_span_set()
1685 span = 0; in MR_GetPhyParams()
1758 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock()
[all …]
/freebsd-13.1/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c71 size_t span; in main() local
98 span = strcspn(distributions, "\t\n\v\f\r "); in main()
117 if ((dist->path = malloc(span + 1)) == NULL) in main()
120 dist->path[span] = '\0'; in main()
134 distributions += span; in main()
199 size_t span; in count_files() local
214 span = strcspn(p, "\t") ; in count_files()
215 if (span < 1 || strncmp(p, file, span) != 0) in count_files()
222 span = strcspn(p += span + (*p != '\0' ? 1 : 0), "\t"); in count_files()
223 span = strcspn(p += span + (*p != '\0' ? 1 : 0), "\t"); in count_files()
[all …]
/freebsd-13.1/usr.sbin/mlxcontrol/
H A Dconfig.c44 static void print_span(struct mlx_sys_drv_span *span, int arms);
92 print_span(struct mlx_sys_drv_span *span, int arms) in print_span() argument
96 …printf("0x%08x-0x%08x %uMB on", span->sp_start_lba, span->sp_start_lba + span->sp_nblks, span->sp_… in print_span()
98 printf(" disk%02d%02d", span->sp_arm[i] >> 4, span->sp_arm[i] & 0x0f); in print_span()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp349 ST span; in __kmp_for_static_init() local
356 span = chunk * incr; in __kmp_for_static_init()
366 *pstride = span * nth; in __kmp_for_static_init()
382 span = chunk * incr; in __kmp_for_static_init()
647 ST span; in __kmp_dist_for_static_init() local
650 span = chunk * incr; in __kmp_dist_for_static_init()
651 *pstride = span * nth; in __kmp_dist_for_static_init()
702 ST span; in __kmp_team_static_init() local
763 span = chunk * incr; in __kmp_team_static_init()
764 *p_st = span * nteams; in __kmp_team_static_init()
[all …]
/freebsd-13.1/contrib/mandoc/
H A Dtbl.c156 struct tbl_span *span; in tbl_span() local
158 span = tbl->current_span ? tbl->current_span->next in tbl_span()
160 if (span != NULL) in tbl_span()
161 tbl->current_span = span; in tbl_span()
162 return span; in tbl_span()
H A Dtree.c172 if (n->span) { in print_mdoc()
174 print_span(n->span, indent); in print_mdoc()
286 if (n->span) { in print_man()
288 print_span(n->span, indent); in print_man()
/freebsd-13.1/share/examples/
H A DMakefile241 ppp.conf.span-isp \
242 ppp.conf.span-isp.working \
244 ppp.linkdown.span-isp \
245 ppp.linkdown.span-isp.working \
247 ppp.linkup.span-isp \
248 ppp.linkup.span-isp.working \
250 ppp.secret.span-isp \
251 ppp.secret.span-isp.working
/freebsd-13.1/contrib/libfido2/man/
H A Ddyc.css7 span.Pa, span.Ad { font-style: italic; }
8 span.Ms { font-weight: bold; }
H A Dstyle.css20 span.Pa, span.Ad { font-style: italic; }
21 span.Ms { font-weight: bold; }
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h26 template <typename T, std::size_t Extent = dynamic_extent> class span {
41 constexpr span() noexcept = default;
42 constexpr span(T *first, size_type count) noexcept in span() function
46 constexpr span(T (&arr)[N]) noexcept : Data(&arr[0]), Size(N) {} in span() function
H A Dexecutor_address.h150 template <typename T> span<T> toSpan() const { in toSpan()
153 return span<T>(StartAddress.toPtr<T *>(), size().getValue() / sizeof(T)); in toSpan()
/freebsd-13.1/contrib/libxo/doc/_static/
H A Dbasic.css_t137 span.linkdescr {
344 table caption span.caption-number {
348 table caption span.caption-text {
397 div.figure p.caption span.caption-number {
401 div.figure p.caption span.caption-text {
533 span.pre {
568 div.code-block-caption span.caption-number {
573 div.code-block-caption span.caption-text {
627 span.eqno {
631 span.eqno a.headerlink {
/freebsd-13.1/usr.sbin/mfiutil/
H A Dmfi_foreign.c172 humanize_number(size, sizeof(size), ld->span[0].num_blocks * 512, in foreign_show_cfg()
185 printf(" array %u @ ", ld->span[j].array_ref); in foreign_show_cfg()
186 humanize_number(size, sizeof(size), ld->span[j].num_blocks * 512, in foreign_show_cfg()
190 ar_list = (char *)config->array + (ld->span[j].array_ref * config->array_size); in foreign_show_cfg()
H A Dmfi_config.c540 ld->span[i].start_block = 0; in build_volume()
541 ld->span[i].num_blocks = ar->size; in build_volume()
542 ld->span[i].array_ref = ar->array_ref; in build_volume()
1019 ld->span[i].array_ref); in add_spare()
1181 printf(" array %u @ ", ld->span[j].array_ref); in dump_config()
1183 (uintmax_t)ld->span[j].start_block, in dump_config()
1184 (uintmax_t)ld->span[j].num_blocks); in dump_config()
/freebsd-13.1/share/examples/ppp/
H A Dppp.conf.span-isp32 # There is a working example in ppp.*.span-isp.working that can be tested
77 # resulting in the vpn* profiles being called from ppp.linkup.span-isp.
93 # from ppp.linkup (see ppp.linkup.span-isp) for each link. We also remove
94 # the link from ppp.linkdown (see ppp.linkdown.span-isp). This is necessary
137 # ppp.linkup.span-isp).
181 # requires the contents of ppp.secret.span-isp.
H A Dppp.secret.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
H A Dppp.secret.span-isp.working3 # This is a working example of ppp.secret.span-isp that uses ppp connections
H A Dppp.linkup.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
H A Dppp.linkup.span-isp.working3 # This is a working example of ppp.linkup.span-isp that uses ppp connections
H A Dppp.linkdown.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_diff.c127 uint64_t span = DBP_SPAN(dnp, zb->zb_level); in diff_cb() local
128 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; in diff_cb()
131 dnobj + (span >> DNODE_SHIFT) - 1); in diff_cb()
/freebsd-13.1/contrib/ntp/libparse/
H A Dclk_rawdcf.c408 unsigned int i, lowmax, highmax, cutoff, span; in cvt_rawdcf() local
510 span = cutoff = lowmax; in cvt_rawdcf()
516 span = i; in cvt_rawdcf()
521 span = i; in cvt_rawdcf()
525 cutoff = (cutoff + span) / 2; in cvt_rawdcf()
/freebsd-13.1/usr.bin/ministat/
H A Dministat.c288 double span; member
327 pl->span = pl->max - pl->min; in AdjPlot()
328 pl->dx = pl->span / (pl->width - 1.0); in AdjPlot()
352 if (pl->span == 0) in PlotSet()
430 if (pl->span == 0) { in DumpPlot()
/freebsd-13.1/contrib/lua/doc/
H A Dmanual.css10 span.apii {

1234