Home
last modified time | relevance | path

Searched refs:heads (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c138 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()
DLzFindMt.h45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
DIdeControllerInit.h135 UINT16 heads; //Number of logical heads member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Datapi.h33 UINT16 heads; /* Number of logical heads */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py86 heads = _get_head_types(fixer.pattern)
90 for node_type in heads:
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h31 UINT16 heads; ///< Number of logical heads. member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DIdeBus.c810 …rameters.Heads = (UINT8) (((ATA5_IDENTIFY_DATA *) IdeBlkIoDevicePtr->IdData)->heads - 1); in IDEBusDriverBindingStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DIdeMode.c2810 … DriveParameters.Heads = (UINT8) (((ATA5_IDENTIFY_DATA *)(&Buffer.AtaData))->heads - 1); in DetectAndConfigIdeDevice()