Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTQueueMPMC.h45 Atomic32<uint32> sequence; member
84 buffer[i].sequence.StoreRelaxed(i); in LockFreeQueueMPMC()
100 uint32 seq = cell->sequence.Load(); in TryPush()
127 cell->sequence.Store(pos + 1); in TryPush()
141 uint32 seq = cell->sequence.Load(); in TryPop()
168 cell->sequence.Store(pos + MASK + 1); in TryPop()
/TaskScheduler/ThirdParty/Squish/
H A Dtexture_compression_s3tc.txt324 Each RGB image data block is encoded as a sequence of 8 bytes, called (in
399 Each alpha image data block is encoded as a sequence of 8 bytes, called
430 Each alpha image data block is encoded as a sequence of 8 bytes, called
/TaskScheduler/Scheduler/Doxygen/
H A DDoxyfile29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
2139 # You can define message sequence charts within doxygen comments using the \msc