HomeSort by relevance Sort by last modified time
    Searched refs:OF (Results 1 - 25 of 5232) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/zlib-1.2.3/
inffast.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
7 part of the implementation of the compression library and is
11 void inflate_fast OF((z_streamp strm, unsigned start));
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
inftrees.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
7 part of the implementation of the compression library and is
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits i
    [all...]
  /external/zlib/contrib/minizip/
iowin32.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
zip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
14 Condition of use and distribution are the same than zlib :
18 arising from the use of this software.
24 1. The origin of this software must not be misrepresented; you must not
36 See header of zip.h
64 /* like the STRICT of WIN32, we define a pointer that cannot be converted
94 uInt tm_mday; /* day of the month - [1,31] */
116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
123 will be created at the end of the file
    [all...]
unzip.h 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
7 Modifications of Unzip for Zip64
17 Condition of use and distribution are the same than zlib :
21 arising from the use of this software.
27 1. The origin of this software must not be misrepresented; you must not
39 See header of unzip64.c
65 /* like the STRICT of WIN32, we define a pointer that cannot be converted
89 uInt tm_mday; /* day of the month - [1,31] */
95 These data comes from the end of central dir */
98 ZPOS64_T number_entry; /* total number of entries i
    [all...]
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
127 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
128 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
129 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
130 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
131 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
133 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
134 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /external/zlib/
inffast.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
7 part of the implementation of the compression library and is
11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
49 decompression functions, including integrity checks of the uncompressed data.
50 This version of the library supports only one compression method (deflation)
55 or can be done by repeated calls of the compression function. In the latter
64 with an interface similar to that of stdio using the functions that start
76 the consistency of the compressed data, so the library should never crash
77 even in case of corrupted input.
80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
gzguts.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
46 extern voidp malloc OF((uInt size));
47 extern void free OF((voidpf ptr));
65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
98 unsigned have; /* amount of output data unused at next */
99 int eof; /* true if end of input file reached */
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /development/ndk/platforms/android-3/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
45 decompression functions, including integrity checks of the uncompressed
46 data. This version of the library supports only one compression method
52 repeated calls of the compression function. In the latter case, the
61 with an interface similar to that of stdio using the functions that start
73 the consistency of the compressed data, so the library should never
74 crash even in case of corrupted input.
77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 1 /* zlib.h -- interface of the 'zlib' general purpose compression library
8 arising from the use of this software.
14 1. The origin of this software must not be misrepresented; you must not
48 decompression functions, including integrity checks of the uncompressed
49 data. This version of the library supports only one compression method
55 repeated calls of the compression function. In the latter case, the
64 with an interface similar to that of stdio using the functions that start
76 the consistency of the compressed data, so the library should never
77 crash even in case of corrupted input.
80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size))
    [all...]
  /external/zlib/contrib/infback9/
infback9.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
15 * the third parameter of the "out" function actually means 65536UL.
23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm,
26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm));
27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
  /external/llvm/include/llvm-c/
Object.h 5 /* This file is distributed under the University of Illinois Open Source */
54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) {
55 return reinterpret_cast<ObjectFile*>(OF);
58 inline LLVMObjectFileRef wrap(const ObjectFile *OF) {
59 return reinterpret_cast<LLVMObjectFileRef>(const_cast<ObjectFile*>(OF));
  /external/chromium/android/
generateAndroidForwardingHeader.pl 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
16 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22 # OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
    [all...]

Completed in 1005 milliseconds

1 2 3 4 5 6 7 8 91011>>