Searched refs:fixed (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/phy/
H A Dfixed.c2 * drivers/net/phy/fixed.c
4 * Driver for fixed PHYs, when transceiver is able to operate in one fixed mode.
73 struct fixed_info *fixed; local
80 fixed = phydev->bus->priv;
81 fixed->link_update = link_update;
93 static int fixed_mdio_update_regs(struct fixed_info *fixed) argument
95 u16 *regs = fixed->regs;
104 if(fixed->phy_status.link)
107 if(fixed
141 struct fixed_info *fixed = bus->priv; local
203 struct fixed_info *fixed; local
[all...]
H A DMakefile14 obj-$(CONFIG_FIXED_PHY) += fixed.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A DMakefile.am38 fixed.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/test/schemas/
H A Dinclude1_0.inc10 <xsd:attribute name="bar" type="barType" fixed="o"/>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.c76 const FLAC__bool is_rice2 = subframe->data.fixed.entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2;
84 FLAC__ASSERT(subframe->data.fixed.entropy_coding_method.type <= FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2);
85 fprintf(fout, "\torder=%u\tresidual_type=%s\tpartition_order=%u\n", subframe->data.fixed.order, is_rice2? "RICE2":"RICE", subframe->data.fixed.entropy_coding_method.data.partitioned_rice.order);
86 for(i = 0; i < subframe->data.fixed.order; i++)
87 fprintf(fout, "\t\twarmup[%u]=%d\n", i, subframe->data.fixed.warmup[i]);
88 partitions = (1u << subframe->data.fixed.entropy_coding_method.data.partitioned_rice.order);
90 unsigned parameter = subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents->parameters[i];
92 fprintf(fout, "\t\tparameter[%u]=ESCAPE, raw_bits=%u\n", i, subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents->raw_bits[i]);
97 for(i = 0; i < frame->header.blocksize-subframe->data.fixed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dtestcurl.pl67 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
77 $fixed=0;
268 $infixed=$fixed;
277 $fixed=1;
284 $fixed=2;
291 $fixed=3;
304 if ($fixed < 4) {
305 $fixed=4;
312 print F "fixed='$fixed'\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A DMakefile.lite71 fixed.c \
H A DMakefile.am106 fixed.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm.h97 static inline int array_too_big(unsigned long fixed, unsigned long obj, argument
100 return (num > (ULONG_MAX - fixed) / obj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.h70 * "fixed" is only set to 1 once in initialization. Set to 0 otherwise.
72 void bcm43xx_phy_lo_adjust(struct bcm43xx_private *bcm, int fixed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h81 __be32 fixed; member in struct:hippi_fp_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Derror_resilience.c315 uint8_t fixed[s->mb_stride * s->mb_height]; local
334 fixed[mb_xy]= f;
389 if(fixed[mb_xy]==MV_FROZEN) continue;
394 if(mb_x>0 && fixed[mb_xy-1 ]==MV_FROZEN) j=1;
395 if(mb_x+1<mb_width && fixed[mb_xy+1 ]==MV_FROZEN) j=1;
396 if(mb_y>0 && fixed[mb_xy-mb_stride]==MV_FROZEN) j=1;
397 if(mb_y+1<mb_height && fixed[mb_xy+mb_stride]==MV_FROZEN) j=1;
401 if(mb_x>0 && fixed[mb_xy-1 ]==MV_CHANGED) j=1;
402 if(mb_x+1<mb_width && fixed[mb_xy+1 ]==MV_CHANGED) j=1;
403 if(mb_y>0 && fixed[mb_x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest014.tcl18 set fixed 0
22 set fixed 1
36 if { $fixed == 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dslice.c394 int fixed = (flags & MAP_FIXED); local
407 if (fixed && (addr & ((1ul << pshift) - 1)))
409 if (fixed && addr > (mm->task_size - len))
413 if (!fixed && addr) {
425 if ((addr != 0 || fixed) && (mm->task_size - len) >= addr) {
428 if (!fixed && !slice_area_is_free(mm, addr, len))
458 if (fixed)
614 * be fixed as the generic code gets fixed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dpaging_tmpl.h400 int fixed; local
435 fixed = FNAME(fix_write_pf)(vcpu, shadow_pte, &walker, addr,
438 fixed = fix_read_pf(shadow_pte);
452 kvm_mmu_audit(vcpu, "post page fault (fixed)");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtraps.c659 int sig, code, fixed = 0; local
661 fixed = fix_alignment(regs);
662 if (fixed == 1) {
667 if (fixed == -EFAULT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dhippi.c63 hip->fp.fixed = htonl(0x04800018);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.c1102 read them, unless we poll on a fixed interval we can't
1175 iwe.u.bitrate.fixed = 0;
1266 if (!rrq->fixed) { /* Also enable all lower bitrates */
1304 rrq->fixed = 0;
1317 if (rts->disabled || !rts->fixed)
1342 rts->fixed = 1;
1354 if (frag->disabled || !frag->fixed)
1380 frag->fixed = 1;
1638 rrq->fixed = 1;
1688 rrq->fixed
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex176 \verb|local <S>| sets fixed local address for tunneled
235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
240 \item \verb|tos T| --- set fixed tos \verb|T| on tunneled packets.
248 It is enabled by default. Note that fixed ttl is incompatible
249 with this option: tunnels with fixed ttl always make pmtu discovery.
447 to use option \verb|dev DEV| to bind tunnel to a fixed physical device.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl18 [ B<--fixed=>I<font> ]
56 =item fixed
58 The fixed font to use for code refs. Defaults to CW.
214 (F) The font specified with the C<--fixed> option was not
325 --fixed=font (default "$DEF_FIXED")
336 fixed=s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl18 [ B<--fixed=>I<font> ]
56 =item fixed
58 The fixed font to use for code refs. Defaults to CW.
214 (F) The font specified with the C<--fixed> option was not
325 --fixed=font (default "$DEF_FIXED")
336 fixed=s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
293 case 1: /* fixed block */
298 Tracev((stderr, "inflate: fixed codes block%s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
74 * they are fixed by the deflate format.
80 #define FIXLCODES 288 /* number of fixed literal/length codes */
214 * in the deflate format. See the format notes for fixed() and dynamic().
308 * fixed() and is not verified by construct().
312 * - Permitted and expected examples of incomplete codes are one of the fixed
314 * bit instead of zero bits. See the format notes for fixed() and dynamic().
364 * - Compressed data that is after the block type if fixed or after the code
451 if (symbol >= 29) return -9; /* invalid fixed code */
474 /* done with a valid fixed o
502 local int fixed(struct state *s) function
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
293 case 1: /* fixed block */
298 Tracev((stderr, "inflate: fixed codes block%s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
74 * they are fixed by the deflate format.
80 #define FIXLCODES 288 /* number of fixed literal/length codes */
214 * in the deflate format. See the format notes for fixed() and dynamic().
308 * fixed() and is not verified by construct().
312 * - Permitted and expected examples of incomplete codes are one of the fixed
314 * bit instead of zero bits. See the format notes for fixed() and dynamic().
364 * - Compressed data that is after the block type if fixed or after the code
451 if (symbol >= 29) return -9; /* invalid fixed code */
474 /* done with a valid fixed o
502 local int fixed(struct state *s) function
[all...]

Completed in 164 milliseconds

1234