Home
last modified time | relevance | path

Searched refs:hibit (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
Dpoly1305_donna64.h65 const unsigned long long hibit = in poly1305_blocks() local
93 h2 += (((t1 >> 24)) & 0x3ffffffffff) | hibit; in poly1305_blocks()
Dpoly1305_donna32.h59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */ in poly1305_blocks() local
89 h4 += (LOAD32_LE(m + 12) >> 8) | hibit; in poly1305_blocks()
/freebsd-12-stable/contrib/binutils/gas/
Dread.c4076 valueT hibit; in emit_expr() local
4085 hibit = 0; in emit_expr()
4087 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr()
4093 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr()
4107 || (get & hibit) == 0)) in emit_expr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h1654 __m64 hibit = 0x8080808080808080UL; in _mm_maskmove_si64() local
1659 mask = _mm_cmpeq_pi8 ((__N & hibit), hibit); in _mm_maskmove_si64()
Demmintrin.h2134 __v2du hibit = { 0x7f7f7f7f7f7f7f7fUL, 0x7f7f7f7f7f7f7f7fUL}; in _mm_maskmoveu_si128() local
2139 mask = (__v16qu)vec_cmpgt ((__v16qu)__B, (__v16qu)hibit); in _mm_maskmoveu_si128()