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