Searched refs:read_u16 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/gdb/linux/ |
H A D | utils.py | 117 def read_u16(buffer, offset): function 136 return read_u16(buffer, offset) + (read_u16(buffer, offset + 2) << 16) 138 return read_u16(buffer, offset + 2) + (read_u16(buffer, offset) << 16)
|
H A D | dmesg.py | 125 text_len = utils.read_u16(info, len_off)
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 1754 static uint16_t read_u16(uint8_t *data, size_t offset) in read_u16() function 2393 read_u16(data, 8), read_u16(data, 10), in protocol_client_msg() 2402 limit = read_u16(data, 2); in protocol_client_msg() 2406 limit = read_u16(data, 2); in protocol_client_msg() 2420 read_u8(data, 1), read_u16(data, 2), read_u16(data, 4), in protocol_client_msg() 2421 read_u16(data, 6), read_u16(data, 8)); in protocol_client_msg() 2433 pointer_event(vs, read_u8(data, 1), read_u16(data, 2), read_u16(data, 4)); in protocol_client_msg() 2514 ext_key_event(vs, read_u16(data, 2), in protocol_client_msg() 2527 switch (read_u16 (data, 2)) { in protocol_client_msg() 2600 w = read_u16(data, 2); in protocol_client_msg() [all …]
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 21921 static bool read_u16(uint16_t *ret, bfd_vma memaddr, in read_u16() function 21956 if (!read_u16(&words[0], memaddr, info)) { in print_insn_nanomips() 21963 if (!read_u16(&words[1], memaddr + 2, info)) { in print_insn_nanomips() 21970 if (!read_u16(&words[1], memaddr + 4, info)) { in print_insn_nanomips()
|