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

1 2

  /external/llvm/lib/Support/
Compression.cpp 48 zlib::Status zlib::compress(StringRef InputBuffer,
51 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
56 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel));
61 zlib::Status zlib::uncompress(StringRef InputBuffer,
67 (const Bytef *)InputBuffer.data(), InputBuffer.size()));
78 zlib::Status zlib::compress(StringRef InputBuffer,
83 zlib::Status zlib::uncompress(StringRef InputBuffer,
YAMLParser.cpp 472 MemoryBuffer *InputBuffer;
711 InputBuffer = MemoryBuffer::getMemBuffer(Input, "YAML");
712 SM.AddNewSourceBuffer(InputBuffer, SMLoc());
713 Current = InputBuffer->getBufferStart();
714 End = InputBuffer->getBufferEnd();
719 , InputBuffer(Buffer)
720 , Current(InputBuffer->getBufferStart())
721 , End(InputBuffer->getBufferEnd())
729 SM.AddNewSourceBuffer(InputBuffer, SMLoc());
    [all...]
  /external/llvm/include/llvm/Support/
Compression.h 45 Status compress(StringRef InputBuffer, SmallVectorImpl<char> &CompressedBuffer,
48 Status uncompress(StringRef InputBuffer,
YAMLParser.h 82 /// \brief This takes ownership of \p InputBuffer.
83 Stream(MemoryBuffer *InputBuffer, SourceMgr &);
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 177 struct InputBuffer {
178 InputBuffer();
179 ~InputBuffer();
187 typedef std::queue<linked_ptr<InputBuffer> > InputBuffers;
193 linked_ptr<InputBuffer> curr_input_buffer_;
vaapi_video_decode_accelerator.cc 39 VaapiVideoDecodeAccelerator::InputBuffer::InputBuffer() : id(0), size(0) {
42 VaapiVideoDecodeAccelerator::InputBuffer::~InputBuffer() {
416 linked_ptr<InputBuffer> input_buffer(new InputBuffer());
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.h 60 virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
69 const cdm::InputBuffer& encrypted_buffer,
72 const cdm::InputBuffer& encrypted_buffer,
114 const cdm::InputBuffer& encrypted_buffer,
clear_key_cdm.cc 98 const cdm::InputBuffer& input_buffer) {
385 const cdm::InputBuffer& encrypted_buffer,
491 const cdm::InputBuffer& encrypted_buffer,
515 const cdm::InputBuffer& encrypted_buffer,
573 const cdm::InputBuffer& encrypted_buffer,
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 54 ObjectImage *loadObject(ObjectBuffer *InputBuffer);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 179 ErrorOr<std::unique_ptr<MemoryBuffer>> InputBuffer =
181 if (std::error_code EC = InputBuffer.getError())
187 Dyld.loadObject(new ObjectBuffer(InputBuffer.get().release())));
241 ErrorOr<std::unique_ptr<MemoryBuffer>> InputBuffer =
243 if (std::error_code EC = InputBuffer.getError())
248 Dyld.loadObject(new ObjectBuffer(InputBuffer.get().release())));
356 ErrorOr<std::unique_ptr<MemoryBuffer>> InputBuffer =
358 if (std::error_code EC = InputBuffer.getError())
364 Dyld.loadObject(new ObjectBuffer(InputBuffer.get().release())));
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 63 virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
72 const cdm::InputBuffer& encrypted_buffer,
75 const cdm::InputBuffer& encrypted_buffer,
171 virtual cdm::Status Decrypt(const cdm::InputBuffer& encrypted_buffer,
195 const cdm::InputBuffer& encrypted_buffer,
201 const cdm::InputBuffer& encrypted_buffer,
cdm_adapter.cc 48 // Configures a cdm::InputBuffer. |subsamples| must exist as long as
54 cdm::InputBuffer* input_buffer) {
407 cdm::InputBuffer input_buffer;
524 cdm::InputBuffer input_buffer;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 123 static ObjectImage *createObjectImage(ObjectBuffer *InputBuffer);
RuntimeDyld.cpp 729 ObjectImage *RuntimeDyld::loadObject(ObjectBuffer *InputBuffer) {
731 sys::fs::file_magic Type = sys::fs::identify_magic(InputBuffer->getBuffer());
738 InputImage.reset(RuntimeDyldELF::createObjectImage(InputBuffer));
752 InputImage.reset(RuntimeDyldMachO::createObjectImage(InputBuffer));
767 if (!Dyld->isCompatibleFormat(InputBuffer))
RuntimeDyldMachO.cpp 807 RuntimeDyldMachO::isCompatibleFormat(const ObjectBuffer *InputBuffer) const {
808 if (InputBuffer->getBufferSize() < 4)
810 StringRef Magic(InputBuffer->getBufferStart(), 4);
  /external/clang/include/clang/Lex/
Lexer.h 103 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP);
114 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer,
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsxform.c 176 const void* InputBuffer,
183 p -> xform(p, InputBuffer, OutputBuffer, Size, Size);
189 const void* InputBuffer,
196 p -> xform(p, InputBuffer, OutputBuffer, Size, Stride);
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 329 llvm::MemoryBuffer *InputBuffer =
332 // Ownership of InputBuffer will be transferred to the SourceManager.
333 setCurrentInput(FrontendInputFile(InputBuffer, getCurrentFileKind(),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 227 IN PVOID InputBuffer OPTIONAL,
video.h 80 InputBuffer, \
86 byteOffset = (PCHAR) VirtualAddress - (PCHAR)InputBuffer; \
332 PVOID InputBuffer;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 182 typedef NTSTATUS (NTAPI LSA_CALLBACK_FUNCTION)(ULONG_PTR Argument1,ULONG_PTR Argument2,PSecBuffer InputBuffer,PSecBuffer OutputBuffer);
313 typedef NTSTATUS (NTAPI LSA_MAP_BUFFER)(PSecBuffer InputBuffer,PSecBuffer OutputBuffer);
580 typedef NTSTATUS (NTAPI SpAcceptLsaModeContextFn)(LSA_SEC_HANDLE CredentialHandle,LSA_SEC_HANDLE ContextHandle,PSecBufferDesc InputBuffer,ULONG ContextRequirements,ULONG TargetDataRep,PLSA_SEC_HANDLE NewContextHandle,PSecBufferDesc OutputBuffer,PULONG ContextAttributes,PTimeStamp ExpirationTime,PBOOLEAN MappedContext,PSecBuffer ContextData);
    [all...]
winternl.h 947 NTSTATUS NTAPI NtFsControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
948 NTSTATUS NTAPI NtDeviceIoControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 118 IN PVOID InputBuffer OPTIONAL,
134 IN PVOID InputBuffer OPTIONAL,
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 135 uint8_t InputBuffer[1];
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 575 const void* InputBuffer,

Completed in 3615 milliseconds

1 2