Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/Scheduler/Include/
H A DMTTypes.h58 typedef uint16_t uint16; typedef
85 static_assert( sizeof(uint16) == 2, "Invalid type size, uint16" );
H A DMTPlatform.h101 uint16 Get() in Get()
104 uint16 rnd = (state >> 16); in Get()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMicroWindows.cpp55 static_assert(sizeof(MW_WORD) == sizeof(uint16), "MW_WORD != uint16");