Searched refs:kStep3 (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/arch/arm_neon/ |
D | linker_gnu_hash_neon.cpp | 52 constexpr uint32_t kStep3 = kStep2 * 33; variable 53 constexpr uint32_t kStep4 = kStep3 * 33; 131 const uint16x4_t kInclineVec = { kStep3, kStep2, kStep1, kStep0 }; in calculate_gnu_hash_neon() 167 kStep7, kStep3, // 3 remaining bytes in calculate_gnu_hash_neon() 181 0, kStep6, kStep5, kStep4, kStep3, kStep2, kStep1, kStep0, in calculate_gnu_hash_neon()
|