Searched refs:ext (Results 276 - 300 of 548) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_westwood.c259 static void tcp_westwood_info(struct sock *sk, u32 ext, argument
263 if (ext & (1 << (INET_DIAG_VEGASINFO - 1))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A DMakefile372 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
373 case "$$ext" in \
375 *) ext='1' ;; \
379 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
393 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
394 case "$$ext" in \
396 *) ext='1' ;; \
400 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c184 char *ext=NULL; local
188 ext=dot+1;
190 ext="";
196 if(!strcmp(ext,"vqh")){
213 if(!strcmp(ext,"vqd") && !points){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c263 char *ext; local
265 ext = strrchr(filename, '.');
266 if(ext)
267 if(!strcasecmp(ext, ".flac") || !strcasecmp(ext, ".fla"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c640 char ext[EXTENSION_MAX + 1]; variable
711 && parsename(pathcomp, fname, ext))
714 extlen = strlen(ext);
726 ptr = ext;
736 ptr = ext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c737 if(z->ext)
738 eb_l_ptr = realloc(z->extra, (z->ext + EF_L_UT_UX2_SIZE));
754 eb_l_ptr += z->ext;
755 z->ext += EF_L_UT_UX2_SIZE;
842 z->ext = sizeof(qdosextra);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c3179 struct iw_encode_ext *ext = (struct iw_encode_ext *) extra; local
3197 addr = ext->addr.sa_data;
3221 ext->alg == IW_ENCODE_ALG_NONE) {
3227 switch (ext->alg) {
3242 local->dev->name, ext->alg);
3259 if (sta_ptr || ext->alg != IW_ENCODE_ALG_WEP) {
3297 if ((!(ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY) || ext->key_len > 0)
3299 (*crypt)->ops->set_key(ext->key, ext
3357 struct iw_encode_ext *ext = (struct iw_encode_ext *) extra; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.c585 int ext, csrc; local
591 ext = buf[0] & 0x10;
630 if (ext) {
635 ext = (AV_RB16(buf + 2) + 1) << 2;
637 if (len < ext)
640 len -= ext;
641 buf += ext;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9t112.c299 static int mt9t112_clock_info(const struct i2c_client *client, u32 ext) argument
305 ext /= 1000; /* kbyte order */
328 enable = ((6000 > ext) || (54000 < ext)) ? "X" : "";
329 dev_info(&client->dev, "EXTCLK : %10u K %s\n", ext, enable);
331 vco = 2 * m * ext / (n+1);
358 clk = ext / (n+1);
H A Dhexium_orion.c415 .ext = &extension,
420 .ext = &extension,
425 .ext = &extension,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_wx.c906 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; local
910 ext->alg == IW_ENCODE_ALG_NONE) //none is not allowed to use hwsec WB 2008.07.01
913 alg = (ext->alg == IW_ENCODE_ALG_CCMP)?KEY_TYPE_CCMP:ext->alg; // as IW_ENCODE_ALG_CCMP is defined to be 3 and KEY_TYPE_CCMP is defined to 4;
917 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY;
921 if ((ext->key_len == 13) && (alg == KEY_TYPE_WEP40) )
926 memcpy((u8*)key, ext->key, 16); //we only get 16 bytes key.why? WB 2008.7.1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_h323_asn1.c495 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; local
506 ext = (f->attr & EXT) ? get_bit(bs) : 0;
554 if (!ext)
702 unsigned int type, ext, len = 0; local
714 ext = 1;
717 ext = 0;
743 if (ext || (son->attr & OPEN)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd.c82 char *ext; member in struct:content_type_map
759 char *ext; local
902 ext = strrchr(path, '.');
903 if (ext)
905 for (i = 0; ext2ctype[i].ext; i++)
907 if (strcmp(ext, ext2ctype[i].ext) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut3d.c561 const char *ext; local
576 ext = strrchr(lut3d->file, '.');
577 if (!ext) {
582 ext++;
584 if (!av_strcasecmp(ext, "dat")) {
586 } else if (!av_strcasecmp(ext, "3dl")) {
588 } else if (!av_strcasecmp(ext, "cube")) {
590 } else if (!av_strcasecmp(ext, "m3d")) {
593 av_log(ctx, AV_LOG_ERROR, "Unrecognized '.%s' file type\n", ext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmk_direntry.c460 strncpy(dosname + 8, dir.ext, 3);
707 strncpy(dir->ext, dn->ext, 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_acorn.c263 int *ext);
266 #define xosargs_read_ext(file, ext) \
270 ext)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp116 wxString ext; local
117 wxSplitPath(path, NULL, NULL, &ext);
121 return ext.MakeLower();
315 wxString path, name, ext; local
316 wxSplitPath(fileName, & path, & name, & ext);
318 if (ext.empty())
721 const wxString& ext,
731 m_defaultExt = ext;
2191 wxString pathInMenu, path, filename, ext; local
2192 wxSplitPath( m_fileHistory[i], &path, &filename, &ext );
717 wxDocTemplate(wxDocManager *manager, const wxString& descr, const wxString& filter, const wxString& dir, const wxString& ext, const wxString& docTypeName, const wxString& viewTypeName, wxClassInfo *docClassInfo, wxClassInfo *viewClassInfo, long flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dtblcmp.c859 * entry of "pr" will appear in "ext".
862 * as transitions to "SAME_TRANS" in "ext". The total number of differences
864 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
867 int tbldiff( state, pr, ext )
868 int state[], pr, ext[];
870 register int i, *sp = state, *ep = ext, *protp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dunicode.c432 uint8_t ext[EXT_SIZE]; local
451 ext[localExtIndex++] = curr;
470 newName[newIndex++] = ext[index];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_alt.c271 X509_EXTENSION *ext; local
280 if(!(ext = X509_get_ext(ctx->issuer_cert, i)) ||
281 !(ialt = X509V3_EXT_d2i(ext)) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_openssl.c209 if (strncmp("ext:",x509_username_field,4) == 0)
368 X509_EXTENSION *ext = X509_get_ext(x509, i); local
369 if (ext)
374 if (X509V3_EXT_print(bio, ext, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S88 | ;ext=00, sgl=01, dbl=10
113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias)
114 | get rid of ext integer bit
184 | sgl_exp = ext_exp - $3fff(ext bias) + $7f(sgl bias)
185 | get rid of ext integer bit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c373 z->ext = 0; /* init to no extra field */
429 z->cext = z->ext = sizeof(ZEXTRAFLD) - $MXACL + aclend + 4;
463 z->ext = sizeof(ZEXTRAFLD) - $MXACL + aclend + 4;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dtblcmp.c859 * entry of "pr" will appear in "ext".
862 * as transitions to "SAME_TRANS" in "ext". The total number of differences
864 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
867 int tbldiff( state, pr, ext )
868 int state[], pr, ext[];
870 register int i, *sp = state, *ep = ext, *protp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp227 byte ext; member in struct:PacketFormat
260 byte ext; member in struct:PacketFormatV1
884 pfa.pf.ext = 0;
890 pfa1.pf.ext = 0;
907 pfa.pf.ext = 1;
911 pfa1.pf.ext = 1;
948 pfe.pf.ext = 2;
953 pfe1.pf.ext = 2;
988 pf.ext = 0;
994 pf1.ext
[all...]

Completed in 313 milliseconds

<<11121314151617181920>>