OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartitionIndex
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.c
642
UINT32
PartitionIndex
;
755
for (
PartitionIndex
= 0;
PartitionIndex
< EMMC_PEIM_MAX_PARTITIONS;
PartitionIndex
++) {
756
switch (
PartitionIndex
) {
792
Slot->PartitionType[MediaNum] =
PartitionIndex
;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
BinaryStreamTest.cpp
30
: Data(Data),
PartitionIndex
(alignDown(Data.size() / 2, Align)),
88
return (Offset +
PartitionIndex
) % Data.size();
101
uint32_t
PartitionIndex
= 0;
137
uint32_t
PartitionIndex
= alignDown(InputData.size() / 2, Align);
138
uint32_t RightBytes = InputData.size() -
PartitionIndex
;
139
uint32_t LeftBytes =
PartitionIndex
;
141
::memcpy(&BrokenInputData[
PartitionIndex
], Input.data(), RightBytes);
Completed in 3039 milliseconds