Home
last modified time | relevance | path

Searched refs:Extent (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dspan22 template <class ElementType, size_t Extent = dynamic_extent>
25 template<class ElementType, size_t Extent>
26 inline constexpr bool ranges::enable_borrowed_range<span<ElementType, Extent>> = true;
29 template <class ElementType, size_t Extent>
30 span<const byte, ((Extent == dynamic_extent) ? dynamic_extent :
31 (sizeof(ElementType) * Extent))> as_bytes(span<ElementType, Extent> s) noexcept;
33 template <class ElementType, size_t Extent>
34 span< byte, ((Extent == dynamic_extent) ? dynamic_extent :
35 (sizeof(ElementType) * Extent))> as_writable_bytes(span<ElementType, Extent> s) noexcept;
38 template <class ElementType, size_t Extent = dynamic_extent>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicExtent.h39 DefinedOrUnknownSVal Extent, SValBuilder &SVB);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinioctl.d621 struct Extent {
625 Extent _Extents;
627 Extent* Extents() return { return &_Extents; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local
472 LocBegin = std::min(LocBegin, Extent.first); in encodeInlineLineTable()
473 LocEnd = std::max(LocEnd, Extent.second); in encodeInlineLineTable()
/netbsd-src/sys/conf/
H A Dfilesystems.config10 file-system EFS # Silicon Graphics Extent File System
/netbsd-src/sys/arch/amd64/conf/
H A DMODULAR50 -no file-system EFS # Silicon Graphics Extent File System
H A DALL192 file-system EFS # Silicon Graphics Extent File System
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp870 SVal Extent = Top->getMemRegionManager().getStaticSize(Top, SVB); in collectSubRegionBindings() local
872 Extent.getAs<nonloc::ConcreteInt>()) { in collectSubRegionBindings()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst44 to produce less bindings in the store). Extent of this array would represent
/netbsd-src/external/gpl2/lvm2/dist/po/
H A Dlvm2.po2199 msgid "Extent size must be between %s and %s"
2204 msgid "Extent size must be multiple of %s"
2208 msgid "Extent size must be power of 2"
6434 msgid "Extent number dm_snprintf failed"
7271 msgid "Extent sizes differ: %d (%s) and %d (%s)"
/netbsd-src/external/gpl2/groff/dist/contrib/groffer/
H A DChangeLog469 - `-V': Extent the `groff' output of -V by `groffer' specific
/netbsd-src/sys/arch/i386/conf/
H A DALL179 file-system EFS # Silicon Graphics Extent File System
/netbsd-src/external/bsd/am-utils/dist/doc/
H A Dam-utils.texi3430 type, such as IRIX, that comes with EFS (Extent File System) and XFS
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201312278 * macrotab.h (struct macro_source_file): Extent the filename field
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201312278 * macrotab.h (struct macro_source_file): Extent the filename field
/netbsd-src/share/terminfo/
H A Dterminfo24807 # SEE Select Editing Extent \E [ Ps Q 0 - - (Y)
25031 # (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).