Monero
Loading...
Searching...
No Matches
Typedefs | Variables
randomx::ExecutionPort Namespace Reference

Typedefs

using type = int
 

Variables

constexpr type Null = 0
 
constexpr type P0 = 1
 
constexpr type P1 = 2
 
constexpr type P5 = 4
 
constexpr type P01 = P0 | P1
 
constexpr type P05 = P0 | P5
 
constexpr type P015 = P0 | P1 | P5
 

Typedef Documentation

◆ type

Variable Documentation

◆ Null

constexpr type randomx::ExecutionPort::Null = 0
constexpr

◆ P0

constexpr type randomx::ExecutionPort::P0 = 1
constexpr

◆ P01

constexpr type randomx::ExecutionPort::P01 = P0 | P1
constexpr

◆ P015

constexpr type randomx::ExecutionPort::P015 = P0 | P1 | P5
constexpr

◆ P05

constexpr type randomx::ExecutionPort::P05 = P0 | P5
constexpr

◆ P1

constexpr type randomx::ExecutionPort::P1 = 2
constexpr

◆ P5

constexpr type randomx::ExecutionPort::P5 = 4
constexpr