Searched refs:SECTORS (Results 1 – 4 of 4) sorted by relevance
39 #define SECTORS 16 // number of divisions in alpha and theta macro69 cmsGDBPoint Gamut[SECTORS][SECTORS];170 *alpha = (int) floor(((sp->alpha * (SECTORS)) / 360.0) ); in QuantizeToSector()171 *theta = (int) floor(((sp->theta * (SECTORS)) / 180.0) ); in QuantizeToSector()173 if (*alpha >= SECTORS) in QuantizeToSector()174 *alpha = SECTORS-1; in QuantizeToSector()175 if (*theta >= SECTORS) in QuantizeToSector()176 *theta = SECTORS-1; in QuantizeToSector()347 if (alpha < 0 || theta < 0 || alpha >= SECTORS || theta >= SECTORS) { in GetPoint()453 a %= SECTORS; in FindNearSectors()[all …]
179 #define SECTORS(floppy) floppy.fg.sectors macro286 #define SECTORS(floppy) (floppy).dp_sectors macro412 #define SECTORS(floppy) floppy.fdchar.fdc_secptrack macro526 #define SECTORS(floppy) floppy.dkbuf.secptrack macro753 #define SECTORS(floppy) floppy.sect macro1036 if(compare(dev->sectors, SECTORS(floppy))){ in init_geom()1037 SECTORS(floppy) = dev->sectors; in init_geom()1040 dev->sectors = SECTORS(floppy); in init_geom()
1531 'mformat' ['-t' CYLINDERS|'-T' TOT_SECTORS] ['-h' HEADS] ['-s' SECTORS]1931 'mpartition' '-c' ['-s' SECTORS] ['-h' HEADS]1958 's SECTORS'2381 'SECTORS(floppy)'
2687 @item SECTORS(floppy)