Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 2 of 2) sorted by relevance

/scripts/gcc-plugins/
Drandomize_layout_plugin.c140 typedef unsigned long long u64; typedef
142 typedef struct ranctx { u64 a; u64 b; u64 c; u64 d; } ranctx;
145 static u64 ranval(ranctx *x) { in ranval()
146 u64 e = x->a - rot(x->b, 7); in ranval()
154 static void raninit(ranctx *x, u64 *seed) { in raninit()
166 static u64 shuffle_seed[4];
259 u64 seed[4]; in shuffle()
282 raninit(&prng_state, (u64 *)&seed); in shuffle()
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci25 typedef bool, u8, u16, u32, u64;
27 size_t, bool, u8, u16, u32, u64} v;