Home
last modified time | relevance | path

Searched refs:INT16_MAX (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/
H A Dstdint.h113 #define INT16_MAX 32767 macro
140 #define INT_LEAST16_MAX INT16_MAX
156 #define INT_FAST16_MAX INT16_MAX
/xnu-8019.80.24/iokit/Kernel/
H A DIOStateReporter.cpp50 if (nstates > INT16_MAX) { in with()
H A DIOReporter.cpp183 if (channelType.nelements > INT16_MAX) { in init()
H A DIOServicePM.cpp7088 if (fNumberOfPowerStates > INT16_MAX) { in configurePowerStatesReport()
/xnu-8019.80.24/osfmk/kern/
H A Dthread_policy.c1150 assert(priority >= INT16_MIN && priority <= INT16_MAX); in thread_policy_update_tasklocked()
1153 assert(max_priority >= INT16_MIN && max_priority <= INT16_MAX); in thread_policy_update_tasklocked()
H A Dzalloc.c2620 if (zc == NULL || zc->zc_depot_max >= INT16_MAX * zc_mag_size()) { in zone_lock_was_contended()