Searched refs:UINT8_MAX (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h89 #define UINT8_MAX 255 macro
105 #define UINT_LEAST8_MAX UINT8_MAX
121 #define UINT_FAST8_MAX UINT8_MAX
/xnu-2782.1.97/bsd/security/audit/
H A Daudit_arg.c478 KASSERT(number <= UINT8_MAX,
479 ("audit_arg_data: number > UINT8_MAX"));
482 number > UINT8_MAX)
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c5041 if (*(uint8_t *)a == UINT8_MAX) {
5043 * If the 0th byte is set to UINT8_MAX
5075 *(uint8_t *)a = UINT8_MAX;
5130 if (*(uint8_t *)a == UINT8_MAX) {
5132 * If the 0th byte is set to UINT8_MAX
5169 *(uint8_t *)a = UINT8_MAX;

Completed in 114 milliseconds