Searched refs:w44 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/sha/ |
D | sha1-altivec.c | 270 const vec_uint32_t w44 = sched_32_79(vw + 11, w40, w36, w28, w16, w12, k); in sha1_block_data_order() local 276 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k); in sha1_block_data_order() 282 const vec_uint32_t w52 = sched_32_79(vw + 13, w48, w44, w36, w24, w20, k); in sha1_block_data_order() 295 const vec_uint32_t w60 = sched_32_79(vw + 15, w56, w52, w44, w32, w28, k); in sha1_block_data_order() 313 const vec_uint32_t w72 = sched_32_79(vw + 18, w68, w64, w56, w44, w40, k); in sha1_block_data_order() 320 (void)sched_32_79(vw + 19, w72, w68, w60, w48, w44, k); in sha1_block_data_order()
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 63 W<4,4> w44; // ok variable
|