Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 112) sorted by relevance

12345

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
D7zStream.c14 size_t processed = size; in SeqInStream_Read2() local
15 RINOK(stream->Read(stream, buf, &processed)); in SeqInStream_Read2()
16 if (processed == 0) in SeqInStream_Read2()
18 buf = (void *)((Byte *)buf + processed); in SeqInStream_Read2()
19 size -= processed; in SeqInStream_Read2()
31 size_t processed = 1; in SeqInStream_ReadByte() local
32 RINOK(stream->Read(stream, buf, &processed)); in SeqInStream_ReadByte()
33 return (processed == 1) ? SZ_OK : SZ_ERROR_INPUT_EOF; in SeqInStream_ReadByte()
56 size_t processed = size; in LookInStream_Read2() local
57 RINOK(stream->Read(stream, buf, &processed)); in LookInStream_Read2()
[all …]
D7zFile.c111 DWORD processed = 0; in File_Read() local
112 BOOL res = ReadFile(p->handle, data, curSize, &processed, NULL); in File_Read()
113 data = (void *)((Byte *)data + processed); in File_Read()
114 originalSize -= processed; in File_Read()
115 *size += processed; in File_Read()
118 if (processed == 0) in File_Read()
146 DWORD processed = 0; in File_Write() local
147 BOOL res = WriteFile(p->handle, data, curSize, &processed, NULL); in File_Write()
148 data = (void *)((Byte *)data + processed); in File_Write()
149 originalSize -= processed; in File_Write()
[all …]
/device/generic/goldfish-opengl/android-emu/android/base/
Dring_buffer.c495 uint32_t processed = 0; in ring_buffer_write_fully_with_abort() local
499 while (processed < bytes) { in ring_buffer_write_fully_with_abort()
500 if (bytes - processed < candidate_step) { in ring_buffer_write_fully_with_abort()
501 candidate_step = bytes - processed; in ring_buffer_write_fully_with_abort()
508 processed_here = ring_buffer_view_write(r, v, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
510 processed_here = ring_buffer_write(r, dst + processed, candidate_step, 1); in ring_buffer_write_fully_with_abort()
513 processed += processed_here ? candidate_step : 0; in ring_buffer_write_fully_with_abort()
516 return processed; in ring_buffer_write_fully_with_abort()
520 return processed; in ring_buffer_write_fully_with_abort()
532 uint32_t processed = 0; in ring_buffer_read_fully_with_abort() local
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/
DTestArgv.nsh36 # '#' should be processed before %% replacement, and inside '"'
43 # '%' should be processed before grouping parameters
48 # alias should be processed after %% replacement
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DIntelFrameworkPkg.dsc20 # Defines Section - statements that will be processed to create a Makefile.
50 # Components Section - list of the modules and components that will be processed by compilation
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D03/Ebl/
DEbl.inf19 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D05/Ebl/
DEbl.inf19 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D02/Ebl/
DEbl.inf19 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DBiosIdx64R.env3 # This file is processed by GenBiosId.
DBiosIdR.env3 # This file is processed by GenBiosId.
DBiosIdD.env3 # This file is processed by GenBiosId.
DBiosIdx64D.env3 # This file is processed by GenBiosId.
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
DSmmCpuPlatformHookLibNull.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpstats.py568 processed = []
571 processed.append(int(term))
580 processed.append(frac)
584 processed.append(term)
586 getattr(self.stats, fn)(*processed)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/
DSecFspSecPlatformLibNull.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
DBaseFspApiLib.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/
DBaseFspPlatformInfoLibSample.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/
DBaseFspWrapperPlatformLibSample.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/
DSecFspSecPlatformLibNull.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.inf19 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/
DPeiFspHobProcessLibSample.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/
DBaseFspWrapperApiLib.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/
DFspHobProcessLibVlv2.inf16 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/
DPeiFspWrapperHobProcessLibSample.inf17 # Defines Section - statements that will be processed to create a Makefile.
/device/linaro/bootloader/edk2/OptionRomPkg/
DOptionRomPkg.dsc24 # Defines Section - statements that will be processed to create a Makefile.
90 # Components Section - list of the modules and components that will be processed by compilation

12345