/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 104 #define CMD_DISCR_TLV_ENCAP UINT32_C(0x8000) 109 #define TLV_TYPE_HWRM_REQUEST UINT32_C(0x1) 111 #define TLV_TYPE_HWRM_RESPONSE UINT32_C(0x2) 113 #define TLV_TYPE_ROCE_SP_COMMAND UINT32_C(0x3) 115 #define TLV_TYPE_QUERY_ROCE_CC_GEN1 UINT32_C(0x4) 117 #define TLV_TYPE_MODIFY_ROCE_CC_GEN1 UINT32_C(0x5) 119 #define TLV_TYPE_QUERY_ROCE_CC_GEN2 UINT32_C(0x6) 121 #define TLV_TYPE_MODIFY_ROCE_CC_GEN2 UINT32_C(0x7) 123 #define TLV_TYPE_ENGINE_CKV_ALIAS_ECC_PUBLIC_KEY UINT32_C(0x8001) 125 #define TLV_TYPE_ENGINE_CKV_IV UINT32_C(0x8003) [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2.h | 24 #define ARGON2_MIN_LANES UINT32_C(1) 25 #define ARGON2_MAX_LANES UINT32_C(0xFFFFFF) 28 #define ARGON2_MIN_THREADS UINT32_C(1) 29 #define ARGON2_MAX_THREADS UINT32_C(0xFFFFFF) 32 #define ARGON2_SYNC_POINTS UINT32_C(4) 35 #define ARGON2_MIN_OUTLEN UINT32_C(16) 36 #define ARGON2_MAX_OUTLEN UINT32_C(0xFFFFFFFF) 45 ARGON2_MIN(UINT32_C(32), (sizeof(void *) * CHAR_BIT - 10 - 1)) 47 ARGON2_MIN(UINT32_C(0xFFFFFFFF), UINT64_C(1) << ARGON2_MAX_MEMORY_BITS) 50 #define ARGON2_MIN_TIME UINT32_C(1) [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | tables.h | 65 UINT32_C(0), 66 UINT32_C(10), 67 UINT32_C(100), 68 UINT32_C(1000), 69 UINT32_C(10000), 70 UINT32_C(100000), 71 UINT32_C(1000000), 72 UINT32_C(10000000), 73 UINT32_C(100000000), 74 UINT32_C(1000000000)};
|
/freebsd/contrib/netbsd-tests/lib/libbpfjit/ |
H A D | t_bpfjit.c | 209 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffff)), in ATF_TC_BODY() 224 ATF_CHECK(jitcall(code, pkt, 1, 1) == UINT32_C(0xfffffffd)); in ATF_TC_BODY() 328 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffff)), in ATF_TC_BODY() 343 ATF_CHECK(jitcall(code, pkt, 1, 1) == UINT32_C(0x3fffffff)); in ATF_TC_BODY() 358 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294843849)), in ATF_TC_BODY() 373 ATF_CHECK(jitcall(code, pkt, 1, 1) == UINT32_C(429484384)); in ATF_TC_BODY() 388 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294843849)), in ATF_TC_BODY() 403 ATF_CHECK(jitcall(code, pkt, 1, 1) == UINT32_C(429484)); in ATF_TC_BODY() 418 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294967295)), in ATF_TC_BODY() 419 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(7609801)), in ATF_TC_BODY() [all …]
|
/freebsd/contrib/netbsd-tests/net/bpfjit/ |
H A D | t_bpfjit.c | 211 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffff)), in ATF_TC_BODY() 310 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffff)), in ATF_TC_BODY() 335 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294843849)), in ATF_TC_BODY() 360 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294843849)), in ATF_TC_BODY() 385 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294967295)), in ATF_TC_BODY() 386 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(7609801)), in ATF_TC_BODY() 410 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffde)), in ATF_TC_BODY() 411 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, UINT32_C(0x80000000)), in ATF_TC_BODY() 509 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(0xffffffff)), in ATF_TC_BODY() 534 BPF_STMT(BPF_LD+BPF_IMM, UINT32_C(4294843849)), in ATF_TC_BODY() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | fixtfdi.c | 16 (uint32_t)(hibits.x >> 32) & UINT32_C(0x7fffffff); in __fixtfdi() 17 const uint32_t absHighWordMinusOne = absHighWord - UINT32_C(0x3ff00000); in __fixtfdi() 20 if (UINT32_C(0x03f00000) > absHighWordMinusOne) { in __fixtfdi()
|
H A D | fixunstfdi.c | 15 (uint32_t)(hibits.x >> 32) - UINT32_C(0x3ff00000); in __fixunstfdi() 18 if (UINT32_C(0x04000000) > highWordMinusOne) { in __fixunstfdi()
|
H A D | gcc_qmul.c | 12 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qmul()
|
H A D | gcc_qdiv.c | 12 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qdiv()
|
H A D | gcc_qadd.c | 12 static const uint32_t infinityHi = UINT32_C(0x7ff00000); in __gcc_qadd()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prng.h | 29 #define PRNG_A_32 UINT32_C(1103515241) 30 #define PRNG_C_32 UINT32_C(12347)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_extend.h | 22 #define SRC_REP_C UINT32_C 97 #define DST_REP_C UINT32_C
|
/freebsd/lib/libiconv_modules/UES/ |
H A D | citrus_ues.c | 118 #define BMP_MAX UINT32_C(0xFFFF) 119 #define UCS2_MAX UINT32_C(0x10FFFF) 120 #define UCS4_MAX UINT32_C(0x7FFFFFFF)
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DataTypes.h | 37 #if !defined(UINT32_C)
|
/freebsd/contrib/ntp/libntp/ |
H A D | refidsmear.c | 53 temp |= UINT32_C(0xFE000000); in convertLFPToRefID()
|
H A D | ntp_calendar.c | 148 return UINT32_C(0) - (uint32_t)(v < 0); in int32_sflag() 409 x = (x >> 15) + (x & UINT32_C(0x7FFF)); in u32mod7() 415 return (int)((x * UINT32_C(0x24924925)) >> 29); in u32mod7() 438 uint32_t sf = UINT32_C(0) - (x < 0); in i32fmod() 515 sf = UINT32_C(0) - (value < pivot); in ntpcal_periodic_extend() 524 sf = UINT32_C(0) - (value > pivot); in ntpcal_periodic_extend() 2095 retv += (UINT32_C(1) << 31); in basedate_get_eracenter()
|
/freebsd/crypto/libecc/include/libecc/words/ |
H A D | words_64.h | 36 #define HWORD(A) (UINT32_C(A))
|
H A D | words_32.h | 35 #define WORD(A) (UINT32_C(A))
|
H A D | types.h | 142 #define UINT32_C(c) ((uint32_t)(c ## UL)) macro
|
/freebsd/contrib/netbsd-tests/net/bpfilter/ |
H A D | t_bpfilter.c | 62 #define BMAGIC UINT32_C(0x37) 63 #define HMAGIC UINT32_C(0xc2c2) 64 #define WMAGIC UINT32_C(0x7d7d7d7d)
|
/freebsd/lib/libiconv_modules/UTF7/ |
H A D | citrus_utf7.c | 128 #define UTF32_MAX UINT32_C(0x10ffff) 146 #define SRG_BASE UINT32_C(0x10000) 363 u16[1] = ((uint16_t)(u32 & UINT32_C(0x3ff))) + LOSRG_MIN; in _citrus_UTF7_wcrtomb_priv()
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 45 #define UINT32_C(c) (c ## U) macro
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 43 #define UINT32_C(c) (c ## U) macro
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 47 #define UINT32_C(c) (c ## U) macro
|
/freebsd/sys/x86/include/ |
H A D | _stdint.h | 51 #define UINT32_C(c) (c ## U) macro
|