Searched refs:heads (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 138 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \ 140 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } } 198 … UInt32 *heads = mt->hashBuf + ((numProcessedBlocks++) & kMtHashNumBlocksMask) * kMtHashBlockSize; in HashThreadFunc() local 200 heads[0] = 2; in HashThreadFunc() 201 heads[1] = num; in HashThreadFunc() 207 …mt->GetHeadsFunc(mf->buffer, mf->pos, mf->hash + mf->fixedHashSize, mf->hashMask, heads + 2, num, … in HashThreadFunc() 208 heads[0] += num; in HashThreadFunc()
|
D | LzFindMt.h | 45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/ |
D | IdeControllerInit.h | 135 UINT16 heads; //Number of logical heads member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | atapi.h | 33 UINT16 heads; /* Number of logical heads */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | refactor.py | 86 heads = _get_head_types(fixer.pattern) 90 for node_type in heads:
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Atapi.h | 31 UINT16 heads; ///< Number of logical heads. member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
D | IdeBus.c | 810 …rameters.Heads = (UINT8) (((ATA5_IDENTIFY_DATA *) IdeBlkIoDevicePtr->IdData)->heads - 1); in IDEBusDriverBindingStart()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
D | IdeMode.c | 2810 … DriveParameters.Heads = (UINT8) (((ATA5_IDENTIFY_DATA *)(&Buffer.AtaData))->heads - 1); in DetectAndConfigIdeDevice()
|