Searched refs:BYTE_INPUT_SIZE (Results 1 – 1 of 1) sorted by relevance
166 #define BYTE_INPUT_SIZE 256 macro168 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];