Searched refs:version (Results 1 - 25 of 4103) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c10 * it under the terms of the GNU General Public License version 2 as
14 * This version hacked for emulating 2kpage NAND for YAFFS2 testing.
20 #include <linux/version.h>
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c11 * it under the terms of the GNU General Public License version 2 as
40 #include <linux/version.h>
1555 /* Check for version 2 style functions */
H A Dyaffs_guts.c10 * it under the terms of the GNU General Public License version 2 as
3431 cp.version = YAFFS_CHECKPOINT_VERSION;
3448 (cp.version == YAFFS_CHECKPOINT_VERSION) &&
H A Dyaffs_guts.h11 * it under the terms of the GNU Lesser General Public License version 2.1 as
755 int version; member in struct:__anon34333
787 __u32 version; member in struct:__anon34335
H A Dyportenv.h12 * it under the terms of the GNU Lesser General Public License version 2.1 as
36 #include <linux/version.h>
/external/zlib/
H A DAndroid.mk4 # measurements show that the ARM version of ZLib is about x1.17 faster
/external/zlib/src/as400/
H A Dzlib.inc3 * ILE RPG400 version by Patrick Monnerat, DATASPHERE.
11 * the package version string and the stream control structure.
282 D version * value options(*string) Version string
294 D version * value options(*string) Version string
315 D version * value options(*string) Version string
353 D version * value options(*string) Version string
395 D version * value options(*string) Version string
/external/zlib/src/
H A Dconfigure30 # extract zlib version numbers from zlib.h
37 if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then
45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
87 rm -f $test.[co] $test $test$shared_ext $test.gcno ./--version
155 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
187 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
189 LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"}
403 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
H A Ddeflate.c25 * A previous version of this file used a more sophisticated algorithm
201 int ZEXPORT deflateInit_(strm, level, version, stream_size)
204 const char *version;
208 Z_DEFAULT_STRATEGY, version, stream_size);
214 version, stream_size)
221 const char *version;
233 if (version == Z_NULL || version[0] != my_version[0] ||
1145 /* For 80x86 and 680x0, an optimized version will be provided in match.asm or
1295 * Optimized version fo
[all...]
H A Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
32 const char *version;
37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
H A Dinflate.c10 * - First version -- complete rewrite of inflate to simplify code, avoid
180 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
183 const char *version;
189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
222 int ZEXPORT inflateInit_(strm, version, stream_size)
224 const char *version;
227 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
/external/zlib/src/contrib/delphi/
H A DZLib.pas241 function deflateInit_(var strm: TZStreamRec; level: Integer; version: PChar;
247 function inflateInit_(var strm: TZStreamRec; version: PChar;
/external/zlib/src/contrib/infback9/
H A Dinfback9.c19 int ZEXPORT inflateBack9Init_(strm, window, version, stream_size)
22 const char *version;
27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
H A Dinfback9.h29 const char *version,
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm43 ; Be carrefull to adapt zlib1222add below to your version of zLib
44 ; (if you use a version of zLib before 1.0.4 or after 1.2.2.2, change
H A Dinffasx64.asm1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
2 ; version for AMD64 on Windows using Microsoft C compiler
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
H A Dmatch686.asm4 ; for MASM. This is as assembly version of longest_match
18 ; (and the faster known version of match_init on modern Core 2 Duo and AMD Phenom)
20 ; for using an assembly version of longest_match, you need define ASMV in project
26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
27 ; Pentium (prior Pentium Pro) and this version for Pentium Pro and modern processor
29 ; if you want support the old pentium optimization, you can still use these version
35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match()
/external/zlib/src/contrib/minizip/
H A Dmztools.c54 unsigned int version = READ_16(header + 4); local
153 WRITE_16(header + 4, version);
154 WRITE_16(header + 6, version);
H A Dunzip.c23 See the accompanying file LICENSE, version 2000-Apr-09 or later
28 crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h]
38 version without encryption capabilities).
643 /* version made by */
647 /* version needed to extract */
916 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.version) != UNZ_OK)
1150 pfile_info->version = file_info64.version;
1946 This is the local-header version of the extra field (sometimes, there is
1947 more info in the local-header version tha
[all...]
H A Dunzip.h113 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info64_s
114 uLong version_needed; /* version needed to extract 2 bytes */
134 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info_s
135 uLong version_needed; /* version needed to extract 2 bytes */
313 This is the Central-header version of the extra field
410 This is the local-header version of the extra field (sometimes, there is
411 more info in the local-header version than in the central-header)
/external/zlib/src/contrib/pascal/
H A Dexample.pas533 EXIT_ERR('Incompatible zlib version');
535 WriteLn('zlib version: ', zlibVersion);
H A Dzlibpas.pas161 const version: PChar; stream_size: Integer): Integer;
162 function inflateInit_(var strm: z_stream; const version: PChar;
166 const version: PChar; stream_size: Integer): Integer;
168 const version: PChar; stream_size: Integer): Integer;
171 const version: PChar; stream_size: Integer): Integer;
/external/zlib/src/contrib/untgz/
H A Duntgz.c80 char version[2]; /* 263 */ member in struct:tar_header
583 printf("untgz version 0.2.1\n"
584 " using zlib version %s\n\n",

Completed in 192 milliseconds

1234567891011>>