Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_test/include/pico/test/
Dxrand.h68 static const uint64_t JUMP[] = { 0x2bd7a6a6e99c2ddc, 0x0992ccaf6a6fca05 }; in xrand_jump() local
72 for(int i = 0; i < sizeof JUMP / sizeof *JUMP; i++) in xrand_jump()
74 if (JUMP[i] & UINT64_C(1) << b) { in xrand_jump()