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

1 2

  /external/clang/include/clang/Lex/
ScratchBuffer.h 1 //===--- ScratchBuffer.h - Scratch space for forming tokens -----*- C++ -*-===//
10 // This file defines the ScratchBuffer interface.
22 /// ScratchBuffer - This class exposes a simple interface for the dynamic
25 class ScratchBuffer {
31 ScratchBuffer(SourceManager &SM);
  /external/clang/lib/Lex/
ScratchBuffer.cpp 1 //===--- ScratchBuffer.cpp - Scratch space for forming tokens -------------===//
10 // This file implements the ScratchBuffer interface.
14 #include "clang/Lex/ScratchBuffer.h"
24 ScratchBuffer::ScratchBuffer(SourceManager &SM)
34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len,
60 void ScratchBuffer::AllocScratchBuffer(unsigned RequestLen) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
SectionExtractionDxe.c 222 VOID *ScratchBuffer;
231 ScratchBuffer = NULL;
253 ScratchBuffer = AllocatePool (ScratchBufferSize);
254 if (ScratchBuffer == NULL) {
265 FreePool (ScratchBuffer);
277 ScratchBuffer,
287 if (ScratchBuffer != NULL) {
288 FreePool (ScratchBuffer);
311 if (ScratchBuffer != NULL) {
312 FreePool (ScratchBuffer);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
SimpleTypeSerializer.h 35 std::vector<uint8_t> ScratchBuffer;
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 26 class ScratchBuffer;
44 std::unique_ptr<ScratchBuffer> ScratchBuf;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
LzmaDecompress.h 74 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
80 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
98 OUT VOID *ScratchBuffer, OPTIONAL
  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
LzmaDecompress.h 74 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
80 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
98 OUT VOID *ScratchBuffer, OPTIONAL
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 26 SimpleTypeSerializer::SimpleTypeSerializer() : ScratchBuffer(MaxRecordLength) {}
32 BinaryStreamWriter Writer(ScratchBuffer, support::little);
46 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(ScratchBuffer.data());
51 return {ScratchBuffer.data(), Writer.getOffset()};
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
SectionExtractionPei.c 158 UINT8 *ScratchBuffer;
166 ScratchBuffer = NULL;
187 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize));
188 if (ScratchBuffer == NULL) {
212 ScratchBuffer,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
GuidedSectionExtraction.c 113 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
119 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
137 OUT VOID *ScratchBuffer, OPTIONAL
160 ScratchBuffer
178 ScratchBuffer
F86GuidedSectionExtraction.c 115 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
121 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
139 OUT VOID *ScratchBuffer, OPTIONAL
177 ScratchBuffer
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
GuidedSectionExtraction.c 113 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
119 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
137 OUT VOID *ScratchBuffer, OPTIONAL
160 ScratchBuffer
178 ScratchBuffer
F86GuidedSectionExtraction.c 115 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
121 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
139 OUT VOID *ScratchBuffer, OPTIONAL
177 ScratchBuffer
  /device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DxeIpl.c 171 UINT8 *ScratchBuffer;
179 ScratchBuffer = NULL;
200 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize));
201 if (ScratchBuffer == NULL) {
225 ScratchBuffer,
274 UINT8 *ScratchBuffer;
324 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize));
325 if (ScratchBuffer == NULL) {
346 ScratchBuffer
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ExtractGuidedSectionLib.h 82 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
88 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
106 IN VOID *ScratchBuffer, OPTIONAL
224 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
229 @param[in] ScratchBuffer A caller allocated buffer that may be required by this function as a scratch buffer to perform the decode operation.
245 IN VOID *ScratchBuffer, OPTIONAL
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiDecompress.c 48 VOID *ScratchBuffer;
60 ScratchBuffer = NULL;
146 ScratchBuffer = AllocateZeroPool(ScratchSize);
147 if (OutBuffer == NULL || ScratchBuffer == NULL) {
150 Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
183 SHELL_FREE_NON_NULL(ScratchBuffer);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeLoad.c 557 UINT8 *ScratchBuffer;
565 ScratchBuffer = NULL;
586 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize));
587 if (ScratchBuffer == NULL) {
611 ScratchBuffer,
660 UINT8 *ScratchBuffer;
711 ScratchBuffer = AllocatePages (EFI_SIZE_TO_PAGES (ScratchBufferSize));
712 if (ScratchBuffer == NULL) {
733 ScratchBuffer
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
RuntimeMemAllocation.c 71 Initializes pre-allocated memory pointed by ScratchBuffer for subsequent
74 @param[in, out] ScratchBuffer Pointer to user-supplied memory buffer.
82 IN OUT UINT8 *ScratchBuffer,
92 if (ScratchBuffer == NULL) {
100 mRTPageTable = (RT_MEMORY_PAGE_TABLE *)ScratchBuffer;
116 mRTPageTable->DataAreaBase = ScratchBuffer + sizeof (RT_MEMORY_PAGE_TABLE) +
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 685 VOID *ScratchBuffer;
793 ScratchBuffer = AllocatePool (ScratchSize);
794 if (ScratchBuffer == NULL) {
806 ScratchBuffer,
809 CoreFreePool (ScratchBuffer);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
PrePiExtractGuidedSectionLib.c 169 OUT VOID *ScratchBuffer, OPTIONAL
207 ScratchBuffer,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableExLib.c 179 @param[out] ScratchBuffer Pointer to scratch buffer address.
189 OUT VOID **ScratchBuffer
200 *ScratchBuffer = GetEndPointer ((VARIABLE_STORE_HEADER *) ((UINTN) mVariableModuleGlobal->VariableGlobal.VolatileVariableBase));
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
AuthVariableLib.h 120 @param[out] ScratchBuffer Pointer to scratch buffer address.
130 OUT VOID **ScratchBuffer
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 18 #include "clang/Lex/ScratchBuffer.h"
23 ScratchBuf.reset(new ScratchBuffer(SM));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DxeCrc32GuidedSectionExtractLib.c 47 @param ScratchBufferSize The size of ScratchBuffer.
108 @param ScratchBuffer A pointer to a caller-allocated buffer for function internal use.
121 IN VOID *ScratchBuffer, OPTIONAL
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseExtractGuidedSectionLib/
BaseExtractGuidedSectionLib.c 337 If ScratchBuffer is NULL and this decode operation requires a scratch buffer, then ASSERT().
342 @param[in] ScratchBuffer A caller allocated buffer that may be required by this function as a scratch buffer to perform the decode operation.
358 IN VOID *ScratchBuffer, OPTIONAL
400 ScratchBuffer,

Completed in 723 milliseconds

1 2