Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/skywalk/
H A Dskt_copy_cksum.c45 #define ST_BUFFER_SIZE (ST_MAX_LEN + ST_MAX_OFFSET) macro
47 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)));