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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/
H A Dstdint.h97 #define UINT8_MAX 255 macro
113 #define UINT_LEAST8_MAX UINT8_MAX
129 #define UINT_FAST8_MAX UINT8_MAX
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_arg.c479 KASSERT(number <= UINT8_MAX,
480 ("audit_arg_data: number > UINT8_MAX"));
483 number > UINT8_MAX)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c5582 if (*(uint8_t *)a == UINT8_MAX) {
5584 * If the 0th byte is set to UINT8_MAX
5616 *(uint8_t *)a = UINT8_MAX;
5676 if (*(uint8_t *)a == UINT8_MAX) {
5678 * If the 0th byte is set to UINT8_MAX
5720 *(uint8_t *)a = UINT8_MAX;

Completed in 93 milliseconds