Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp1004 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1026 screen += (firstBlob * (kIOHibernateProgressWidth + kIOHibernateProgressSpacing)) << pixelShift; in ProgressUpdate()
1030 for (blob = firstBlob; blob <= lastBlob; blob++) { in ProgressUpdate()