Searched refs:last_word (Results 1 – 4 of 4) sorted by relevance
60 cbz w9, last_word66 last_word: label
198 tbz x2, #0x03, last_word202 last_word: label
1018 uint32_t last_word; in tcp_fastopen_ccache_lookup() local1025 last_word = inc->inc_fport; in tcp_fastopen_ccache_lookup()1026 hash = jenkins_hash32(&last_word, 1, hash); in tcp_fastopen_ccache_lookup()
3578 constexpr size_t last_word = words.size() - 1; in convertIEEEFloatToAPInt() local3581 words[last_word] |= shifted_sign; in convertIEEEFloatToAPInt()3584 words[last_word] |= shifted_exponent; in convertIEEEFloatToAPInt()3585 if constexpr (last_word == 0) { in convertIEEEFloatToAPInt()3833 uint64_t last_word = api.getRawData()[api.getNumWords() - 1]; in initFromIEEEAPInt() local3835 (last_word >> (trailing_significand_bits % 64)) & exponent_mask; in initFromIEEEAPInt()3840 sign = static_cast<unsigned int>(last_word >> ((S.sizeInBits - 1) % 64)); in initFromIEEEAPInt()