HomeSort by relevance Sort by last modified time
    Searched refs:StatusBufferTooShort (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
Compression.h 38 StatusBufferTooShort, // there was not enough room in the output buffer
  /external/llvm/unittests/Support/
CompressionTest.cpp 39 EXPECT_EQ(zlib::StatusBufferTooShort,
  /external/llvm/lib/Support/
Compression.cpp 42 case Z_BUF_ERROR: return zlib::StatusBufferTooShort;

Completed in 1326 milliseconds