HomeSort by relevance Sort by last modified time
    Searched defs:OF (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
ioapi.h 38 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
39 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
40 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
41 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
42 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
43 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
44 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
60 void fill_fopen_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
  /external/zlib/contrib/minizip/
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...]
  /development/ndk/platforms/android-3/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/chromium/sdch/open-vcdiff/src/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
299 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/chromium/third_party/zlib/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
11 /* This include does prefixing as below, but with an updated set of names */
160 Of course this will generally degrade compression (there's no free lunch).
169 #ifndef OF /* function prototypes */
171 # define OF(args) args
173 # define OF(args) ()
299 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/qemu/distrib/zlib-1.2.3/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/zlib/
zconf.in.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
229 Of course this will generally degrade compression (there's no free lunch).
238 #ifndef OF /* function prototypes */
240 # define OF(args) args
242 # define OF(args) ()
389 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
157 Of course this will generally degrade compression (there's no free lunch).
166 #ifndef OF /* function prototypes */
168 # define OF(args) args
170 # define OF(args) ()
296 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/dropbear/libtomcrypt/
crypt.tex 92 This document is part of the LibTomCrypt package and is hereby released into the public domain.
121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
126 also performs extensive parameter error checking to prevent any number of run-time exploits or errors.
130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
132 provide all of the tools required to build such functionality. LibTomCrypt was designed to be a flexible library that
147 and store data in a format independent of the platform. This means if you encrypt with Blowfish on a PPC it should decrypt
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GC
    [all...]

Completed in 164 milliseconds