Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c2049 unsigned char get8(void) in get8() function
2063 x = get8(); in get64()
2064 x = (x << 8) | 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 return (x << 8) | get8(); in get64()
2077 uint8_t op = get8() & 0xf; in main()