Searched refs:Extent (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | span | 22 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 D | DynamicExtent.h | 39 DefinedOrUnknownSVal Extent, SValBuilder &SVB);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winioctl.d | 621 struct Extent { 625 Extent _Extents; 627 Extent* Extents() return { return &_Extents; }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 471 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 D | filesystems.config | 10 file-system EFS # Silicon Graphics Extent File System
|
/netbsd-src/sys/arch/amd64/conf/ |
H A D | MODULAR | 50 -no file-system EFS # Silicon Graphics Extent File System
|
H A D | ALL | 192 file-system EFS # Silicon Graphics Extent File System
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 870 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 D | InitializerLists.rst | 44 to produce less bindings in the store). Extent of this array would represent
|
/netbsd-src/external/gpl2/lvm2/dist/po/ |
H A D | lvm2.po | 2199 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 D | ChangeLog | 469 - `-V': Extent the `groff' output of -V by `groffer' specific
|
/netbsd-src/sys/arch/i386/conf/ |
H A D | ALL | 179 file-system EFS # Silicon Graphics Extent File System
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | am-utils.texi | 3430 type, such as IRIX, that comes with EFS (Extent File System) and XFS
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2013 | 12278 * macrotab.h (struct macro_source_file): Extent the filename field
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2013 | 12278 * macrotab.h (struct macro_source_file): Extent the filename field
|
/netbsd-src/share/terminfo/ |
H A D | terminfo | 24807 # SEE Select Editing Extent \E [ Ps Q 0 - - (Y) 25031 # (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
|