Searched refs:fset (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c188 fd_set fset; local
204 FD_ZERO(&fset);
205 FD_SET(fd, &fset);
208 if (select(fd+1,&fset,NULL,NULL,&t) < 0)
210 else if (FD_ISSET(fd, &fset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c229 fd_set fset; local
242 FD_ZERO(&fset);
243 FD_SET(fd, &fset);
245 if (select(fd+1,&fset,NULL,NULL,&t) >= 0)
248 if (FD_ISSET(fd, &fset))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsysscript.tcl157 set fset ""
160 lappend fset $f
164 foreach i $fset {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c136 int fset; ///< which filter set to use (calculated from compression level) member in struct:APEContext
193 s->fset = s->compression_level / 1000 - 1;
195 if (!ape_filter_orders[s->fset][i])
197 s->filterbuf[i] = av_malloc((ape_filter_orders[s->fset][i] * 3 + HISTORY_SIZE) * 4);
732 if (!ape_filter_orders[ctx->fset][i])
734 apply_filter(ctx, ctx->filters[i], decoded0, decoded1, count, ape_filter_orders[ctx->fset][i], ape_filter_fracbits[ctx->fset][i]);
745 if (!ape_filter_orders[ctx->fset][i])
747 init_filter(ctx, ctx->filters[i], ctx->filterbuf[i], ape_filter_orders[ctx->fset][i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-compat.el56 (fset 'po-with-temp-buffer (symbol-function 'with-temp-buffer))
H A Dpo-mode.el487 (fset 'po-buffer-substring
493 (fset 'po-match-string (symbol-function 'match-string-no-properties))
501 (fset 'po-with-temp-buffer (symbol-function 'with-temp-buffer))
521 (fset 'po-kill-new (symbol-function 'kill-new))
531 (fset 'po-read-event
545 (fset 'po-force-mode-line-update
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dsuper.c915 struct fileSetDesc *fset; local
917 fset = (struct fileSetDesc *)bh->b_data;
919 *root = lelb_to_cpu(fset->rootDirectoryICB.extLocation);
921 UDF_SB_SERIALNUM(sb) = le16_to_cpu(fset->descTag.tagSerialNum);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c486 } fset; member in union:pl_args
532 if (get_user(error, &args->fset.nbytes))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpcnet32.c1596 int fdx, mii, fset, dxsuflo; local
1631 fdx = mii = fset = dxsuflo = 0;
1652 fset = 1;
1658 fset = 1;
1709 if (fset) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h5448 uint8 fset_cnt; /* count of all wl_tfs_fset_t in fset array */
5449 wl_tfs_fset_t fset[1]; /* VLA of wl_tfs_fset_t */ member in struct:wl_tfs_status

Completed in 116 milliseconds