Searched refs:INT16_MAX (Results 1 – 7 of 7) sorted by relevance
122 #define INT16_MAX 32767 macro149 #define INT_LEAST16_MAX INT16_MAX165 #define INT_FAST16_MAX INT16_MAX
50 if (nstates > INT16_MAX) { in with()
184 if (channelType.nelements > INT16_MAX) { in init()
7181 if (fNumberOfPowerStates > INT16_MAX) { in configurePowerStatesReport()
1198 assert(priority >= INT16_MIN && priority <= INT16_MAX); in thread_policy_update_tasklocked()1201 assert(max_priority >= INT16_MIN && max_priority <= INT16_MAX); in thread_policy_update_tasklocked()
2771 zone->z_depot_limit = (uint16_t)MIN(depot_limit, INT16_MAX); in zone_enable_caching()
723 assert(path_strlen <= INT16_MAX); in add_fsevent()