Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc.c1759 static int32_t read_s32(uint8_t *data, size_t offset) in read_s32() function
2409 int32_t val = read_s32(data, 4 + (i * 4)); in protocol_client_msg()
2439 uint32_t dlen = abs(read_s32(data, 4)); in protocol_client_msg()
2452 if (read_s32(data, 4) < 0) { in protocol_client_msg()