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

/xnu-2422.115.4/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-2422.115.4/bsd/security/audit/
H A Daudit_arg.c479 KASSERT(number <= UINT8_MAX,
480 ("audit_arg_data: number > UINT8_MAX"));
483 number > UINT8_MAX)
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c5600 if (*(uint8_t *)a == UINT8_MAX) {
5602 * If the 0th byte is set to UINT8_MAX
5634 *(uint8_t *)a = UINT8_MAX;
5694 if (*(uint8_t *)a == UINT8_MAX) {
5696 * If the 0th byte is set to UINT8_MAX
5738 *(uint8_t *)a = UINT8_MAX;

Completed in 103 milliseconds