Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_wire.c458 uint64_t mask_bits, in expect_frame_header_mask() argument
464 || (actual_frame_type_ & ~mask_bits) != expected_frame_type) in expect_frame_header_mask()
/src/sbin/route/
H A Droute.c1335 uint32_t mask_bits; in getaddr() local
1353 mask_bits = ntohl(mask->sin_addr.s_addr); in getaddr()
1354 if ((ntohl(sin->sin_addr.s_addr) & ~mask_bits) != 0 && in getaddr()
/src/contrib/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h171 static _LIBCPP_CONSTEXPR const size_t mask_bits = __r; variable
378 …ster_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::mask_bits;
/src/contrib/llvm-project/libcxx/include/
H A Drandom89 static constexpr size_t mask_bits = r;