Home | History | Annotate | Download | only in runtime

Lines Matching defs:ReadU16

88 static uint32_t ReadU16(const uint8_t* ptr) {
282 uint32_t instr = (ReadU16(instr_ptr) << 16) | ReadU16(instr_ptr + 2);
1040 uint16_t instr = ReadU16(instr_ptr);