HomeSort by relevance Sort by last modified time
    Searched refs:MT_Lower_Mask (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
extension.h 44 #define MT_Lower_Mask 0x7fffffff
fx_extension.cpp 572 v = (pBuf[kk] & MT_Upper_Mask) | (pBuf[kk + 1] & MT_Lower_Mask);
576 v = (pBuf[kk] & MT_Upper_Mask) | (pBuf[kk + 1] & MT_Lower_Mask);
579 v = (pBuf[MT_N - 1] & MT_Upper_Mask) | (pBuf[0] & MT_Lower_Mask);

Completed in 127 milliseconds