Home
last modified time | relevance | path

Searched refs:InputBuffer (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCompression.cpp49 Error zlib::compress(StringRef InputBuffer, in compress() argument
51 unsigned long CompressedSize = ::compressBound(InputBuffer.size()); in compress()
55 (const Bytef *)InputBuffer.data(), InputBuffer.size(), Level); in compress()
63 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, in uncompress() argument
67 (const Bytef *)InputBuffer.data(), InputBuffer.size()); in uncompress()
74 Error zlib::uncompress(StringRef InputBuffer, in uncompress() argument
79 uncompress(InputBuffer, UncompressedBuffer.data(), UncompressedSize); in uncompress()
90 Error zlib::compress(StringRef InputBuffer,
[all...]
H A DYAMLParser.cpp515 MemoryBufferRef InputBuffer; member in llvm::yaml::Scanner
769 InputBuffer = Buffer; in init()
770 Current = InputBuffer.getBufferStart(); in init()
771 End = InputBuffer.getBufferEnd(); in init()
1774 Stream::Stream(MemoryBufferRef InputBuffer, SourceMgr &SM, bool ShowColors,
1776 : scanner(new Scanner(InputBuffer, SM, ShowColors, EC)), CurrentDoc() {}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCompression.h32 Error compress(StringRef InputBuffer, SmallVectorImpl<char> &CompressedBuffer,
35 Error uncompress(StringRef InputBuffer, char *UncompressedBuffer,
38 Error uncompress(StringRef InputBuffer,
H A DYAMLParser.h89 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp22 Reader::Reader(MemoryBufferRef InputBuffer) in Reader() argument
23 : InputBuffer(InputBuffer), Current(InputBuffer.getBufferStart()), in Reader()
24 End(InputBuffer.getBufferEnd()) {} in Reader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h100 /// Construct a reader, keeping a reference to the \p InputBuffer.
101 Reader(MemoryBufferRef InputBuffer);
125 MemoryBufferRef InputBuffer; member in llvm::msgpack::Reader
/third_party/cups-filters/filter/
H A Drastertopclx.c61 short *InputBuffer; /* Color separation buffer */ variable
800 InputBuffer = malloc(header->cupsWidth * PrinterPlanes * 2); in StartPage()
879 free(InputBuffer); in EndPage()
1741 cupsCMYKDoBlack(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine()
1743 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine()
1746 cupsCMYKDoGray(CMYK, PixelBuffer, InputBuffer, width); in ReadLine()
1750 cupsCMYKDoBlack(CMYK, PixelBuffer, InputBuffer, width); in ReadLine()
1760 cupsCMYKDoBlack(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine()
1762 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine()
1765 cupsCMYKDoRGB(CMYK, PixelBuffer, InputBuffer, widt in ReadLine()
[all...]
H A Drastertoescpx.c65 short *InputBuffer; /* Color separation buffer */ variable
1035 InputBuffer = malloc(header->cupsWidth * PrinterPlanes * 2); in StartPage()
1168 free(InputBuffer); in EndPage()
1592 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ProcessLine()
1595 cupsCMYKDoGray(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine()
1599 cupsCMYKDoBlack(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine()
1607 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ProcessLine()
1610 cupsCMYKDoRGB(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine()
1614 cupsCMYKDoCMYK(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine()
1624 cupsDitherLine(DitherStates[plane], DitherLuts[plane], InputBuffer in ProcessLine()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DTextAPIReader.h23 get(MemoryBufferRef InputBuffer);
/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.h101 PIO_STATUS_BLOCK IoStatusBlock, ULONG IoControlCode, PVOID InputBuffer,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp1108 TextAPIReader::get(MemoryBufferRef InputBuffer) { in get() argument
1110 Ctx.Path = InputBuffer.getBufferIdentifier(); in get()
1111 yaml::Input YAMLIn(InputBuffer.getBuffer(), &Ctx, DiagHandler, &Ctx); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h82 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true,
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c259 PVOID InputBuffer,
272 PVOID InputBuffer,
/third_party/libuv/src/win/
H A Dwinapi.h4546 PVOID InputBuffer,
/third_party/node/deps/uv/src/win/
H A Dwinapi.h4546 PVOID InputBuffer,

Completed in 49 milliseconds