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

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprng_types.h23 #define PRNG_A_32 UINT32_C(1103515241)
24 #define PRNG_C_32 UINT32_C(12347)
/fuchsia/zircon/system/utest/fidl/
H A Dfidl_structs.h348 #define nonnullable_handle_union_kHandle UINT32_C(0)
366 #define array_of_nonnullable_handles_union_kHandle UINT32_C(0)
367 #define array_of_nonnullable_handles_union_kArrayOfHandles UINT32_C(1)
368 #define array_of_nonnullable_handles_union_kArrayOfArrayOfHandles UINT32_C(2)
503 #define maybe_recurse_union_kDone UINT32_C(0)
504 #define maybe_recurse_union_kMore UINT32_C(1)
/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c211 static_assert(UINT32_C(0) == 0, "");
212 static_assert(UINT32_C(0xffffffff) == 0xffffffff, "");
H A Dint-types.cpp209 static_assert(UINT32_C(0) == fbl::integral_constant<uint_least32_t, 0>::value, "");
210 static_assert(UINT32_C(0xffffffff) == fbl::integral_constant<uint_least32_t, 0xffffffff>::value, "");
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h271 #define UINT32_C(c) __UINT32_C(c) macro
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprng.c32 assert_u32_eq((rb & (UINT32_C(0xffffffff) << lg_range)),

Completed in 48 milliseconds