Home
last modified time | relevance | path

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

/xnu-8792.41.9/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 */
/xnu-8792.41.9/tests/
H A Dos_unaligned.c26 os_unaligned_deref(&x) = INT_MIN;
27 T_ASSERT_EQ_INT(x, INT_MIN, "store");
/xnu-8792.41.9/bsd/arm/
H A Dlimits.h77 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/xnu-8792.41.9/bsd/i386/
H A Dlimits.h78 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/xnu-8792.41.9/bsd/kern/
H A Dsubr_sbuf.c804 s = sbuf_new(NULL, NULL, INT_MIN, 0);
813 s = sbuf_new(NULL, buf, INT_MIN, 0);
H A Dkern_exit.c2799 if (uap->pid == INT_MIN) { in wait4_nocancel()
/xnu-8792.41.9/bsd/sys/
H A Dsysctl.h194 #define OID_MUTABLE_ANCHOR (INT_MIN)
/xnu-8792.41.9/bsd/netinet/
H A Dip_dummynet.c1010 } else if (p_numbytes < INT_MIN) { in ready_event_wfq()
1011 p->numbytes = INT_MIN; in ready_event_wfq()
/xnu-8792.41.9/osfmk/kern/
H A Dtask_policy.c3070 set_thread_appbg(target_thread, setbg, INT_MIN); in proc_lf_pidbind()
3151 threadlist[i].importance = INT_MIN; in apply_appstate_watchers()