Home | History | Annotate | Download | only in sfnt

Lines Matching defs:lo

284   /* * The value `slice[char.lo - first]' is read.  If it is 0, there is   */
1819 FT_UInt hi, lo;
1847 /* the `hi' and `lo' of the range [start..end] */
1851 lo = (FT_UInt)( start & 0xFFFFU );
1856 if ( (is32[lo >> 3] & ( 0x80 >> ( lo & 7 ) ) ) == 0 )
1871 lo = (FT_UInt)( start & 0xFFFFU );
1873 if ( (is32[lo >> 3] & ( 0x80 >> ( lo & 7 ) ) ) != 0 )