1 /* Automatically generated header! Do not edit! */ 2 3 #ifndef _PPCINLINE_BZ2_H 4 #define _PPCINLINE_BZ2_H 5 6 #ifndef __PPCINLINE_MACROS_H 7 #include <ppcinline/macros.h> 8 #endif /* !__PPCINLINE_MACROS_H */ 9 10 #ifndef BZ2_BASE_NAME 11 #define BZ2_BASE_NAME BZ2Base 12 #endif /* !BZ2_BASE_NAME */ 13 14 #define BZ2_bzlibVersion() \ 15 (((const char *(*)(void))*(void**)((long)(BZ2_BASE_NAME) - 28))()) 16 17 #define BZ2_bzBuffToBuffDecompress(__p0, __p1, __p2, __p3, __p4, __p5) \ 18 (((int (*)(char *, unsigned int *, char *, unsigned int , int , int ))*(void**)((long)(BZ2_BASE_NAME) - 148))(__p0, __p1, __p2, __p3, __p4, __p5)) 19 20 #define BZ2_bzCompressInit(__p0, __p1, __p2, __p3) \ 21 (((int (*)(bz_stream *, int , int , int ))*(void**)((long)(BZ2_BASE_NAME) - 82))(__p0, __p1, __p2, __p3)) 22 23 #define BZ2_bzCompressEnd(__p0) \ 24 (((int (*)(bz_stream *))*(void**)((long)(BZ2_BASE_NAME) - 94))(__p0)) 25 26 #define BZ2_bzDecompressInit(__p0, __p1, __p2) \ 27 (((int (*)(bz_stream *, int , int ))*(void**)((long)(BZ2_BASE_NAME) - 100))(__p0, __p1, __p2)) 28 29 #define BZ2_bzCompress(__p0, __p1) \ 30 (((int (*)(bz_stream *, int ))*(void**)((long)(BZ2_BASE_NAME) - 88))(__p0, __p1)) 31 32 #define BZ2_bzDecompressEnd(__p0) \ 33 (((int (*)(bz_stream *))*(void**)((long)(BZ2_BASE_NAME) - 112))(__p0)) 34 35 #define BZ2_bzDecompress(__p0) \ 36 (((int (*)(bz_stream *))*(void**)((long)(BZ2_BASE_NAME) - 106))(__p0)) 37 38 #define BZ2_bzBuffToBuffCompress(__p0, __p1, __p2, __p3, __p4, __p5, __p6) \ 39 (((int (*)(char *, unsigned int *, char *, unsigned int , int , int , int ))*(void**)((long)(BZ2_BASE_NAME) - 142))(__p0, __p1, __p2, __p3, __p4, __p5, __p6)) 40 41 #endif /* !_PPCINLINE_BZ2_H */