Home
last modified time | relevance | path

Searched refs:mask_not_one (Results 1 – 18 of 18) sorted by relevance

/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Duint16_general.cpp35 …verify_rule< uint16_be::mask_not_one< 0xffff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x01", resu… in unit_test()
37 …verify_rule< uint16_be::mask_not_one< 0xffff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x01\x11", … in unit_test()
38 …verify_rule< uint16_be::mask_not_one< 0xffff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x11\x01", … in unit_test()
40 …verify_rule< uint16_le::mask_not_one< 0xffff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x01\x11", … in unit_test()
41 …verify_rule< uint16_le::mask_not_one< 0xffff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x11\x01", … in unit_test()
43 …verify_rule< uint16_be::mask_not_one< 0x0fff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\xf3\x11", … in unit_test()
44 …verify_rule< uint16_be::mask_not_one< 0x0fff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\xf1\x11", … in unit_test()
46 …verify_rule< uint16_le::mask_not_one< 0x0fff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x11\xf3", … in unit_test()
47 …verify_rule< uint16_le::mask_not_one< 0x0fff, 0x0111, 0x0222 > >( __LINE__, __FILE__, "\x11\xf1", … in unit_test()
H A Duint32_general.cpp40 …verify_rule< uint32_be::mask_not_one< 0xffffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
42 …verify_rule< uint32_be::mask_not_one< 0xffffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
43 …verify_rule< uint32_be::mask_not_one< 0xffffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
45 …verify_rule< uint32_le::mask_not_one< 0xffffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
46 …verify_rule< uint32_le::mask_not_one< 0xffffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
48 …verify_rule< uint32_be::mask_not_one< 0x0fffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
49 …verify_rule< uint32_be::mask_not_one< 0x0fffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
51 …verify_rule< uint32_le::mask_not_one< 0x0fffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
52 …verify_rule< uint32_le::mask_not_one< 0x0fffffff, 0x01111111, 0x02222222 > >( __LINE__, __FILE__, … in unit_test()
H A Duint64_general.cpp44 …verify_rule< uint64_be::mask_not_one< 0xffffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
46 …verify_rule< uint64_be::mask_not_one< 0xffffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
47 …verify_rule< uint64_be::mask_not_one< 0xffffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
49 …verify_rule< uint64_le::mask_not_one< 0xffffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
50 …verify_rule< uint64_le::mask_not_one< 0xffffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
52 …verify_rule< uint64_be::mask_not_one< 0x0fffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
53 …verify_rule< uint64_be::mask_not_one< 0x0fffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
55 …verify_rule< uint64_le::mask_not_one< 0x0fffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
56 …verify_rule< uint64_le::mask_not_one< 0x0fffffffffffffff, 0x0111111111111111, 0x0222222222222222 >… in unit_test()
H A Duint8_general.cpp19 …verify_rule< uint8::mask_not_one< 0xff, 0x01, 0x02 > >( __LINE__, __FILE__, "", result_type::local…
20 …verify_rule< uint8::mask_not_one< 0xff, 0x01, 0x02 > >( __LINE__, __FILE__, "\x03", result_type::s…
21 …verify_rule< uint8::mask_not_one< 0xff, 0x01, 0x02 > >( __LINE__, __FILE__, "\x03\x01", result_typ…
22 …verify_rule< uint8::mask_not_one< 0xff, 0x01, 0x10 > >( __LINE__, __FILE__, "\x01", result_type::l…
25 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x02 > >( __LINE__, __FILE__, "", result_type::local…
26 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x02 > >( __LINE__, __FILE__, "\x03", result_type::s…
27 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x02 > >( __LINE__, __FILE__, "\x03\x01", result_typ…
28 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x10 > >( __LINE__, __FILE__, "\x01", result_type::s…
29 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x10 > >( __LINE__, __FILE__, "\x01\x01", result_typ…
30 …verify_rule< uint8::mask_not_one< 0xf0, 0x01, 0x10 > >( __LINE__, __FILE__, "\x31", result_type::s…
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/
H A Duint16.hpp30 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
52 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint32.hpp30 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
52 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint64.hpp31 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
53 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint8.hpp30 …template< std::uint8_t M, std::uint8_t... Cs > struct mask_not_one : internal::one< internal::resu… struct
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/
H A Duint16.hpp30 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
52 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint64.hpp31 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
53 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint32.hpp30 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
52 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint8.hpp30 …template< std::uint8_t M, std::uint8_t... Cs > struct mask_not_one : internal::one< internal::resu… struct
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/
H A Duint32.hpp28 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
50 …template< std::uint32_t M, std::uint32_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint16.hpp28 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
50 …template< std::uint16_t M, std::uint16_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint64.hpp29 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
51 …template< std::uint64_t M, std::uint64_t... Cs > struct mask_not_one : internal::one< internal::re… struct
H A Duint8.hpp26 …template< std::uint8_t M, std::uint8_t... Cs > struct mask_not_one : internal::one< internal::resu… struct
/dports/devel/pegtl/PEGTL-3.0.0/doc/
H A DREADME.md200 * [`mask_not_one< M, C... >`](Rule-Reference.md#mask_not_one-m-c-) <sup>[(binary rules)](Rule-Refer…
H A DRule-Reference.md1292 ###### `mask_not_one< M, C... >`
1444 * [`mask_not_one< M, C... >`](#mask_not_one-m-c-) <sup>[(binary rules)](#binary-rules)</sup>