Searched refs:LENGTHFLAG_MASK (Results 1 – 1 of 1) sorted by relevance
79 #define LENGTHFLAG_MASK (~(LENGTHFLAG_FREE|LENGTHFLAG_RW)) macro463 u4 len = *pLen & LENGTHFLAG_MASK; in updatePages()613 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in dvmLinearAllocDump()619 rawLen & LENGTHFLAG_MASK, in dvmLinearAllocDump()675 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in checkAllFree()680 pHdr->mapAddr + off + HEADER_EXTRA, rawLen & LENGTHFLAG_MASK); in checkAllFree()