Searched refs:version (Results 376 - 400 of 5386) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_set.h16 get_version(unsigned *version) argument
32 *version = req_version.version;
44 sockfd = get_version(&req.version);
73 sockfd = get_version(&req.version);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfraps.c11 * version 2.1 of the License, or (at your option) any later version.
29 * Codec algorithm for version 0 is taken from Transcode <www.transcoding.org>
140 unsigned int version,header_size; local
155 version = header & 0xff;
158 if (version > 5) {
160 "This file is encoded with Fraps version %d. " \
161 "This codec can only decode versions <= 5.\n", version);
167 if (version < 2) {
169 if (version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dsumversion.c31 * the Free Software Foundation; either version 2 of the License, or
32 * (at your option) any later version.
465 static int strip_rcs_crap(char *version) argument
469 if (strncmp(version, "$Revision", strlen("$Revision")) != 0)
472 /* Space for version string follows. */
473 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2;
475 /* Move string to start with version number: prefix will be
478 if (version[le
495 maybe_frob_rcs_version(const char *modfilename, char *version, void *modinfo, unsigned long version_offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.c10 * version 2.1 of the License, or (at your option) any later version.
73 *@param version wma version
77 int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version, argument
86 (sample_rate <= 32000 && version == 1)) {
88 } else if (sample_rate <= 48000 || version < 3) {
96 if (version == 3) {
133 s->version = 1;
135 s->version
473 ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb, VLC *vlc, const float *level_table, const uint16_t *run_table, int version, WMACoef *ptr, int offset, int num_coefs, int block_len, int frame_len_bits, int coef_nb_bits) argument
[all...]
H A Dwma.h10 * version 2.1 of the License, or (at your option) any later version.
74 int version; ///< 1 = 0x160 (WMAV1), 2 = 0x161 (WMAV2) member in struct:WMACodecContext
153 int av_cold ff_wma_get_frame_len_bits(int sample_rate, int version,
162 int version, WMACoef *ptr, int offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dsummary.c86 dbg_summary("xattr (xid=%u, version=%u) added to summary\n",
87 je32_to_cpu(item->x.xid), je32_to_cpu(item->x.version));
123 temp->version = ri->version;
144 temp->version = rd->version;
166 temp->version = rx->version;
271 temp->version = node->i.version;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_asn1.c121 ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
143 ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
167 ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
186 ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
203 ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
215 ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
222 ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Daboutdlginfo.tex17 name, version, copyright and so on, as well as lists of the program developers,
28 generic version provided by wxWidgets and so the generic version is used if
29 wxAboutDialogInfo has any fields not supported by the native version. Currently
30 GTK+ version supports all the possible fields natively but MSW and Mac versions
33 use the generic version so you should avoid specifying these fields to achieve
173 Only GTK+ version supports showing the licence text in the native about dialog
174 currently so the generic version will be used under all the other platforms if
206 \func{void}{SetVersion}{\param{const wxString\& }{version}}
208 Set the version o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep045.tcl13 # TEST The "version database" identifies the current live
14 # TEST version, the database against which queries are made.
15 # TEST For example, the version database might say the current
16 # TEST version is 3, and queries would then be sent to db.3.
17 # TEST Version 4 is prepared for use while version 3 is in use.
18 # TEST When version 4 is complete, the version database is updated
19 # TEST to point to version 4 so queries can be directed there.
43 puts "Rep$tnum ($method): Replication with version\
122 puts "\tRep$tnum.a: Initialize version databas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_asn1.c90 ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
111 ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
135 ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
153 ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
170 ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
182 ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
189 ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c121 ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
143 ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
167 ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
186 ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
203 ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
215 ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
222 ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dindycam.c8 * it under the terms of the GNU General Public License version 2 as
51 u8 version; member in struct:indycam
205 if (camera->version == CAMERA_VERSION_MOOSE) {
273 if (camera->version == CAMERA_VERSION_MOOSE) {
294 camera->version);
326 camera->version = i2c_smbus_read_byte_data(client,
328 if (camera->version != CAMERA_VERSION_INDY &&
329 camera->version != CAMERA_VERSION_MOOSE) {
335 INDYCAM_VERSION_MAJOR(camera->version),
336 INDYCAM_VERSION_MINOR(camera->version));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c67 u_int32_t logcflag, newversion, version; local
226 * the print table. Use the current version. If we're printing
227 * the log then initialize version to 0 so that we get the
228 * correct version right away.
231 version = DB_LOGVERSION;
233 version = 0;
238 (ret = db_printlog_env_init_print(env, version, &dtab)) != 0) {
268 * version of the log file changed as well.
271 if ((ret = logc->version(logc, &newversion, 0)) != 0) {
272 dbenv->err(dbenv, ret, "DB_LOGC->version");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Ddb_printlog.c53 u_int32_t logcflag, newversion, version; local
211 * the print table. Use the current version. If we're printing
212 * the log then initialize version to 0 so that we get the
213 * correct version right away.
216 version = DB_LOGVERSION;
218 version = 0;
223 (ret = env_init_print(env, version, &dtab)) != 0) {
253 * version of the log file changed as well.
256 if ((ret = logc->version(logc, &newversion, 0)) != 0) {
257 dbenv->err(dbenv, ret, "DB_LOGC->version");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvocenc.c10 * version 2.1 of the License, or (at your option) any later version.
35 const int version = 0x0114; local
48 avio_wl16(pb, version);
49 avio_wl16(pb, ~version + 0x1234);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dasp.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
26 #define ASP_VER_OFFSET 0x20 /* offset of ASP version */
78 asp.version = gsc_readb(dev->hpa.start + ASP_VER_OFFSET) & 0xf;
79 asp.name = (asp.version == 1) ? "Asp" : "Cutoff";
82 printk(KERN_INFO "%s version %d at 0x%lx found.\n",
83 asp.name, asp.version, (unsigned long)dev->hpa.start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dproc.c21 unsigned int version = cpu_data[n].processor_id; local
41 (version >> 4) & 0x0f, version & 0x0f,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnfsctl.c91 int version; local
94 if (copy_from_user(&version, &arg->ca_version, sizeof(int)))
97 if (version != NFSCTL_VERSION)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dsun.c23 __be32 version; /* Layout version */ member in struct:sun_disklabel::sun_vtoc
88 (be32_to_cpu(label->vtoc.version) == 1) &&
99 label->vtoc.version || label->vtoc.nparts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/config/
H A Dnetatalk-config27 --version output netatalk version information
97 --version)
H A Dnetatalk-config.in27 --version output netatalk version information
97 --version)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dautogen.sh21 if [ `("$1" --version || echo "0") | cvtver` -ge "$2" ]; then
108 if ${host}-gcc --version >/dev/null 2>&1 ; then
157 if ${host}-gcc --version >/dev/null 2>&1 ; then
207 echo "**Error**: version information not found in "\`${configure_ac}\'"." >&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/doc/
H A DMakefile.am6 ## the Free Software Foundation; either version 3 of the License, or
7 ## (at your option) any later version.
33 # List of texinfo sources @included by libunistring.texi, excluding version.texi.
43 $(srcdir)/stamp-vti: $(info_TEXINFOS) $(libunistring_TEXINFOS) $(top_srcdir)/version.sh
50 cmp -s vti.tmp $(srcdir)/version.texi \
51 || (echo "Updating $(srcdir)/version.texi"; \
52 cp vti.tmp $(srcdir)/version.texi)
54 cp $(srcdir)/version.texi $@
138 libunistring.html: libunistring.texi version.texi $(libunistring_TEXINFOS)
141 libunistring_toc.html: libunistring.texi version
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dautogen.sh21 if [ `("$1" --version || echo "0") | cvtver` -ge "$2" ]; then
105 if ${host}-gcc --version >/dev/null 2>&1 ; then
154 if ${host}-gcc --version >/dev/null 2>&1 ; then
204 echo "**Error**: version information not found in "\`${configure_ac}\'"." >&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dautogen.sh21 if [ `("$1" --version || echo "0") | cvtver` -ge "$2" ]; then
108 if ${host}-gcc --version >/dev/null 2>&1 ; then
157 if ${host}-gcc --version >/dev/null 2>&1 ; then
207 echo "**Error**: version information not found in "\`${configure_ac}\'"." >&2

Completed in 426 milliseconds

<<11121314151617181920>>