HomeSort by: relevance | last modified time | path
    Searched defs:byte4 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_linux.cpp 421 uint8_t byte4 = *((u8 *)(pc + 3));
422 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
438 byte4 = *((u8 *)(pc + 3));
440 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
478 uint8_t byte4 = (uint8_t)(*(exception_source + 3)); local
479 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
  /src/sys/dev/scsipi/
scsi_spc.h 271 uint8_t byte4; member in struct:scsi_informational_exceptions_control_page
295 uint8_t byte4; member in struct:scsi_power_condition_page

Completed in 16 milliseconds