Searched refs:fixed (Results 51 - 75 of 97) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.c1409 /* Set fixed AP address */
3176 srq->fixed = 0; /* auto */
3237 rrq->fixed = 1;
3258 if (frq->fixed)
3303 frq->fixed = 0;
3312 frq->fixed = 1;
3348 (bitrate_table[i].automatic == ! rrq->fixed) ) {
3385 rrq->fixed = ! bitrate_table[ratemode].automatic;
4040 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
H A Dwl3501_cs.c1553 wrqu->sens.fixed = 1;
1715 wrqu->bitrate.fixed = 1;
1730 wrqu->rts.fixed = 1;
1746 wrqu->frag.fixed = 1;
1767 wrqu->txpower.fixed = 0;
1959 /* Try allocating IO ports. This tries a few fixed addresses. If you
H A Dipw2100.c1498 * event. Therefore, skip waiting for it. Just wait a fixed
7029 (!wrqu->bitrate.fixed && target_rate > 1000000))
7032 (!wrqu->bitrate.fixed && target_rate > 2000000))
7035 (!wrqu->bitrate.fixed && target_rate > 5500000))
7038 (!wrqu->bitrate.fixed && target_rate > 11000000))
7111 if (wrqu->rts.fixed == 0)
7149 wrqu->rts.fixed = 1; /* no auto select */
7175 if (wrqu->txpower.fixed == 0)
7213 wrqu->txpower.fixed = 0;
7216 wrqu->txpower.fixed
[all...]
H A Dray_cs.c1249 vwrq->fixed = 0; /* We are in auto mode */
1270 /* if(wrq->u.rts.fixed == 0) we should complain */
1298 vwrq->fixed = 1;
1319 /* if(wrq->u.frag.fixed == 0) should complain */
1346 vwrq->fixed = 1;
H A Dnetwave_cs.c509 wrqu->nwid.fixed = 1;
745 * Try allocating IO ports. This tries a few fixed addresses.
H A Datmel.c2017 if (vwrq->fixed == 0) {
2075 vwrq->fixed = 0;
2078 vwrq->fixed = 1;
2183 vwrq->fixed = 1;
2216 vwrq->fixed = 1;
H A Dairo.c750 u8 fixed[12]; /* WLAN management frame */ member in struct:__anon5997
6114 /* Now, check if we want a fixed or auto value */
6115 if(vwrq->fixed == 0) {
6125 /* One rate, fixed */
6151 vwrq->fixed = (local->config.rates[1] == 0);
6194 vwrq->fixed = 1;
6238 vwrq->fixed = 1;
6784 vwrq->fixed = 1; /* No power control */
7103 vwrq->fixed = 1;
7311 iwe.u.bitrate.fixed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S130 @ r2 - lr_<exception>, already fixed up for correct return/restart
349 @ r2 - lr_<exception>, already fixed up for correct return/restart
613 * at a fixed address in kernel memory. This is used to provide user space
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex75 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
543 in a fixed point implementation might be to assume that a 32 bit
544 fixed-point representation for floor and residue and direct
H A D01-introduction.tex57 minimum size, maximum size, or fixed/expected size. Packets
456 in a fixed point implementation might be to assume that a 32 bit
457 fixed-point representation for floor and residue and direct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c215 struct snd_interval fixed; local
218 snd_interval_any(&fixed);
219 fixed.min = fixed.max = chip->sample_rate;
220 return snd_interval_refine(rate, &fixed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl177 supplied data length values in Queue or Recno databases with fixed-length
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder.c63 #include "private/fixed.h"
886 /* 26214 is the approximate fixed-point equivalent to 0.4 (0.4 * 2^16) */
3246 /* encode fixed */
3424 if(!FLAC__subframe_add_fixed(&(subframe->data.fixed), blocksize - subframe->data.fixed.order, subframe_bps, subframe->wasted_bits, frame)) {
3528 subframe->data.fixed.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE;
3529 subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_contents;
3530 subframe->data.fixed.residual = residual;
3547 &subframe->data.fixed.entropy_coding_method
3550 subframe->data.fixed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
211 static code fixed[544]; local
213 /* build fixed huffman tables if first call (may not be thread safe) */
224 next = fixed;
275 puts(" /* inffixed.h -- table for decoding fixed codes");
790 case 1: /* fixed block */
792 Tracev((stderr, "inflate: fixed codes block%s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c697 short fixed = 0; local
711 if (fixed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
211 static code fixed[544]; local
213 /* build fixed huffman tables if first call (may not be thread safe) */
224 next = fixed;
275 puts(" /* inffixed.h -- table for decoding fixed codes");
790 case 1: /* fixed block */
792 Tracev((stderr, "inflate: fixed codes block%s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisenc.c85 int fixed; member in struct:__anon1102
418 p->noisewindowfixed=guard[block].fixed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_ioctl.c413 vwrq->fixed = 1;
659 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
873 /* Now, check if we want a fixed or auto value */
874 if (vwrq->fixed) {
921 vwrq->fixed = (data[0] != 0) && (data[1] == 0);
1215 vwrq->fixed = 1;
1239 } else if (vwrq->fixed)
1240 /* currently only fixed value is supported */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1953 - remove buildroot patch (p3), fixed upstream
2048 - Reenable debug package by (--without debug to not build it), fixed post-a23
2196 - fixed typo in system-auth-winbind.pamd (--Thanks J. Gluck).
2197 - fixed %post xxx problem (smb not started in chkconfig --Thanks Viet & B. Kenworthy).
2207 - fixed winbind/nss_wins perms (oh no I don't own that stuff ;o)
2320 - fixed smb.conf a bit, rebuilt on cooker.
2330 - fixed smbwrapper compile options.
2354 fixed creation of /var/lib/samba/{netlogon,profiles} (%dir was missing)
2368 - OOPS! fixed smbmount symlinks
2404 - fixed pos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
4192 fprintf(output, "[fixed] ");
4202 * Default/fixed value.
5515 * need not to be fixed up (i.e. the reference to be resolved).
6668 const xmlChar *fixed; local
6670 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6671 if (fixed != NULL) {
6672 if (xmlStrEqual(fixed, BAD_CAS
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
13922 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
25078 int xpathRes = 0, res, wildIDs = 0, fixed; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
4192 fprintf(output, "[fixed] ");
4202 * Default/fixed value.
5515 * need not to be fixed up (i.e. the reference to be resolved).
6668 const xmlChar *fixed; local
6670 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6671 if (fixed != NULL) {
6672 if (xmlStrEqual(fixed, BAD_CAS
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
13930 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
25102 int xpathRes = 0, res, wildIDs = 0, fixed; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
4192 fprintf(output, "[fixed] ");
4202 * Default/fixed value.
5515 * need not to be fixed up (i.e. the reference to be resolved).
6668 const xmlChar *fixed; local
6670 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6671 if (fixed != NULL) {
6672 if (xmlStrEqual(fixed, BAD_CAS
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
13922 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
25078 int xpathRes = 0, res, wildIDs = 0, fixed; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_ioctl.c872 rts->fixed = 1;
913 frag->fixed = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/djgpp/
H A Dconfig.bat3 Rem The SmallEnv tests protect against fixed and too small size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_wx.c118 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;

Completed in 620 milliseconds

1234