Searched refs:stretch (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.h63 int stretch; member in struct:__anon1085
H A Denvelope.c107 /* stretch is used to gradually lengthen the number of windows
109 int stretch=max(VE_MINSTRETCH,ve->stretch/2); local
110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH);
184 for(i=0;i<stretch;i++){
236 ve->stretch++;
237 if(ve->stretch>VE_MAXSTRETCH*2)
238 ve->stretch=VE_MAXSTRETCH*2;
256 if(ret&4)ve->stretch=-1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dataflop.c92 unsigned stretch; /* track doubling ? */ member in struct:atari_disk_type
111 { "h410",10,820, 0, 1}, /* 10: 410k diskette 41 tr 10 sec, stretch */
114 { "h420",10,840, 0, 1}, /* 13: 420k diskette 42 tr 10 sec, stretch */
755 else if (UD.track != ReqTrack << UDT->stretch)
812 if (SUD.track == ReqTrack << SUDT->stretch) {
823 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch);
851 SUD.track = ReqTrack << SUDT->stretch;
900 /* Cheat for track if stretch != 0 */
901 if (SUDT->stretch) {
904 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch);
[all...]
H A Dfloppy.c86 * by defining bit 1 of the "stretch" parameter to mean put sectors on the
314 #define PH_HEAD(floppy,head) (((((floppy)->stretch & 2) >>1) ^ head) << 2)
315 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH)
422 * Bit 0 of 'stretch' tells if the tracks need to be doubled for some
423 * types (e.g. 360kB diskette in 1.2MB drive, etc.). Bit 1 of 'stretch'
429 * 'stretch' should probably be renamed to something more general, like
2229 if (_floppy->stretch & FD_ZEROBASED) {
2635 if (((_floppy->stretch & (FD_SWAPSIDES | FD_ZEROBASED)) ||
2665 ((_floppy->stretch & FD_ZEROBASED) ? 0 : 1);
3300 (g->stretch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772.c185 unsigned stretch; /* track doubling ? */ member in struct:archy_disk_type
659 else if (unit[drive].track != ReqTrack << unit[drive].disktype->stretch)
713 unit[SelectedDrive].disktype->stretch) {
718 unit[SelectedDrive].disktype->stretch);
749 unit[SelectedDrive].disktype->stretch;
797 /* Cheat for track if stretch != 0 */
798 if (unit[SelectedDrive].disktype->stretch) {
801 unit[SelectedDrive].disktype->stretch);
937 /* Correct the track if stretch != 0 */
938 if (unit[SelectedDrive].disktype->stretch) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdformat.c21 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfd.h18 stretch; /* !=0 means double track steps */ member in struct:floppy_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c110 unsigned int stretch:1; member in struct:Xdf_t
215 This->current_track << This->stretch);
611 This->stretch = 0;
H A Ddevices.c757 #define STRETCH(floppy) floppy.stretch
1080 /* ... and the stretch */
H A Dtexinfo.tex2393 % Computer Modern typewriter fonts have zero interword stretch (and
4503 % sufficient for this purpose, as it ignores stretch and shrink parts
4657 % to column. It still won't often be perfect, because of the stretch
4710 % A bit of stretch before each entry for the benefit of balancing
5603 % Don't allow stretch, though.
8870 % stretch added to depend on the line length, hence the dependence on
9098 % interword stretch (and shrink), and it is reasonable to expect all
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtridentfb.c67 static int stretch; variable
80 module_param(stretch, int, 0);
581 /* For resolutions smaller than FP resolution stretch */
814 * we stretch or center
822 else if (stretch)
1258 else if (!strncmp(opt,"stretch",7))
1259 stretch = 1;
H A Dcyblafb.c53 static int stretch; variable
71 module_param(stretch, int, 0);
835 // stretch or center ?
844 } else if (stretch) {
1647 else if (!strncmp(opt, "stretch", 7))
1648 stretch = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1623 compat_uint_t stretch; member in struct:floppy_struct32
1757 err |= __get_user(f->stretch, &uf->stretch);
1841 err |= __put_user(f->stretch, &uf->stretch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2611 % Computer Modern typewriter fonts have zero interword stretch (and
4261 % sufficient for this purpose, as it ignores stretch and shrink parts
4415 % to column. It still won't often be perfect, because of the stretch
4468 % A bit of stretch before each entry for the benefit of balancing
5357 % Don't allow stretch, though.
8592 % stretch added to depend on the line length, hence the dependence on
8817 % interword stretch (and shrink), and it is reasonable to expect all

Completed in 314 milliseconds