HomeSort by: relevance | last modified time | path
    Searched refs:byte4 (Results 1 - 4 of 4) 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
  /src/external/bsd/libevent/dist/
evutil.c 2060 unsigned byte1,byte2,byte3,byte4;
2069 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2075 byte4 > 255)
2079 words[7] = (byte3<<8) | byte4;
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 2058 unsigned byte1,byte2,byte3,byte4;
2067 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2073 byte4 > 255)
2077 words[7] = (byte3<<8) | byte4;

Completed in 23 milliseconds