Searched refs:INT16_MAX (Results 1 – 6 of 6) sorted by relevance
113 #define INT16_MAX 32767 macro140 #define INT_LEAST16_MAX INT16_MAX156 #define INT_FAST16_MAX INT16_MAX
50 if (nstates > INT16_MAX) { in with()
183 if (channelType.nelements > INT16_MAX) { in init()
7088 if (fNumberOfPowerStates > INT16_MAX) { in configurePowerStatesReport()
1150 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()
2620 if (zc == NULL || zc->zc_depot_max >= INT16_MAX * zc_mag_size()) { in zone_lock_was_contended()