/external/ltp/testcases/kernel/fs/fs_maim/ |
maimparts | 54 ($Cyl,$Heads,$Sec) = split(/\, /,$Temp1,3); 56 ($Heads,$Junk) = split(/ /,$Heads,2);
|
/device/linaro/bootloader/edk2/FatPkg/FatPei/ |
FatLiteFmt.h | 97 UINT16 Heads; // (ignored)
123 UINT16 Heads; // (ignored)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
IdeMode.h | 93 UINT8 Heads;
|
IdeMode.c | [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/ |
VirtioBlk.h | 40 UINT8 Heads;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
IdeData.h | 245 UINT8 Heads;
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
FatFileSystem.h | 110 UINT16 Heads; // (ignored)
|
/external/llvm/lib/Transforms/Vectorize/ |
LoadStoreVectorizer.cpp | 597 SmallSetVector<int, 16> Heads, Tails; 617 Heads.insert(i); 626 for (int Head : Heads) { 632 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { 643 while (I != -1 && (Tails.count(I) || Heads.count(I))) { [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 511 SetVector<StoreInst *> Heads, Tails; 529 Heads.insert(SL[i]); 586 Heads.insert(SL[i]); 599 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); 613 while (Tails.count(I) || Heads.count(I)) { [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs16.S | 51 Heads: .word 0 # Heads - 16 bits - ignored
|
bs32.S | 51 Heads: .word 0 # Heads - 16 bits - ignored
|
bootsect.asm | 62 Heads dw 0 ; Heads - 16 bits - ignored
|
bs16.asm | 49 Heads dw 0 ; Heads - 16 bits - ignored
|
bs32.asm | 49 Heads dw 0 ; Heads - 16 bits - ignored
|
start.S | 48 Heads: .word 0 # Heads - 16 bits - ignored
[all...] |
start16.S | 49 Heads: .word 0 # Heads - 16 bits - ignored
[all...] |
start32.S | 48 Heads: .word 0 # Heads - 2 bytes
[all...] |
st16_64.S | 49 Heads: .word 0 # Heads - 16 bits - ignored
[all...] |
st32_64.S | 48 Heads: .word 0 # Heads - 2 bytes
[all...] |
start64.S | 49 Heads: .word 0 # Heads - 16 bits - ignored
[all...] |
st16_64.asm | 45 Heads dw 0 ; Heads - 16 bits - ignored
[all...] |
st32_64.asm | 44 Heads dw 0 ; Heads - 2 bytes
[all...] |
start.asm | 45 Heads dw 0 ; Heads - 16 bits - ignored
[all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
LoadStoreVectorizer.cpp | 840 SmallVector<int, 16> Heads, Tails; 860 Heads.push_back(i); 869 for (int Head : Heads) { 875 !InstructionsProcessed.count(Instrs[Heads[TIt]])) { 886 while (I != -1 && (is_contained(Tails, I) || is_contained(Heads, I))) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 580 SetVector<StoreInst *> Heads, Tails; 598 Heads.insert(SL[i]); 655 Heads.insert(SL[i]); 668 for (SetVector<StoreInst *>::iterator it = Heads.begin(), e = Heads.end(); 682 while (Tails.count(I) || Heads.count(I)) { [all...] |