Home
last modified time | relevance | path

Searched refs:U32_C (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/crypto/
Dmorus640.c57 U32_C(0x02010100),
58 U32_C(0x0d080503),
59 U32_C(0x59372215),
60 U32_C(0x6279e990),
63 U32_C(0x55183ddb),
64 U32_C(0xf12fc26d),
65 U32_C(0x42311120),
66 U32_C(0xdd28b573),
301 state->s[2].words[i] = U32_C(0xFFFFFFFF); in crypto_morus640_init()
/Linux-v4.19/include/asm-generic/
Dint-ll64.h30 #define U32_C(x) x ## U macro
41 #define U32_C(x) x macro
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dint_typedefs.h30 #define U32_C(x) UINT32_C(x) macro
/Linux-v4.19/net/ipv4/
Dtcp_cdg.c123 u32 y = v[i & -(msb & 1)] + U32_C(1); in nexp_u32()