Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/tests/
H A Dsau_tests_sysctl.c166 #define BYTE_INPUT_SIZE 256 macro
168 char src_bytes[BYTE_INPUT_SIZE];
169 char * bytes_ptr __sized_by(BYTE_INPUT_SIZE) = &src_bytes[0];
170 const char * bytes_const_ptr __sized_by(BYTE_INPUT_SIZE) = &src_bytes[0];
172 uint8_t src_uint8_t[BYTE_INPUT_SIZE];
173 uint8_t * uint8_t_ptr __sized_by(BYTE_INPUT_SIZE) = &src_uint8_t[0];
174 const uint8_t * uint8_t_const_ptr __sized_by(BYTE_INPUT_SIZE) = &src_uint8_t[0];