HomeSort by relevance Sort by last modified time
    Searched refs:Remaining (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
OsPath.c 136 UINTN Remaining;
144 Remaining = Length - Offset;
150 (Remaining >= 2) &&
154 memmove (&Path[Offset], &Path[Offset + 1], Remaining);
162 if ((Remaining >= 3) && IsDirSep (Path[Offset]) &&
165 memmove (&Path[Offset], &Path[Offset + 1], Remaining);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdBlockIoPei.c 239 UINTN Remaining;
274 Remaining = NumberOfBlocks;
277 while (Remaining > 0) {
278 if (Remaining <= MaxBlock) {
279 NumberOfBlocks = Remaining;
296 Remaining -= NumberOfBlocks;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.c 335 UINTN Remaining;
406 Remaining = NumberOfBlocks;
409 while (Remaining > 0) {
410 if (Remaining <= MaxBlock) {
411 NumberOfBlocks = Remaining;
429 Remaining -= NumberOfBlocks;
EmmcHci.c 929 UINT64 Remaining;
956 Remaining = DataLen;
959 if (Remaining <= ADMA_MAX_DATA_PER_LINE) {
962 Trb->AdmaDesc[Index].Length = (UINT16)Remaining;
972 Remaining -= ADMA_MAX_DATA_PER_LINE;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 322 UINTN Remaining;
346 Remaining = Size;
347 while (Remaining > 0) {
348 ToRead = Remaining;
353 Remaining -= ToRead;
562 UINTN Remaining;
572 Remaining = Size;
574 while (Remaining > 0) {
575 WriteNb = MIN (Remaining, sizeof(WriteBuffer));
581 Remaining -= WriteNb;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 351 EFI_DEVICE_PATH* Remaining;
362 Remaining = *DevicePath;
366 // to point to the remaining part of the device path
367 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &Remaining, Handle);
385 Status = gBS->ConnectController (*Handle, NULL, Remaining, FALSE);
388 } while (!EFI_ERROR (Status) && !IsDevicePathEnd (Remaining));
393 Remaining = *DevicePath;
394 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &Remaining, Handle);
396 Status = gBS->ConnectController (*Handle, NULL, Remaining, FALSE);
399 if ((Remaining->Type == HARDWARE_DEVICE_PATH) && (Remaining->SubType == HW_MEMMAP_DP)) {
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 480 StringRef Remaining;
488 Remaining = "";
491 Remaining = Buffer->getBuffer();
494 bool empty() { return Remaining.empty(); }
500 std::tie(Line, Remaining) = Remaining.split("\n");
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcBlockIo.c 818 UINTN Remaining;
884 Remaining = BlockNum;
887 while (Remaining > 0) {
888 if (Remaining <= MaxBlock) {
889 BlockNum = Remaining;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 92 size_t Remaining = BitcodeBuffer.size();
93 Len = std::min(Len, Remaining);
IceCfgNode.cpp 477 SizeT Remaining = Desc.size();
490 --Remaining;
536 for (; Remaining; --Remaining) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdBlockIo.c 635 UINTN Remaining;
688 Remaining = BlockNum;
691 while (Remaining > 0) {
692 if (Remaining <= MaxBlock) {
693 BlockNum = Remaining;
712 Remaining -= BlockNum;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
GCOV.cpp 498 StringRef Remaining;
506 Remaining = "";
509 Remaining = Buffer->getBuffer();
512 bool empty() { return Remaining.empty(); }
518 std::tie(Line, Remaining) = Remaining.split("\n");
  /external/google-fruit/extras/benchmark/
format_bench_results.py 51 + 'Consider adding additional values in fixed_benchmark_params. Remaining dimensions: %s vs %s' % (
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 587 Remaining = Match.group(2)
589 Match = re.match("(?:^|.+\s+)PAGES:{(.+?)}", Remaining)
598 Match = re.match("(?:^|.+\s+)BLOCK:{NAME:\"(.+)\"\s*,\s*VER:\"(.+)\"\s*}", Remaining)
604 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
612 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 329 UINT8 *Remaining;
344 Remaining = Buffer;
354 Prdt[PrdtIndex].DbAddr = (UINT32)RShiftU64 ((UINT64)(UINTN)Remaining, 2);
355 Prdt[PrdtIndex].DbAddrU = (UINT32)RShiftU64 ((UINT64)(UINTN)Remaining, 32);
357 Remaining += UFS_MAX_DATA_LEN_PER_PRD;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugLineTest.cpp 98 Error Remaining =
106 EXPECT_FALSE(Remaining);
  /external/syzkaller/vendor/google.golang.org/api/iterator/
iterator.go 103 // Remaining returns the number of items available before the iterator makes another API call.
104 func (pi *PageInfo) Remaining() int { return pi.bufLen() }
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-util.hpp 79 template<class T, int Remaining, T Step = 1, T Cursor = 0, T... ValueN>
88 template<class T, int Remaining, T Step, T Cursor, T... ValueN>
91 typedef typename values_from<T, Remaining - 1, Step, Cursor + Step, ValueN..., Cursor>::type type;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 116 StringRef Token, Remaining;
118 std::tie(Token, Remaining) = parseSymbol(Expr);
120 std::tie(Token, Remaining) = parseNumberString(Expr);
206 // name and expression remaining to be parsed.
221 // the expression remaining to be evaluated.
288 // expression remaining to be evaluated.
326 // remaining to be evaluated.
411 // Return the result, plus the expression remaining to be parsed.
450 // pair representing the number and the expression remaining to be parsed.
467 // return a pair containing the result, and the expression remaining to b
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 116 StringRef Token, Remaining;
118 std::tie(Token, Remaining) = parseSymbol(Expr);
120 std::tie(Token, Remaining) = parseNumberString(Expr);
206 // name and expression remaining to be parsed.
221 // the expression remaining to be evaluated.
288 // expression remaining to be evaluated.
326 // remaining to be evaluated.
411 // Return the result, plus the expression remaining to be parsed.
450 // pair representing the number and the expression remaining to be parsed.
467 // return a pair containing the result, and the expression remaining to b
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 569 Remaining = Match.group(2)
571 Match = re.match("(?:^|.+\s+)PAGES:{(.+?)}", Remaining)
580 Match = re.match("(?:^|.+\s+)BLOCK:{NAME:\"(.+)\"\s*,\s*VER:\"(.+)\"\s*}", Remaining)
586 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
594 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
    [all...]

Completed in 851 milliseconds

1 2