Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/lib/
Dsparsebit.c2050 unsigned char get8(void) in get8() function
2064 x = get8(); in get64()
2065 x = (x << 8) | get8(); in get64()
2066 x = (x << 8) | get8(); in get64()
2067 x = (x << 8) | get8(); in get64()
2068 x = (x << 8) | get8(); in get64()
2069 x = (x << 8) | get8(); in get64()
2070 x = (x << 8) | get8(); in get64()
2071 return (x << 8) | get8(); in get64()
2078 uint8_t op = get8() & 0xf; in main()