/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | span | 14 span synopsis 35 // [views.span], class template span 37 class span; 40 inline constexpr bool ranges::enable_view<span<ElementType, Extent>> = true; 43 inline constexpr bool ranges::enable_borrowed_range<span<ElementType, Extent>> = true; 45 // [span.objectrep], views of object representation 47 span<const byte, ((Extent == dynamic_extent) ? dynamic_extent : 48 (sizeof(ElementType) * Extent))> as_bytes(span<ElementType, Extent> s) noexcept; 51 span< byte, ((Extent == dynamic_extent) ? dynamic_extent : 52 (sizeof(ElementType) * Extent))> as_writable_bytes(span<ElementType, Extent> s) noexcept; [all …]
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 87 MR_LdSpanArrayGet(u_int32_t ld, u_int32_t span, 94 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, 122 get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, 197 MR_LdSpanArrayGet(u_int32_t ld, u_int32_t span, MR_DRV_RAID_MAP_ALL * map) in MR_LdSpanArrayGet() argument 199 return le16toh(map->raidMap.ldSpanMap[ld].spanBlock[span].span.arrayRef); in MR_LdSpanArrayGet() 226 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, MR_DRV_RAID_MAP_ALL * map) in MR_LdSpanPtrGet() argument 228 return &map->raidMap.ldSpanMap[ld].spanBlock[span].span; in MR_LdSpanPtrGet() 584 u_int8_t span; in getSpanInfo() local 599 for (span = 0; span < raid->spanDepth; span++) in getSpanInfo() 600 printf("Span=%x, number of quads=%x\n", span, in getSpanInfo() [all …]
|
/freebsd/usr.sbin/mlxcontrol/ |
H A D | config.c | 42 static void print_span(struct mlx_sys_drv_span *span, int arms); 90 print_span(struct mlx_sys_drv_span *span, int arms) in print_span() argument 94 …printf("0x%08x-0x%08x %uMB on", span->sp_start_lba, span->sp_start_lba + span->sp_nblks, span->sp_… in print_span() 96 printf(" disk%02d%02d", span->sp_arm[i] >> 4, span->sp_arm[i] & 0x0f); in print_span()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | span.cppm |
|
/freebsd/usr.sbin/bsdinstall/distextract/ |
H A D | distextract.c | 181 size_t span; in count_files() local 197 span = strcspn(p, "\t") ; in count_files() 198 if (span < 1 || strncmp(p, file, span) != 0) in count_files() 205 span = strcspn(p += span + (*p != '\0' ? 1 : 0), "\t"); in count_files() 206 span = strcspn(p += span + (*p != '\0' ? 1 : 0), "\t"); in count_files() 207 if (span > 0) { in count_files()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | sar.c | 58 #define RTW89_SAR_SPAN_VALID(span) ((span)->subband_high) 70 /* Since 6GHz SAR subbands are not edge aligned, some cases span two SAR 92 const struct rtw89_sar_span *span = NULL; in rtw89_query_sar_config_common() 100 * to make first span as index 0 of the table. So, if center in rtw89_query_sar_config_common() 104 span = &rtw89_sar_overlapping_6ghz[idx]; in rtw89_query_sar_config_common() 107 if (span && RTW89_SAR_SPAN_VALID(span)) { in rtw89_query_sar_config_common() 108 subband_l = span->subband_low; in rtw89_query_sar_config_common() 109 subband_h = span in rtw89_query_sar_config_common() 51 RTW89_SAR_SPAN_VALID(span) global() argument 87 const struct rtw89_sar_span *span = NULL; rtw89_query_sar_config_common() local [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | adt.h | 27 template <typename T, std::size_t Extent = dynamic_extent> class span { 42 constexpr span() noexcept = default; 43 constexpr span(T *first, size_type count) noexcept in span() function 47 constexpr span(T (&arr)[N]) noexcept : Data(&arr[0]), Size(N) {} in span() function
|
H A D | macho_platform.cpp | 175 void add(span<RecordElement> Sec) { New.push_back(std::move(Sec)); } 186 std::invoke_result_t<ProcessSectionFunc, span<RecordElement>>>> 200 span<RecordElement>>>, in processNewSections() 239 bool removeIfPresent(std::vector<span<RecordElement>> &V, in removeIfPresent() 243 [RS = R.toSpan<RecordElement>()](const span<RecordElement> &E) { 253 std::vector<span<RecordElement>> Processed; 254 std::vector<span<RecordElement>> New; 262 span<char> DwarfSection; 263 span<char> CompactUnwindSection; 314 Error registerThreadDataSection(span<cons [all...] |
H A D | simple_packed_serialization.h | 284 /// Trivial span<T> -> SPSSequence<SPSElementTagT> serialization. 286 class TrivialSPSSequenceSerialization<SPSElementTagT, span<T>> { 374 /// Trivial serialization / deserialization for span<char> in serialize() 375 template <> class SPSSerializationTraits<SPSSequence<char>, span<const char>> { in serialize() 377 static size_t size(const span<const char> &S) { in serialize() 381 static bool serialize(SPSOutputBuffer &OB, const span<const char> &S) { in deserialize() 386 static bool deserialize(SPSInputBuffer &IB, span<const char> &S) { 390 S = span<const char>(IB.data(), Size);
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_sched.cpp | 362 ST span; in __kmp_for_static_init() local 370 span = chunk * incr; in __kmp_for_static_init() 372 *pstride = span * nchunks; in __kmp_for_static_init() 374 *plower = *plower + (span * tid); in __kmp_for_static_init() 375 *pupper = *plower + span - incr; in __kmp_for_static_init() 380 *pstride = span * nth; in __kmp_for_static_init() 381 *plower = *plower + (span * tid); in __kmp_for_static_init() 382 *pupper = *plower + span - incr; in __kmp_for_static_init() 392 UT span = (trip_count + nth - 1) / nth; in __kmp_for_static_init() local 395 chunk = (span + chunk - 1) & ~(chunk - 1); in __kmp_for_static_init() [all …]
|
/freebsd/contrib/mandoc/ |
H A D | tbl.c | 156 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 D | tree.c | 177 if (n->span) { in print_mdoc() 179 print_span(n->span, indent); in print_mdoc() 271 if (n->span) { in print_man() 273 print_span(n->span, indent); in print_man()
|
/freebsd/share/examples/ |
H A D | Makefile | 243 ppp.conf.span-isp \ 244 ppp.conf.span-isp.working \ 246 ppp.linkdown.span-isp \ 247 ppp.linkdown.span-isp.working \ 249 ppp.linkup.span-isp \ 250 ppp.linkup.span-isp.working \ 252 ppp.secret.span-isp \ 253 ppp.secret.span-isp.working
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | adt_test.cpp | 22 span<int> S; in TEST() 30 span<int> S(A); in TEST() 42 span<int> S(&A[0], 5); in TEST()
|
/freebsd/contrib/libfido2/man/ |
H A D | dyc.css | 7 span.Pa, span.Ad { font-style: italic; } 8 span.Ms { font-weight: bold; }
|
H A D | style.css | 20 span.Pa, span.Ad { font-style: italic; } 21 span.Ms { font-weight: bold; }
|
/freebsd/contrib/libxo/doc/_static/ |
H A D | basic.css_t | 137 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/usr.sbin/mfiutil/ |
H A D | mfi_foreign.c | 170 humanize_number(size, sizeof(size), ld->span[0].num_blocks * 512, in foreign_show_cfg() 183 printf(" array %u @ ", ld->span[j].array_ref); in foreign_show_cfg() 184 humanize_number(size, sizeof(size), ld->span[j].num_blocks * 512, in foreign_show_cfg() 188 ar_list = (char *)config->array + (ld->span[j].array_ref * config->array_size); in foreign_show_cfg()
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp | 31 # There is a working example in ppp.*.span-isp.working that can be tested 76 # resulting in the vpn* profiles being called from ppp.linkup.span-isp. 92 # from ppp.linkup (see ppp.linkup.span-isp) for each link. We also remove 93 # the link from ppp.linkdown (see ppp.linkdown.span-isp). This is necessary 136 # ppp.linkup.span-isp). 180 # requires the contents of ppp.secret.span-isp.
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_diff.c | 127 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/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | counted.h | 47 …iter_difference_t<_It> __count) noexcept(noexcept(span(std::to_address(__it), static_cast<size_t>(… in __go() 50 return span(std::to_address(__it), static_cast<size_t>(__count)); in __go()
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_rawdcf.c | 408 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/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | extents.h | 157 …_LIBCPP_HIDE_FROM_ABI constexpr __maybe_static_array([[maybe_unused]] const span<_Tp, _Size>& __va… 187 _LIBCPP_HIDE_FROM_ABI constexpr __maybe_static_array(const span<_Tp, _Size>& __vals) { 260 _LIBCPP_HIDE_FROM_ABI constexpr bool __are_representable_as(span<_From, _Size> __values) { 331 : __vals_(span(__exts)) { 334 …_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS(__mdspan_detail::__are_representable_as<index_type>(span(__ext… 343 _LIBCPP_HIDE_FROM_ABI constexpr extents(const span<_OtherIndexType, _Size>& __exts) noexcept
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 22 /// corresponds uses of a (possibly hardened) contatiner (e.g., `std::span`). 41 WARNING_CONTAINER_GADGET(SpanTwoParamConstructor) // Uses of `std::span(arg0, arg1)`
|
/freebsd/usr.bin/ministat/ |
H A D | ministat.c | 285 double span; member 324 pl->span = pl->max - pl->min; in AdjPlot() 325 pl->dx = pl->span / (pl->width - 1.0); in AdjPlot() 349 if (pl->span == 0) in PlotSet() 427 if (pl->span == 0) { in DumpPlot()
|