Home
last modified time | relevance | path

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

/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dadler32_ssse3.c36 uint32_t ALIGNED_(16) s1[4], s2[4]; in adler32_ssse3()
41 char ALIGNED_(16) dot1[16] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in adler32_ssse3()
43 char ALIGNED_(16) dot2[16] = {16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1}; in adler32_ssse3()
45 short ALIGNED_(16) dot3[8] = {1, 1, 1, 1, 1, 1, 1, 1}; in adler32_ssse3()
51 char ALIGNED_(16) shift[16] = {4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in adler32_ssse3()
91 uint32_t ALIGNED_(16) s1_unpack[4]; in adler32_ssse3()
92 uint32_t ALIGNED_(16) s2_unpack[4]; in adler32_ssse3()
Dadler32_avx.c36 uint32_t ALIGNED_(32) s1[8], s2[8]; in adler32_avx2()
41 char ALIGNED_(32) dot1[32] = \ in adler32_avx2()
45 char ALIGNED_(32) dot2[32] = \ in adler32_avx2()
49 short ALIGNED_(32) dot3[16] = \ in adler32_avx2()
54 char ALIGNED_(32) shift[16] = {5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in adler32_avx2()
88 uint32_t ALIGNED_(32) s1_unpack[8]; in adler32_avx2()
89 uint32_t ALIGNED_(32) s2_unpack[8]; in adler32_avx2()
Dcrc_folding.c166 static const unsigned ALIGNED_(32) pshufb_shf_table[60] = {
233 char ALIGNED_(16) partial_buf[16] = { 0 }; in crc_fold_copy()
371 static const unsigned ALIGNED_(16) crc_k[] = {
380 static const unsigned ALIGNED_(16) crc_mask[4] = {
384 static const unsigned ALIGNED_(16) crc_mask2[4] = {
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil.h246 # define ALIGNED_(x) __declspec(align(x)) macro
249 # define ALIGNED_(x) __attribute__ ((aligned(x))) macro
Ddeflate_medium.c165 ALIGNED_(16) struct match current_match; in deflate_medium()