Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
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/dist/gcc/
Dopth-gen.awk390 if (name != "" && mask_bits[name] == 0) {
391 mask_bits[name] = 1
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.h558 static const int mask_bits = __r; in _GLIBCXX_VISIBILITY()
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/dist/libstdc++-v3/include/bits/
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>
Drandom.h516 static constexpr size_t mask_bits = __r; in _GLIBCXX_VISIBILITY()