Searched refs:Src (Results 1 – 1 of 1) sorted by relevance
78 typename Src,81 , typename = std::enable_if_t<KALLOC_TYPE_IS_DATA_ONLY(Src) && KALLOC_TYPE_IS_DATA_ONLY(Dst)>86 : (Count * sizeof(Src)) / sizeof(Dst)>87 reinterpret_span_cast( std::span<Src, Count> src ) in reinterpret_span_cast() argument98 if constexpr ((sizeof(Src) < sizeof(Dst)) || (sizeof(Src) % sizeof(Dst) != 0)) { in reinterpret_span_cast()99 if (__builtin_expect(((src.size() * sizeof(Src)) % sizeof(Dst) != 0), 0)) { in reinterpret_span_cast()108 static_assert((Count * sizeof(Src)) % sizeof(Dst) == 0, in reinterpret_span_cast()114 : (Count * sizeof(Src)) / sizeof(Dst)>; in reinterpret_span_cast()118 (src.size() * sizeof(Src)) / sizeof(Dst) in reinterpret_span_cast()