Lines Matching refs:UINT_MAX
2266 if (!(kIOMemoryRemote & options) && (atop_64(endAddr) > UINT_MAX)) { in initWithOptions()
2278 if ((highPage > _highestPage) && (highPage <= UINT_MAX)) { in initWithOptions()
2567 if (srcLen > (UINT_MAX - PAGE_SIZE + 1)) { in readBytes()
2568 srcLen = (UINT_MAX - PAGE_SIZE + 1); in readBytes()
2636 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in writeBytes()
2637 dstLen = (UINT_MAX - PAGE_SIZE + 1); in writeBytes()
3955 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in performOperation()
3956 dstLen = (UINT_MAX - PAGE_SIZE + 1); in performOperation()
3958 if (remaining > UINT_MAX) { in performOperation()
3959 remaining = UINT_MAX; in performOperation()
4427 if (size > UINT_MAX) { in initMemoryEntries()