Searched refs:UINT32_C (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Drunetype_file.h46 #ifndef UINT32_C
48 #define UINT32_C(c) ((uint32_t)(c##U)) macro
60 #define _RUNETYPE_A UINT32_C(0x00000100) /* Alpha */
61 #define _RUNETYPE_C UINT32_C(0x00000200) /* Control */
62 #define _RUNETYPE_D UINT32_C(0x00000400) /* Digit */
63 #define _RUNETYPE_G UINT32_C(0x00000800) /* Graph */
64 #define _RUNETYPE_L UINT32_C(0x00001000) /* Lower */
65 #define _RUNETYPE_P UINT32_C(0x00002000) /* Punct */
66 #define _RUNETYPE_S UINT32_C(0x00004000) /* Space */
67 #define _RUNETYPE_U UINT32_C(
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/
H A Dinttypes.h14 #define UINT32_C(__c) __CONCAT__(__c,ul) macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma2_encoder.h21 #define LZMA2_CHUNK_MAX (UINT32_C(1) << 16)
24 #define LZMA2_UNCOMPRESSED_MAX (UINT32_C(1) << 21)
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/rangecoder/
H A Drange_common.h28 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS)
30 #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS)
H A Dprice_tablegen.c28 for (uint32_t i = (UINT32_C(1) << RC_MOVE_REDUCING_BITS) / 2;
30 i += (UINT32_C(1) << RC_MOVE_REDUCING_BITS)) {
39 while (w >= (UINT32_C(1) << 16)) {
H A Dprice.h21 #define RC_INFINITY_PRICE (UINT32_C(1) << 30)
31 return lzma_rc_prices[(prob ^ ((UINT32_C(0) - bit)
56 symbol += UINT32_C(1) << bit_levels;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dinttypes.h16 #define UINT32_C(__c) __CONCAT__(__c,u) macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/
H A Dlzma.h46 * - stdint.h: uint8_t, uint32_t, uint64_t, UINT32_C(n), uint64_C(n),
82 # if !defined(UINT32_C) || !defined(UINT64_C) \
127 # ifndef UINT32_C
129 # define UINT32_C(n) n ## UI32 macro
131 # define UINT32_C(n) n ## U macro
150 # define UINT32_MAX (UINT32_C(4294967295))
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dcontainer.h31 #define LZMA_PRESET_DEFAULT UINT32_C(6)
40 #define LZMA_PRESET_LEVEL_MASK UINT32_C(0x1F)
60 #define LZMA_PRESET_EXTREME (UINT32_C(1) << 31)
287 #define LZMA_TELL_NO_CHECK UINT32_C(0x01)
296 #define LZMA_TELL_UNSUPPORTED_CHECK UINT32_C(0x02)
304 #define LZMA_TELL_ANY_CHECK UINT32_C(0x04)
321 #define LZMA_CONCATENATED UINT32_C(0x08)
H A Dversion.h57 #define LZMA_VERSION (LZMA_VERSION_MAJOR * UINT32_C(10000000) \
58 + LZMA_VERSION_MINOR * UINT32_C(10000) \
59 + LZMA_VERSION_PATCH * UINT32_C(10) \
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h113 | (((uint32_t)(num) << 8) & UINT32_C(0x00FF0000)) \
114 | (((uint32_t)(num) >> 8) & UINT32_C(0x0000FF00)) \
392 if ((n & UINT32_C(0xFFFF0000)) == 0) {
397 if ((n & UINT32_C(0xFF000000)) == 0) {
402 if ((n & UINT32_C(0xF0000000)) == 0) {
407 if ((n & UINT32_C(0xC0000000)) == 0) {
412 if ((n & UINT32_C(0x80000000)) == 0)
444 if ((n & UINT32_C(0xFFFF0000)) == 0) {
449 if ((n & UINT32_C(0xFF000000)) == 0) {
454 if ((n & UINT32_C(
[all...]
H A Dsysdefs.h56 #ifndef UINT32_C
58 # error UINT32_C is not defined and unsigned int is not 32-bit.
60 # define UINT32_C(n) n ## U macro
63 # define UINT32_MAX UINT32_C(4294967295)
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dint_const.h49 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dint_const.h48 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dint_const.h50 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dint_const.h52 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dint_const.h52 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dint_const.h52 #define UINT32_C(c) c ## U macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/check/
H A Dcrc32_small.c22 static const uint32_t poly32 = UINT32_C(0xEDB88320);

Completed in 255 milliseconds

123