Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/libc++/include/
H A Dspan22 // [views.span], class template span
73 // [span.sub], span subviews
85 // [span.obs], span observers
90 // [span.elem], span element access
95 // [span.iterators], span iterator support
111 span(T (&)[N]) -> span<T, N>;
114 span(array<T, N>&) -> span<T, N>;
117 span(const array<T, N>&) -> span<const T, N>;
331 // [span.iter], span iterator support
496 // [span.iter], span iterator support
[all …]
/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas_fp.c237 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
605 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo()
630 for (span = 0; span < raid->spanDepth; span++) { in getSpanInfo()
683 for (span = 0; span < raid->spanDepth; span++) in mr_spanset_get_span_block()
749 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) in get_row_from_strip()
803 for (span = 0; span < raid->spanDepth; span++) in get_strip_from_row()
863 for (span = 0, span_offset = 0; span < raid->spanDepth; span++) in get_arm_from_strip()
1245 for (span = 0; span < raid->spanDepth; span++) { in mr_update_span_set()
1691 span = 0; in MR_GetPhyParams()
1764 for (span = 0; span < raid->spanDepth; span++, pSpanBlock++) { in MR_GetSpanBlock()
[all …]
/freebsd-12.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-12.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-12.1/contrib/openmp/runtime/src/
H A Dkmp_sched.cpp312 ST span; in __kmp_for_static_init() local
316 span = chunk * incr; in __kmp_for_static_init()
317 *pstride = span * nth; in __kmp_for_static_init()
333 span = chunk * incr; in __kmp_for_static_init()
619 ST span; in __kmp_dist_for_static_init() local
622 span = chunk * incr; in __kmp_dist_for_static_init()
623 *pstride = span * nth; in __kmp_dist_for_static_init()
673 ST span; in __kmp_team_static_init() local
735 span = chunk * incr; in __kmp_team_static_init()
736 *p_st = span * nteams; in __kmp_team_static_init()
[all …]
/freebsd-12.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-12.1/share/examples/
H A DMakefile242 ppp.conf.span-isp \
243 ppp.conf.span-isp.working \
245 ppp.linkdown.span-isp \
246 ppp.linkdown.span-isp.working \
248 ppp.linkup.span-isp \
249 ppp.linkup.span-isp.working \
251 ppp.secret.span-isp \
252 ppp.secret.span-isp.working
/freebsd-12.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-12.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-12.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.conf.span-isp.working3 # This is a working example of ppp.conf.span-isp that uses ppp connections
28 # ppp.linkup.span-isp.working, you see three links. This is because inetd
H A Dppp.linkup.span-isp.working3 # This is a working example of ppp.linkup.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.linkdown.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
H A Dppp.linkdown.span-isp.working3 # This is a working example of ppp.linkdown.span-isp that uses ppp connections
/freebsd-12.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-12.1/contrib/binutils/binutils/
H A Dsysdump.c88 int span = 16; in dh() local
92 for (i = 0; i < size; i += span) in dh()
94 for (j = 0; j < span; j++) in dh()
102 for (j = 0; j < span && j + i < size; j++) in dh()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c145 uint64_t span = DBP_SPAN(dnp, zb->zb_level); in diff_cb() local
146 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; in diff_cb()
149 dnobj + (span >> DNODE_SHIFT) - 1); in diff_cb()
/freebsd-12.1/usr.bin/ministat/
H A Dministat.c282 double span; member
321 pl->span = pl->max - pl->min; in AdjPlot()
322 pl->dx = pl->span / (pl->width - 1.0); in AdjPlot()
344 if (pl->span == 0) in PlotSet()
413 if (pl->span == 0) { in DumpPlot()
/freebsd-12.1/contrib/lua/doc/
H A Dmanual.css10 span.apii {
/freebsd-12.1/contrib/binutils/bfd/
H A Dtekhex.c770 const int span = 32; in tekhex_write_object_contents() local
774 for (addr = 0; addr < CHUNK_MASK + 1; addr += span) in tekhex_write_object_contents()
779 for (low = 0; !need && low < span; low++) in tekhex_write_object_contents()
788 for (low = 0; low < span; low++) in tekhex_write_object_contents()

1234