HomeSort by relevance Sort by last modified time
    Searched defs:OutputBuffer (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
OutputBuffer.h 1 //=== OutputBuffer.h - Output Buffer ----------------------------*- C++ -*-===//
23 class OutputBuffer {
31 OutputBuffer(std::vector<unsigned char> &Out,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
GenSection.c 418 UINT8 *OutputBuffer;
430 OutputBuffer = NULL;
493 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength);
495 OutputBuffer = malloc (CompressedLength);
496 if (!OutputBuffer) {
501 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength);
505 FileBuffer = OutputBuffer;
522 if (OutputBuffer != NULL) {
523 free (OutputBuffer);
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 502 VOID *OutputBuffer;
505 OutputBuffer = HiiAllocateOpCodeHandle ();
506 if (OutputBuffer == NULL) {
523 OpCode = HiiCreateOneOfOptionOpCode (OutputBuffer, NewString,
531 *OpCodeBuffer = OutputBuffer;
535 HiiFreeOpCodeHandle (OutputBuffer);
  /device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c 334 VOID *OutputBuffer;
366 OutputBuffer = (VOID*) ((UINT8*)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase) + SIZE_1MB);
367 ScratchBuffer = ALIGN_POINTER ((UINT8*) OutputBuffer + OutputBufferSize, SIZE_1MB);
369 DEBUG ((EFI_D_VERBOSE, "%a: OutputBuffer@%p+0x%x ScratchBuffer@%p+0x%x "
370 "PcdOvmfDecompressionScratchEnd=0x%x\n", __FUNCTION__, OutputBuffer,
378 &OutputBuffer,
388 OutputBuffer,
413 OutputBuffer,
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 326 char *OutputBuffer = (char *)GVTOP(Args[0]);
338 sprintf(OutputBuffer++, "%c", *FmtStr++);
341 sprintf(OutputBuffer, "%c%c", *FmtStr, *(FmtStr+1));
342 FmtStr += 2; OutputBuffer += 2;
395 memcpy(OutputBuffer, Buffer, Len + 1);
396 OutputBuffer += Len;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 336 char *OutputBuffer = (char *)GVTOP(Args[0]);
348 sprintf(OutputBuffer++, "%c", *FmtStr++);
351 sprintf(OutputBuffer, "%c%c", *FmtStr, *(FmtStr+1));
352 FmtStr += 2; OutputBuffer += 2;
405 memcpy(OutputBuffer, Buffer, Len + 1);
406 OutputBuffer += Len;
  /external/tpm2/
TcpServer.c 24 char OutputBuffer[MAX_BUFFER]; //The output data buffer for the simulator.
498 OutBuffer.Buffer = (_OUTPUT_BUFFER) OutputBuffer;
515 &OutputBuffer[6], sizeof(UINT32));
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 72 auto OutputBuffer = b.MakeVariable(StructPtrTy2, StorageClass::Uniform);
73 OutputBuffer->decorate(Decoration::DescriptorSet)->addExtraOperand(0);
74 OutputBuffer->decorate(Decoration::Binding)->addExtraOperand(1);
75 m->addVariable(OutputBuffer);
159 auto OutPtr = b.MakeAccessChain(VF4PtrTy, OutputBuffer, {ConstZero, Index});
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 622 UINT8 *OutputBuffer;
630 OutputBuffer = NULL;
690 OutputBuffer = malloc (TotalLength);
691 if (OutputBuffer == NULL) {
695 memcpy (OutputBuffer + HeaderLength, FileBuffer, CompressedLength);
697 FileBuffer = OutputBuffer;
712 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength);
719 OutputBuffer = malloc (TotalLength);
720 if (!OutputBuffer) {
725 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer + HeaderLength, &CompressedLength);
    [all...]
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 196 SmallVector<char, 128> OutputBuffer;
200 raw_svector_ostream OS(OutputBuffer);
212 // Run codegen now. resulting binary is in OutputBuffer.
215 return make_unique<ObjectMemoryBuffer>(std::move(OutputBuffer));
292 write(std::unique_ptr<MemoryBuffer> OutputBuffer) {
294 return OutputBuffer;
307 OS << OutputBuffer->getBuffer();
317 OS << OutputBuffer->getBuffer();
324 return OutputBuffer;
377 SmallVector<char, 128> OutputBuffer;
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 822 SmallVector<char, 16> OutputBuffer;
824 llvm::BitstreamWriter OutputStream(OutputBuffer);
841 Out.write(OutputBuffer.data(), OutputBuffer.size());
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 205 VariableInst *OutputBuffer = AddBuffer(resultType, 2, b, m);
208 b.MakeAccessChain(resultPtrType, OutputBuffer, {ConstZero, Index});
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 334 PVOID OutputBuffer;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1474 milliseconds