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

  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 320 v = (pBuf[kk] & MT_Upper_Mask) | (pBuf[kk + 1] & MT_Lower_Mask);
324 v = (pBuf[kk] & MT_Upper_Mask) | (pBuf[kk + 1] & MT_Lower_Mask);
327 v = (pBuf[MT_N - 1] & MT_Upper_Mask) | (pBuf[0] & MT_Lower_Mask);
extension.h 395 #define MT_Lower_Mask 0x7fffffff

Completed in 62 milliseconds