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

  /external/pdfium/core/fxcrt/
extension.h 43 #define MT_Upper_Mask 0x80000000
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 191 milliseconds