Lines Matching refs:UINT_MAX
2278 if (!(kIOMemoryRemote & options) && (atop_64(endAddr) > UINT_MAX)) { in initWithOptions()
2290 if ((highPage > _highestPage) && (highPage <= UINT_MAX)) { in initWithOptions()
2579 if (srcLen > (UINT_MAX - PAGE_SIZE + 1)) { in readBytes()
2580 srcLen = (UINT_MAX - PAGE_SIZE + 1); in readBytes()
2648 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in writeBytes()
2649 dstLen = (UINT_MAX - PAGE_SIZE + 1); in writeBytes()
3973 if (dstLen > (UINT_MAX - PAGE_SIZE + 1)) { in performOperation()
3974 dstLen = (UINT_MAX - PAGE_SIZE + 1); in performOperation()
3976 if (remaining > UINT_MAX) { in performOperation()
3977 remaining = UINT_MAX; in performOperation()
4446 if (size > UINT_MAX) { in initMemoryEntries()