OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesRemainingToBeTransfered
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcBlockIo.c
236
UINTN
BytesRemainingToBeTransfered
;
287
BytesRemainingToBeTransfered
= BufferSize;
288
while (
BytesRemainingToBeTransfered
> 0) {
327
if (
BytesRemainingToBeTransfered
< ConsumeSize) {
328
ConsumeSize =
BytesRemainingToBeTransfered
;
335
BytesRemainingToBeTransfered
-= ConsumeSize;
336
if (
BytesRemainingToBeTransfered
> 0) {
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c
1130
UINTN
BytesRemainingToBeTransfered
;
[
all
...]
Completed in 177 milliseconds