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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp 44 SharedMemoryRegion SMR;
554 if (SMR.IsClient())
555 SMR.WriteByteArray(Data, Size);
866 if (SMR.IsServer()) {
867 SMR.WriteByteArray(Data, Size);
868 } else if (SMR.IsClient()) {
869 SMR.PostClient();
870 SMR.WaitServer();
871 size_t OtherSize = SMR.ReadByteArraySize();
872 uint8_t *OtherData = SMR.GetByteArray()
    [all...]
  /src/sys/arch/x68k/dev/
mha.c 172 #define SMR (sc->sc_pcx[3])
361 SMR = 0x00;
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 397 } SMR;
399 static SMR state_machine_regs;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 394 } SMR;
396 static SMR state_machine_regs;

Completed in 30 milliseconds