Home
last modified time | relevance | path

Searched refs:last_word (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/libkern/arm64/
H A Dcrc32c_armv8.S60 cbz w9, last_word
66 last_word: label
/freebsd/sys/arm64/arm64/
H A Dcopyinout.S197 tbz x2, #0x03, last_word
201 last_word: label
/freebsd/sys/netinet/
H A Dtcp_fastopen.c1018 uint32_t last_word; in tcp_fastopen_ccache_lookup() local
1025 last_word = inc->inc_fport; in tcp_fastopen_ccache_lookup()
1026 hash = jenkins_hash32(&last_word, 1, hash); in tcp_fastopen_ccache_lookup()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3545 constexpr size_t last_word = words.size() - 1; in convertIEEEFloatToAPInt() local
3548 words[last_word] |= shifted_sign; in convertIEEEFloatToAPInt()
3551 words[last_word] |= shifted_exponent; in convertIEEEFloatToAPInt()
3552 if constexpr (last_word == 0) { in convertIEEEFloatToAPInt()
3759 uint64_t last_word = api.getRawData()[api.getNumWords() - 1]; in initFromIEEEAPInt() local
3761 (last_word >> (trailing_significand_bits % 64)) & exponent_mask; in initFromIEEEAPInt()
3766 sign = static_cast<unsigned int>(last_word >> ((S.sizeInBits - 1) % 64)); in initFromIEEEAPInt()