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

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiCompress.c 43 VOID *InBuffer;
56 InBuffer = NULL;
118 InBuffer = AllocateZeroPool((UINTN)InSize);
119 if (InBuffer == NULL) {
123 Status = gEfiShellProtocol->ReadFile (InShellFileHandle, &InSize2, InBuffer);
126 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
132 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
160 SHELL_FREE_NON_NULL(InBuffer);
EfiDecompress.c 43 VOID *InBuffer;
59 InBuffer = NULL;
123 InBuffer = AllocateZeroPool(InSize);
124 if (InBuffer == NULL) {
127 Status = gEfiShellProtocol->ReadFile (InFileHandle, &InSize, InBuffer);
133 Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize);
150 Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
181 SHELL_FREE_NON_NULL(InBuffer);
  /external/lzma/CS/7zip/Common/
InBuffer.cs 0 // InBuffer.cs
5 public class InBuffer
15 public InBuffer(uint bufferSize)
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.h 112 class InBuffer { // buffer management for input type TI
114 InBuffer();
115 ~InBuffer();
163 InBuffer mInBuffer;
AudioResamplerDyn.cpp 47 * InBuffer is a type agnostic input buffer.
63 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer()
69 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer()
75 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init()
86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs)
133 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs,
145 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs,
159 void AudioResamplerDyn<TC, TI, TO>::InBuffer::reset(
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
Processor.c 216 @param InBuffer Pointer to the input buffer received from gdb server
221 IN CHAR8 *InBuffer
228 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
320 @param InBuffer Ponter to the input buffer received from gdb server
325 IN CHAR8 *InBuffer
334 InBufPtr = &InBuffer[1];
356 @param InBuffer Pointer to the input buffer received from gdb server
363 IN CHAR8 *InBuffer
373 if (AsciiStrLen(InBuffer) < MinLength) {
379 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
Ffs.c 58 @param InBuffer The buffer to be checked
68 IN VOID *InBuffer,
82 Buffer = InBuffer;
FwVolDriver.h 326 @param InBuffer The buffer to be checked
336 IN VOID *InBuffer,
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 201 @param InBuffer Pointer to the input buffer received from gdb server
206 IN CHAR8 *InBuffer
213 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
307 @param InBuffer Ponter to the input buffer received from gdb server
312 IN CHAR8 *InBuffer
321 InBufPtr = &InBuffer[1];
343 @param InBuffer Pointer to the input buffer received from gdb server
350 IN CHAR8 *InBuffer
360 if (AsciiStrLen (InBuffer) < MinLength) {
366 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 192 @param InBuffer Pointer to the input buffer received from gdb server
198 IN CHAR8 *InBuffer
205 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
294 @param InBuffer Ponter to the input buffer received from gdb server
300 IN CHAR8 *InBuffer
309 InBufPtr = &InBuffer[1];
332 @param InBuffer Pointer to the input buffer received from gdb server
338 IN CHAR8 *InBuffer
346 if (AsciiStrLen(InBuffer) != 129) { // 16 regs, 8 hex chars each, and the end '\0' (escape seq)
352 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 162 @param InBuffer Pointer to the input buffer received from gdb server
167 IN CHAR8 *InBuffer
174 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
263 @param InBuffer Ponter to the input buffer received from gdb server
269 IN CHAR8 *InBuffer
278 InBufPtr = &InBuffer[1];
301 @param InBuffer Pointer to the input buffer received from gdb server
307 IN CHAR8 *InBuffer
315 if (AsciiStrLen(InBuffer) != 385) { // 24 regs, 16 hex chars each, and the end '\0' (escape seq)
321 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 178 @param InBuffer Pointer to the input buffer received from gdb server
184 IN CHAR8 *InBuffer
191 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
280 @param InBuffer Ponter to the input buffer received from gdb server
286 IN CHAR8 *InBuffer
295 InBufPtr = &InBuffer[1];
318 @param InBuffer Pointer to the input buffer received from gdb server
324 IN CHAR8 *InBuffer
332 if (AsciiStrLen(InBuffer) != 129) { // 16 regs, 8 hex chars each, and the end '\0' (escape seq)
338 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 162 @param InBuffer Pointer to the input buffer received from gdb server
167 IN CHAR8 *InBuffer
174 RegNumber = AsciiStrHexToUintn (&InBuffer[1]);
263 @param InBuffer Ponter to the input buffer received from gdb server
269 IN CHAR8 *InBuffer
278 InBufPtr = &InBuffer[1];
301 @param InBuffer Pointer to the input buffer received from gdb server
307 IN CHAR8 *InBuffer
315 if (AsciiStrLen(InBuffer) != 385) { // 24 regs, 16 hex chars each, and the end '\0' (escape seq)
321 InBufPtr = &InBuffer[1];
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 348 @param InBuffer This is the input buffer received from gdb server
353 IN CHAR8 *InBuffer
370 @param InBuffer This is the input buffer received from gdb server
375 IN CHAR8 *InBuffer
382 @param InBuffer Pointer to the input buffer received from gdb server
388 IN CHAR8 *InBuffer
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 294 @param InBuffer This is the input buffer received from gdb server
299 IN CHAR8 *InBuffer
316 @param InBuffer This is the input buffer received from gdb server
321 IN CHAR8 *InBuffer
328 @param InBuffer Pointer to the input buffer received from gdb server
334 IN CHAR8 *InBuffer
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmartCardReader.h 227 InBuffer and Outbuffer may be NULL when ControlCode operation does not require
232 @param[in] InBuffer A pointer to the input parameters.
242 InBuffer is NULL or InBufferLenth is NULL or
243 InBuffer is not NULL but InBufferLenth is less than
264 IN UINT8 *InBuffer OPTIONAL,
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 26 $O\InBuffer.obj \
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 127 // public Buffer.InBuffer Stream = new Buffer.InBuffer(1 << 16);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 116 InBuffer = VarInputBufferType('char', 'long', 'l') # (buf, len)
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 29 $O\InBuffer.obj \
  /external/lzma/CPP/7zip/Bundles/SFXCon/
makefile 53 $O\InBuffer.obj \
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
makefile 48 $O\InBuffer.obj \
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 116 InBuffer = VarInputBufferType('char', 'long', 'l') # (buf, len)
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 46 @param[in] InBuffer The buffer to be checked
55 IN VOID *InBuffer,
69 Buffer = InBuffer;
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 49 $O\InBuffer.obj \

Completed in 450 milliseconds

1 2