Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/
Dcstdint.hpp76 # undef UINTMAX_C
78 # define UINTMAX_C(c) c##ULL macro
434 #undef UINTMAX_C
471 # define UINTMAX_C(value) value##ui64 macro
544 # define UINTMAX_C(value) UINT32_C(value) macro
547 # define UINTMAX_C(value) UINT64_C(value) macro
Dcrc.hpp339 ( UINTMAX_C(1) << BitIndex )>
358 BitCount ? (( (( UINTMAX_C(1) << (BitCount - 1) ) - 1u) << 1 ) |
359 UINTMAX_C( 1 )) : 0u )>
408 boost::array< unsigned char, (UINTMAX_C( 1 ) << CHAR_BIT) >
411 boost::array<unsigned char, ( UINTMAX_C(1) << CHAR_BIT )> result; in make_byte_reflection_table()
437 static boost::array<unsigned char, ( UINTMAX_C(1) << CHAR_BIT )> const in reflect_byte()
554 Register const high_bit_mask = UINTMAX_C(1) << (register_length - 1); in crc_modulo_word_update()
673 Register const high_bit_mask = UINTMAX_C(1) << (register_length - 1); in augmented_crc_modulo_word_update()
967 boost::array< Register, (UINTMAX_C( 1 ) << SubOrder) >
971 boost::array<Register, ( UINTMAX_C(1) << SubOrder )> result; in make_partial_xor_products_table()
/third_party/boost/boost/ratio/
Dconfig.hpp54 #ifdef UINTMAX_C
55 #define BOOST_RATIO_UINTMAX_C(a) UINTMAX_C(a)
/third_party/musl/ndk_musl_include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp206 boost::uintmax_t uintmax = UINTMAX_C(18446744073709551615); in main()
209 boost::uintmax_t uintmax = UINTMAX_C(4294967295); in main()
Dcstdint_test.cpp196 boost::uintmax_t uintmax = UINTMAX_C(18446744073709551615); in main()
199 boost::uintmax_t uintmax = UINTMAX_C(4294967295); in main()
/third_party/musl/libc-test/src/api/
Dstdint.c96 C(UINTMAX_C(0)) in f()
Dinttypes.c98 C(UINTMAX_C(0)) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h242 #define UINTMAX_C UINT64_C macro
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h164 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
/third_party/boost/libs/config/doc/
Dcstdint.qbk136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
/third_party/libexif/m4m/
Dstdint.m4647 # define UINTMAX_C(c) c ## UL
650 # define UINTMAX_C(c) c ## ULL