Home
last modified time | relevance | path

Searched refs:LZ4LIB_API (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/lz4/lib/
H A Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
142 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;…
143 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
191 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
208 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
226 LZ4LIB_API int LZ4_compressBound(int inputSize);
236 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
245 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
H A Dlz4hc.h66 LZ4LIB_API int LZ4_compress_HC (const char* src, char* dst, int srcSize, int dstCapacity, int compr…
79 LZ4LIB_API int LZ4_sizeofStateHC(void);
80 LZ4LIB_API int LZ4_compress_HC_extStateHC(void* stateHC, const char* src, char* dst, int srcSize, i…
91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
109 LZ4LIB_API LZ4_streamHC_t* LZ4_createStreamHC(void);
110 LZ4LIB_API int LZ4_freeStreamHC (LZ4_streamHC_t* streamHCPtr);
157 LZ4LIB_API void LZ4_resetStreamHC_fast(LZ4_streamHC_t* streamHCPtr, int compressionLevel); /* v1.…
158 LZ4LIB_API int LZ4_loadDictHC (LZ4_streamHC_t* streamHCPtr, const char* dictionary, int dictSize);
160 LZ4LIB_API int LZ4_compress_HC_continue (LZ4_streamHC_t* streamHCPtr,
174 LZ4LIB_API int LZ4_compress_HC_continue_destSize(LZ4_streamHC_t* LZ4_streamHCPtr,
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
192 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
201 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/lz4/lib/
Dlz4.h86 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
88 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
90 # define LZ4LIB_API LZ4LIB_VISIBILITY
105 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
106 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; unseful to check dl…
139 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
149 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
168 LZ4LIB_API int LZ4_compressBound(int inputSize);
178 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
188 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/lz4/lib/
Dlz4.h86 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
88 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
90 # define LZ4LIB_API LZ4LIB_VISIBILITY
105 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
106 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; unseful to check dl…
139 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
149 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
168 LZ4LIB_API int LZ4_compressBound(int inputSize);
178 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
188 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
192 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
201 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
Dlz4hc.h66 LZ4LIB_API int LZ4_compress_HC (const char* src, char* dst, int srcSize, int dstCapacity, int compr…
79 LZ4LIB_API int LZ4_sizeofStateHC(void);
80 LZ4LIB_API int LZ4_compress_HC_extStateHC(void* stateHC, const char* src, char* dst, int srcSize, i…
91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
109 LZ4LIB_API LZ4_streamHC_t* LZ4_createStreamHC(void);
110 LZ4LIB_API int LZ4_freeStreamHC (LZ4_streamHC_t* streamHCPtr);
155 LZ4LIB_API void LZ4_resetStreamHC_fast(LZ4_streamHC_t* streamHCPtr, int compressionLevel); /* v1.…
156 LZ4LIB_API int LZ4_loadDictHC (LZ4_streamHC_t* streamHCPtr, const char* dictionary, int dictSize);
158 LZ4LIB_API int LZ4_compress_HC_continue (LZ4_streamHC_t* streamHCPtr,
172 LZ4LIB_API int LZ4_compress_HC_continue_destSize(LZ4_streamHC_t* LZ4_streamHCPtr,
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/lz4/lib/
Dlz4.h86 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
88 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
90 # define LZ4LIB_API LZ4LIB_VISIBILITY
105 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
106 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; unseful to check dl…
139 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
149 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
168 LZ4LIB_API int LZ4_compressBound(int inputSize);
178 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
188 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/lz4/lib/
Dlz4.h86 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
88 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
90 # define LZ4LIB_API LZ4LIB_VISIBILITY
105 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
106 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; unseful to check dl…
139 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
149 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
168 LZ4LIB_API int LZ4_compressBound(int inputSize);
178 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
188 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
192 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
201 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
192 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
201 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
Dlz4hc.h66 LZ4LIB_API int LZ4_compress_HC (const char* src, char* dst, int srcSize, int dstCapacity, int compr…
79 LZ4LIB_API int LZ4_sizeofStateHC(void);
80 LZ4LIB_API int LZ4_compress_HC_extStateHC(void* stateHC, const char* src, char* dst, int srcSize, i…
91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
109 LZ4LIB_API LZ4_streamHC_t* LZ4_createStreamHC(void);
110 LZ4LIB_API int LZ4_freeStreamHC (LZ4_streamHC_t* streamHCPtr);
155 LZ4LIB_API void LZ4_resetStreamHC_fast(LZ4_streamHC_t* streamHCPtr, int compressionLevel); /* v1.…
156 LZ4LIB_API int LZ4_loadDictHC (LZ4_streamHC_t* streamHCPtr, const char* dictionary, int dictSize);
158 LZ4LIB_API int LZ4_compress_HC_continue (LZ4_streamHC_t* streamHCPtr,
172 LZ4LIB_API int LZ4_compress_HC_continue_destSize(LZ4_streamHC_t* LZ4_streamHCPtr,
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
142 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;…
143 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
189 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
205 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
223 LZ4LIB_API int LZ4_compressBound(int inputSize);
233 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
242 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
142 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;…
143 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
189 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
205 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
223 LZ4LIB_API int LZ4_compressBound(int inputSize);
233 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
242 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
142 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;…
143 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
189 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
205 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
223 LZ4LIB_API int LZ4_compressBound(int inputSize);
233 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
242 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
Dlz4hc.h66 LZ4LIB_API int LZ4_compress_HC (const char* src, char* dst, int srcSize, int dstCapacity, int compr…
79 LZ4LIB_API int LZ4_sizeofStateHC(void);
80 LZ4LIB_API int LZ4_compress_HC_extStateHC(void* stateHC, const char* src, char* dst, int srcSize, i…
91 LZ4LIB_API int LZ4_compress_HC_destSize(void* stateHC,
109 LZ4LIB_API LZ4_streamHC_t* LZ4_createStreamHC(void);
110 LZ4LIB_API int LZ4_freeStreamHC (LZ4_streamHC_t* streamHCPtr);
155 LZ4LIB_API void LZ4_resetStreamHC_fast(LZ4_streamHC_t* streamHCPtr, int compressionLevel); /* v1.…
156 LZ4LIB_API int LZ4_loadDictHC (LZ4_streamHC_t* streamHCPtr, const char* dictionary, int dictSize);
158 LZ4LIB_API int LZ4_compress_HC_continue (LZ4_streamHC_t* streamHCPtr,
172 LZ4LIB_API int LZ4_compress_HC_continue_destSize(LZ4_streamHC_t* LZ4_streamHCPtr,
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
142 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;…
143 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
189 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
205 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
223 LZ4LIB_API int LZ4_compressBound(int inputSize);
233 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
242 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/lz4/lib/
Dlz4.h93 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro
95 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen…
97 # define LZ4LIB_API LZ4LIB_VISIBILITY
112 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version …
113 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll…
148 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
164 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
182 LZ4LIB_API int LZ4_compressBound(int inputSize);
191 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc…
200 LZ4LIB_API int LZ4_sizeofState(void);
[all …]

12