Home
last modified time | relevance | path

Searched refs:Hd (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dtypelist.h67 template<typename Hd, typename Typelist> in _GLIBCXX_VISIBILITY()
70 typedef Hd head; in _GLIBCXX_VISIBILITY()
149 struct apply_<Fn, chain<Hd, Tl> > in _GLIBCXX_VISIBILITY()
154 f.operator()(Hd()); in _GLIBCXX_VISIBILITY()
176 g.template operator()<Hd>(); in _GLIBCXX_VISIBILITY()
245 template<typename Hd> in _GLIBCXX_VISIBILITY()
251 template<typename Hd, typename Tl> in _GLIBCXX_VISIBILITY()
274 struct contains_<chain<Hd, Tl>, T> in _GLIBCXX_VISIBILITY()
306 include_hd = Pred<Hd>::value in _GLIBCXX_VISIBILITY()
319 template<typename Hd, typename Tl> in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dtypelist.h66 template<typename Hd, typename Typelist> in _GLIBCXX_VISIBILITY()
69 typedef Hd head; in _GLIBCXX_VISIBILITY()
137 struct apply_<Fn, chain<Hd, Tl> > in _GLIBCXX_VISIBILITY()
142 f.operator()(Hd()); in _GLIBCXX_VISIBILITY()
164 g.template operator()<Hd>(); in _GLIBCXX_VISIBILITY()
233 template<typename Hd> in _GLIBCXX_VISIBILITY()
239 template<typename Hd, typename Tl> in _GLIBCXX_VISIBILITY()
262 struct contains_<chain<Hd, Tl>, T> in _GLIBCXX_VISIBILITY()
294 include_hd = Pred<Hd>::value in _GLIBCXX_VISIBILITY()
307 template<typename Hd, typename Tl> in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/lib/libefivar/
H A Defivar-dp-format.c1783 HARDDRIVE_DEVICE_PATH *Hd; in DevPathToTextHardDrive() local
1785 Hd = DevPath; in DevPathToTextHardDrive()
1786 switch (Hd->SignatureType) { in DevPathToTextHardDrive()
1791 Hd->PartitionNumber, in DevPathToTextHardDrive()
1794 le32dec(&(Hd->Signature[0])) in DevPathToTextHardDrive()
1802 Hd->PartitionNumber, in DevPathToTextHardDrive()
1804 G(&(Hd->Signature[0])) in DevPathToTextHardDrive()
1812 Hd->PartitionNumber, in DevPathToTextHardDrive()
1813 Hd->SignatureType in DevPathToTextHardDrive()
1818 UefiDevicePathLibCatPrint (Str, "0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive()
H A Defivar-dp-parse.c2914 HARDDRIVE_DEVICE_PATH *Hd; in DevPathFromTextHD() local
2929 ZeroMem (Hd->Signature, 16); in DevPathFromTextHD()
2930 Hd->MBRType = (UINT8) 0; in DevPathFromTextHD()
2933 Hd->SignatureType = SIGNATURE_TYPE_MBR; in DevPathFromTextHD()
2934 Hd->MBRType = 0x01; in DevPathFromTextHD()
2939 Hd->SignatureType = SIGNATURE_TYPE_GUID; in DevPathFromTextHD()
2940 Hd->MBRType = 0x02; in DevPathFromTextHD()
2944 Hd->SignatureType = (UINT8) Strtoi (TypeStr); in DevPathFromTextHD()
2947 Strtoi64 (StartStr, &Hd->PartitionStart); in DevPathFromTextHD()
2948 Strtoi64 (SizeStr, &Hd->PartitionSize); in DevPathFromTextHD()
[all …]