Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/krb5/unicode/ucdata/ !
H A DMUTTUCData.txt133 0030;;Hd;;;;;;;;;;;;
134 0031;;Hd;;;;;;;;;;;;
135 0032;;Hd;;;;;;;;;;;;
136 0033;;Hd;;;;;;;;;;;;
137 0034;;Hd;;;;;;;;;;;;
138 0035;;Hd;;;;;;;;;;;;
139 0036;;Hd;;;;;;;;;;;;
140 0037;;Hd;;;;;;;;;;;;
141 0038;;Hd;;;;;;;;;;;;
142 0039;;Hd;;;;;;;;;;;;
[all …]
H A Dformat.txt71 Hd 42 Hex Digit
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64SchedPredNeoverse.td73 // FMOV Hd, WZR
74 // FMOV Hd, XZR
/src/lib/libefivar/ !
H A Defivar-dp-parse.c3193 HARDDRIVE_DEVICE_PATH *Hd; in DevPathFromTextHD() local
3200 Hd = (HARDDRIVE_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextHD()
3206 if (Hd == NULL) { in DevPathFromTextHD()
3207 return (EFI_DEVICE_PATH_PROTOCOL *)Hd; in DevPathFromTextHD()
3210 Hd->PartitionNumber = (UINT32)Strtoi (PartitionStr); in DevPathFromTextHD()
3212 ZeroMem (Hd->Signature, 16); in DevPathFromTextHD()
3213 Hd->MBRType = (UINT8)0; in DevPathFromTextHD()
3216 Hd->SignatureType = SIGNATURE_TYPE_MBR; in DevPathFromTextHD()
3217 Hd->MBRType = 0x01; in DevPathFromTextHD()
3220 CopyMem (Hd->Signature, &Signature32, sizeof (UINT32)); in DevPathFromTextHD()
[all …]
H A Defivar-dp-format.c1936 HARDDRIVE_DEVICE_PATH *Hd; in DevPathToTextHardDrive() local
1938 Hd = DevPath; in DevPathToTextHardDrive()
1939 switch (Hd->SignatureType) { in DevPathToTextHardDrive()
1944 Hd->PartitionNumber, in DevPathToTextHardDrive()
1947 le32dec(&(Hd->Signature[0])) in DevPathToTextHardDrive()
1955 Hd->PartitionNumber, in DevPathToTextHardDrive()
1957 G(&(Hd->Signature[0])) in DevPathToTextHardDrive()
1965 Hd->PartitionNumber, in DevPathToTextHardDrive()
1966 Hd->SignatureType in DevPathToTextHardDrive()
1974 UefiDevicePathLibCatPrint (Str, ",0x%lx,0x%lx)", Hd->PartitionStart, Hd->PartitionSize); in DevPathToTextHardDrive()