Searched refs:ST_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define ST_BUFFER_SIZE (ST_MAX_LEN + ST_MAX_OFFSET) macro47 static uint8_t st_src_buffer1[ST_BUFFER_SIZE] __attribute((aligned(1024)));48 static uint8_t st_src_buffer2[ST_BUFFER_SIZE / 2] __attribute((aligned(1024)));49 static uint8_t st_dst_buffer[ST_BUFFER_SIZE] __attribute((aligned(1024)));50 static uint8_t st_ref_buffer[ST_BUFFER_SIZE] __attribute((aligned(1024)));