Searched defs:Extents (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | angletypes.h | 36 struct Extents struct 38 Extents() : width(0), height(0), depth(0) {} in Extents() argument 39 Extents(T width_, T height_, T depth_) : width(width_), height(height_), depth(depth_) {} in Extents() function 42 Extents &operator=(const Extents &other) = default; argument 64 inline bool operator==(const Extents<T> &lhs, const Extents<T> &rhs) argument 218 using Extents = angle::Extents<int>; variable
|
H A D | cl_types.h | 73 using Extents = angle::Extents<size_t>; variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ntddvol.h | 118 DISK_EXTENT Extents[1]; member
|
D | winioctl.h | 1387 } Extents[1]; member 2352 DISK_EXTENT Extents[1]; member
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | HfsHandler.cpp | 46 CRecordVector<CExtent> Extents; member 54 CRecordVector<CExtent> Extents; member
|
H A D | ApfsHandler.cpp | 1379 CRecordVector<CExtent> Extents; member 1478 CRecordVector<CExtent> Extents; member
|
H A D | VmdkHandler.cpp | 264 CObjectVector<CExtentInfo> Extents; member
|
H A D | LpHandler.cpp | 489 CRecordVector<CExtent> Extents; variable
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/ |
H A D | UdfIn.h | 346 CRecordVector<CMyExtent> Extents; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | ntifs.h | 3501 } Extents[1]; member
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 185512 pub Extents: [RETRIEVAL_POINTERS_BUFFER__bindgen_ty_1; 1usize], field 185608 pub Extents: [RETRIEVAL_POINTERS_AND_REFCOUNT_BUFFER__bindgen_ty_1; 1usize], field 186870 pub Extents: [USN_RECORD_EXTENT; 1usize], field 199596 pub Extents: [DISK_EXTENT; 1usize], field
|