Searched refs:INT_MIN (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | machlimits.h | 67 #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 D | os_unaligned.c | 26 os_unaligned_deref(&x) = INT_MIN; 27 T_ASSERT_EQ_INT(x, INT_MIN, "store");
|
| /xnu-8792.41.9/bsd/arm/ |
| H A D | limits.h | 77 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
|
| /xnu-8792.41.9/bsd/i386/ |
| H A D | limits.h | 78 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | subr_sbuf.c | 804 s = sbuf_new(NULL, NULL, INT_MIN, 0); 813 s = sbuf_new(NULL, buf, INT_MIN, 0);
|
| H A D | kern_exit.c | 2799 if (uap->pid == INT_MIN) { in wait4_nocancel()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | sysctl.h | 194 #define OID_MUTABLE_ANCHOR (INT_MIN)
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | ip_dummynet.c | 1010 } 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 D | task_policy.c | 3070 set_thread_appbg(target_thread, setbg, INT_MIN); in proc_lf_pidbind() 3151 threadlist[i].importance = INT_MIN; in apply_appstate_watchers()
|