Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dehlo_mask.c110 const char *str_ehlo_mask(int mask_bits) in str_ehlo_mask() argument
117 return (str_name_mask("ehlo bitmask", ehlo_mask_table, mask_bits)); in str_ehlo_mask()
132 int mask_bits; in main() local
137 mask_bits = ehlo_mask(vstring_str(buf)); in main()
138 mask_string = str_ehlo_mask(mask_bits); in main()
139 vstream_printf("%s -> 0x%x -> %s\n", vstring_str(buf), mask_bits, in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopth-gen.awk360 if (name != "" && mask_bits[name] == 0) {
361 mask_bits[name] = 1
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopth-gen.awk390 if (name != "" && mask_bits[name] == 0) {
391 mask_bits[name] = 1
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c2197 int mask_bits; in ipv6_network_portion() local
2224 mask_bits = 128 - bits; in ipv6_network_portion()
2225 bytes = mask_bits / 8; in ipv6_network_portion()
2226 extra_bits = mask_bits % 8; in ipv6_network_portion()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h558 static const int mask_bits = __r; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc220 __b, __t, __c, __l>::mask_bits; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h558 static const int mask_bits = __r; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc220 __b, __t, __c, __l>::mask_bits; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Drandom89 static constexpr size_t mask_bits = r;
2179 static _LIBCPP_CONSTEXPR const size_t mask_bits = __r;
2337 …ster_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::mask_bits;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.tcc224 __s, __b, __t, __c, __l, __f>::mask_bits; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
H A Drandom.h513 static constexpr size_t mask_bits = __r; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.tcc226 __s, __b, __t, __c, __l, __f>::mask_bits; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
H A Drandom.h516 static constexpr size_t mask_bits = __r; in _GLIBCXX_VISIBILITY()