Lines Matching refs:UINT_MAX
2273 if (!(kIOMemoryRemote & options) && (atop_64(endAddr) > UINT_MAX)) { in initWithOptions()
2285 if ((highPage > _highestPage) && (highPage <= UINT_MAX)) { in initWithOptions()
2574 if (srcLen > (UINT_MAX - PAGE_SIZE + 1)) { in readBytes()
2575 srcLen = (UINT_MAX - PAGE_SIZE + 1); in readBytes()
2643 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in writeBytes()
2644 dstLen = (UINT_MAX - PAGE_SIZE + 1); in writeBytes()
3962 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in performOperation()
3963 dstLen = (UINT_MAX - PAGE_SIZE + 1); in performOperation()
3965 if (remaining > UINT_MAX) { in performOperation()
3966 remaining = UINT_MAX; in performOperation()
4435 if (size > UINT_MAX) { in initMemoryEntries()