Searched refs:INT_MIN (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dmachlimits.h67 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
71 #define LONG_MIN INT_MIN /* min value for a long */
H A Dlimits.h57 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an
75 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachlimits.h67 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
71 #define LONG_MIN INT_MIN /* min value for a long */
/darwin-on-arm/xnu/bsd/arm/
H A Dlimits.h57 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an
75 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/darwin-on-arm/xnu/bsd/i386/
H A Dlimits.h54 * INT_MIN and LONG_MIN is so the value is not unsigned; 2147483648 is an
72 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c790 policy.importance = INT_MIN;
826 policy.importance = INT_MIN;
1978 set_thread_appbg(target_thread, setbg, INT_MIN);
2063 threadlist[i].importance = INT_MIN;
H A Dthread.c799 new_thread->importance = INT_MIN;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c990 else if (p_numbytes < INT_MIN)
991 p->numbytes = INT_MIN;
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c1480 2, 0, -2, INT_MIN,

Completed in 53 milliseconds