Home
last modified time | relevance | path

Searched defs:rawCompress (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/main/java/org/xerial/snappy/
H A DSnappyNative.java49 public native long rawCompress(long inputAddr, long inputSize, long destAddr) in rawCompress() method in SnappyNative
55 …public native int rawCompress(ByteBuffer input, int inputOffset, int inputLength, ByteBuffer compr… in rawCompress() method in SnappyNative
59 …public native int rawCompress(Object input, int inputOffset, int inputByteLength, Object output, i… in rawCompress() method in SnappyNative
H A DSnappy.java388 public static long rawCompress(long inputAddr, long inputSize, long destAddr) in rawCompress() method in Snappy
416 public static byte[] rawCompress(Object data, int byteSize) in rawCompress() method in Snappy
438 …public static int rawCompress(Object input, int inputOffset, int inputLength, byte[] output, int o… in rawCompress() method in Snappy
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Dcompress.cpp41 void rawCompress(const char* input, in rawCompress() function