Home
last modified time | relevance | path

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

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