OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapBuffer
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c
80
UINT8 *
SwapBuffer
;
83
SwapBuffer
= NULL;
106
SwapBuffer
= (UINT8 *) malloc (DataSize);
107
if (
SwapBuffer
== NULL) {
111
memcpy (
SwapBuffer
, FileBuffer, DataSize);
113
memcpy (FileBuffer + CRC32_SECTION_HEADER_SIZE,
SwapBuffer
, DataSize);
125
if (
SwapBuffer
!= NULL) {
126
free (
SwapBuffer
);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c
538
UINT8 *
SwapBuffer
;
540
SwapBuffer
= NULL;
557
SwapBuffer
= (UINT8 *) malloc (DataSize);
558
if (
SwapBuffer
== NULL) {
562
memcpy (
SwapBuffer
, FileBuffer, DataSize);
564
memcpy (FileBuffer + sizeof (EFI_GUID_DEFINED_SECTION),
SwapBuffer
, DataSize);
576
if (
SwapBuffer
!= NULL) {
577
free (
SwapBuffer
);
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrForm.c
1069
SwapBuffer
(
[
all
...]
Completed in 163 milliseconds