Searched refs:SMR (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmem.h65 extern SharedMemoryRegion SMR;
H A DFuzzerLoop.cpp44 SharedMemoryRegion SMR; member in namespace:fuzzer
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
[all...]
H A DFuzzerDriver.cpp678 SMR.Destroy(Name);
679 if (!SMR.Create(Name)) {
685 SMR.WaitClient();
686 size_t Size = SMR.ReadByteArraySize();
687 SMR.WriteByteArray(nullptr, 0);
688 const Unit tmp(SMR.GetByteArray(), SMR.GetByteArray() + Size);
690 SMR.PostServer();
696 if (!SMR.Open(Name)) {
/netbsd-current/sys/arch/x68k/dev/
H A Dmha.c172 #define SMR (sc->sc_pcx[3]) macro
361 SMR = 0x00;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c442 } SMR; typedef in typeref:struct:State_Machine_Registers
444 static SMR state_machine_regs;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.c488 } SMR; typedef in typeref:struct:State_Machine_Registers
490 static SMR state_machine_regs;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c442 } SMR; typedef in typeref:struct:State_Machine_Registers
444 static SMR state_machine_regs;

Completed in 204 milliseconds