Home
last modified time | relevance | path

Searched refs:SECTORS (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmssm.c39 #define SECTORS 16 // number of divisions in alpha and theta macro
69 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 …]
/external/mtools/
Ddevices.c179 #define SECTORS(floppy) floppy.fg.sectors macro
286 #define SECTORS(floppy) (floppy).dp_sectors macro
412 #define SECTORS(floppy) floppy.fdchar.fdc_secptrack macro
526 #define SECTORS(floppy) floppy.dkbuf.secptrack macro
753 #define SECTORS(floppy) floppy.sect macro
1036 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()
Dmtools.info1531 'mformat' ['-t' CYLINDERS|'-T' TOT_SECTORS] ['-h' HEADS] ['-s' SECTORS]
1931 'mpartition' '-c' ['-s' SECTORS] ['-h' HEADS]
1958 's SECTORS'
2381 'SECTORS(floppy)'
Dmtools.texi2687 @item SECTORS(floppy)