Home
last modified time | relevance | path

Searched refs:typical_range_mask (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms/
D0033-opt-integer-overflow.patch19 + const cmsS1Fixed14Number typical_range_mask = 0xFFFF8000;
21 + if (!(n & typical_range_mask))
/external/pdfium/third_party/lcms/src/
Dcmsopt.c117 const cmsS1Fixed14Number typical_range_mask = 0xFFFF8000; in _FixedClamp() local
119 if (!(n & typical_range_mask)) in _FixedClamp()