Home
last modified time | relevance | path

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

1234

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDspan2 //===------------------------------ span ---------------------------------===//
14 span synopsis
21 // [views.span], class template span
23 class span;
25 // [span.objectrep], views of object representation
27 span<const byte, ((Extent == dynamic_extent) ? dynamic_extent :
28 (sizeof(ElementType) * Extent))> as_bytes(span<ElementType, Extent> s) noexcept;
31 span< byte, ((Extent == dynamic_extent) ? dynamic_extent :
32 (sizeof(ElementType) * Extent))> as_writable_bytes(span<ElementType, Extent> s) noexcept;
37 class span {
[all …]
/freebsd-11-stable/sys/dev/mrsas/
HDmrsas_fp.c90 MR_LdSpanArrayGet(u_int32_t ld, u_int32_t span,
97 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span,
126 get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span,
205 MR_LdSpanArrayGet(u_int32_t ld, u_int32_t span, MR_DRV_RAID_MAP_ALL * map) in MR_LdSpanArrayGet() argument
207 return map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef; in MR_LdSpanArrayGet()
235 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, MR_DRV_RAID_MAP_ALL * map) in MR_LdSpanPtrGet() argument
237 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet()
590 u_int8_t span; in getSpanInfo() local
605 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo()
606 printf("Span=%x, number of quads=%x\n", span, in getSpanInfo()
[all …]
/freebsd-11-stable/usr.sbin/bsdinstall/distextract/
HDdistextract.c71 size_t span; in main() local
98 span = strcspn(distributions, "\t\n\v\f\r "); in main()
99 if (span < 1) { /* currently on whitespace */ in main()
117 if ((dist->path = malloc(span + 1)) == NULL) in main()
119 snprintf(dist->path, span + 1, "%s", distributions); 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()
[all …]
/freebsd-11-stable/usr.sbin/mlxcontrol/
HDconfig.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-11-stable/contrib/mdocml/
HDmandoc.css44 span.Nd { }
127 span.RsA { }
129 span.RsC { }
130 span.RsD { }
133 span.RsN { }
134 span.RsO { }
135 span.RsP { }
136 span.RsQ { }
137 span.RsR { }
138 span.RsT { text-decoration: underline; }
[all …]
HDtbl.c151 struct tbl_span *span; in tbl_span() local
154 span = tbl->current_span ? tbl->current_span->next in tbl_span()
156 if (span) in tbl_span()
157 tbl->current_span = span; in tbl_span()
158 return span; in tbl_span()
HDtree.c166 if (n->span) { in print_mdoc()
168 print_span(n->span, indent); in print_mdoc()
274 if (n->span) { in print_man()
276 print_span(n->span, indent); in print_man()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_sched.cpp340 ST span; in __kmp_for_static_init() local
344 span = chunk * incr; in __kmp_for_static_init()
345 *pstride = span * nth; in __kmp_for_static_init()
346 *plower = *plower + (span * tid); in __kmp_for_static_init()
347 *pupper = *plower + span - incr; in __kmp_for_static_init()
355 UT span = (trip_count + nth - 1) / nth; in __kmp_for_static_init() local
358 chunk = (span + chunk - 1) & ~(chunk - 1); in __kmp_for_static_init()
360 span = chunk * incr; in __kmp_for_static_init()
361 *plower = *plower + (span * tid); in __kmp_for_static_init()
362 *pupper = *plower + span - incr; in __kmp_for_static_init()
[all …]
/freebsd-11-stable/share/examples/
HDMakefile134 ppp/ppp.conf.span-isp \
135 ppp/ppp.conf.span-isp.working \
137 ppp/ppp.linkdown.span-isp \
138 ppp/ppp.linkdown.span-isp.working \
140 ppp/ppp.linkup.span-isp \
141 ppp/ppp.linkup.span-isp.working \
143 ppp/ppp.secret.span-isp \
144 ppp/ppp.secret.span-isp.working \
/freebsd-11-stable/contrib/libxo/doc/_static/
HDbasic.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-11-stable/usr.sbin/mfiutil/
HDmfi_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()
HDmfi_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-11-stable/share/examples/ppp/
HDppp.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.
HDppp.secret.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
HDppp.secret.span-isp.working3 # This is a working example of ppp.secret.span-isp that uses ppp connections
HDppp.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
HDppp.linkup.span-isp.working3 # This is a working example of ppp.linkup.span-isp that uses ppp connections
HDppp.linkup.span-isp3 # Refer to ppp.conf.span-isp for a description of what this file is for.
HDppp.linkdown.span-isp.working3 # This is a working example of ppp.linkdown.span-isp that uses ppp connections
/freebsd-11-stable/contrib/ntp/libparse/
HDclk_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-11-stable/contrib/binutils/binutils/
HDsysdump.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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdmu_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-11-stable/usr.bin/ministat/
HDministat.c264 double span; member
303 pl->span = pl->max - pl->min; in AdjPlot()
304 pl->dx = pl->span / (pl->width - 1.0); in AdjPlot()
326 if (pl->span == 0) in PlotSet()
395 if (pl->span == 0) { in DumpPlot()
/freebsd-11-stable/contrib/lua/doc/
HDmanual.css10 span.apii {
/freebsd-11-stable/contrib/binutils/bfd/
HDtekhex.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