Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/osdemo/src/
Dthreaddemo5.c44 s32 Count; variable
54 while (Count == 0) in Get()
59 --Count; in Get()
60 memmove(&Buffer[0], &Buffer[1], sizeof(s32) * Count); in Get()
69 while (BUFFER_SIZE <= Count) in Put()
73 Buffer[Count] = item; in Put()
74 ++Count; in Put()
/RvlSDK-3.1.4/build/demos/paddemo/src/
Dsampling.c41 vu64 Count; variable
58 ++Count; in SamplingCallback()
170 DEMOPrintf(x, y += 16, 0, "Samples: %llu", Count); in main()