Home
last modified time | relevance | path

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

/xnu-11215.61.5/EXTERNAL_HEADERS/ !
H A Dstdint.h122 #define INT16_MAX 32767 macro
149 #define INT_LEAST16_MAX INT16_MAX
165 #define INT_FAST16_MAX INT16_MAX
/xnu-11215.61.5/tests/skywalk/ !
H A Dskt_listener.c323 #define LISTEN_MAX INT16_MAX /* might exhaust socache zone due to late cache purge */ in skt_listen_stress_main()
/xnu-11215.61.5/iokit/Kernel/ !
H A DIOStateReporter.cpp50 if (nstates > INT16_MAX) { in with()
H A DIOReporter.cpp184 if (channelType.nelements > INT16_MAX) { in init()
H A DIOServicePM.cpp7366 if (fNumberOfPowerStates > INT16_MAX) { in configurePowerStatesReport()
/xnu-11215.61.5/osfmk/kern/ !
H A Dthread_policy.c1205 assert(priority >= INT16_MIN && priority <= INT16_MAX); in thread_policy_update_tasklocked()
1208 assert(max_priority >= INT16_MIN && max_priority <= INT16_MAX); in thread_policy_update_tasklocked()
H A Dzalloc.c2806 zone->z_depot_limit = (uint16_t)MIN(depot_limit, INT16_MAX); in zone_enable_caching()
/xnu-11215.61.5/bsd/vfs/ !
H A Dvfs_fsevents.c781 assert(path_strlen <= INT16_MAX); in add_fsevent()