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

/systemd/src/basic/
H A Dsiphash24.c24 static inline uint64_t rotate_left(uint64_t x, uint8_t b) { function
34 state->v1 = rotate_left(state->v1, 13);
36 state->v0 = rotate_left(state->v0, 32);
38 state->v3 = rotate_left(state->v3, 16);
41 state->v3 = rotate_left(state->v3, 21);
44 state->v1 = rotate_left(state->v1, 17);
46 state->v2 = rotate_left(state->v2, 32);

Completed in 950 milliseconds