Searched refs:kStep0 (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/arch/arm_neon/ |
D | linker_gnu_hash_neon.cpp | 49 constexpr uint32_t kStep0 = 1; variable 50 constexpr uint32_t kStep1 = kStep0 * 33; 63 constexpr uint32_t kStepN1 = kStep0 * 0x3e0f83e1; 97 5381u*kStep0, in calculate_gnu_hash_neon() 131 const uint16x4_t kInclineVec = { kStep3, kStep2, kStep1, kStep0 }; in calculate_gnu_hash_neon() 164 kStep4, kStep0, // 0 remaining bytes in calculate_gnu_hash_neon() 181 0, kStep6, kStep5, kStep4, kStep3, kStep2, kStep1, kStep0, in calculate_gnu_hash_neon()
|