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

1 2 3

  /external/flac/libFLAC/ia32/
nasm.h 8 ; - Redistributions of source code must retain the above copyright
9 ; notice, this list of conditions and the following disclaimer.
12 ; notice, this list of conditions and the following disclaimer in the
15 ; - Neither the name of the Xiph.org Foundation nor the names of its
21 ; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 ; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
26 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
28 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THI
    [all...]
  /external/chromium_org/third_party/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...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // Implementation of the MC-JIT runtime dynamic linker.
231 // ARM PCRel relocations have an effective-PC offset of two instructions
254 // The low two bits of the value are not encoded.
285 const ObjectFile *OF = Obj.getObjectFile();
286 const MachOObjectFile *MachO = static_cast<const MachOObjectFile*>(OF);
  /external/zlib/src/contrib/minizip/
ioapi.h 2 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
159 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_org/sdch/open-vcdiff/src/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
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/open-vcdiff/src/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
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/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/4/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. */
  /prebuilts/ndk/5/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. */
  /prebuilts/ndk/6/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. */
  /prebuilts/ndk/6/platforms/android-3/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. */
  /prebuilts/ndk/7/platforms/android-14/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. */
  /prebuilts/ndk/7/platforms/android-14/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. */
  /prebuilts/ndk/7/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. */
  /prebuilts/ndk/7/platforms/android-3/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. */
  /prebuilts/ndk/7/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. */
  /prebuilts/ndk/7/platforms/android-4/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. */
  /prebuilts/ndk/7/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. */

Completed in 517 milliseconds

1 2 3