Searched defs:offKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A Dscmsubversion.cpp819 size_t const offKey = ScmStreamTell(&Stream); local
830 if (RT_FAILURE(ScmStreamSeekAbsolute(&Stream, offKey + cchKey)))
/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp194 uint8_t offKey; member in struct:DEVSMC
896 if (pThis->offKey < 4)
899 pThis->CurKey.Key.ab[pThis->offKey++] = bValue;
903 else if (pThis->offKey == 4)
910 pThis->offKey = 5;
954 if (pThis->offKey < 4)
956 pThis->CurKey.Key.ab[pThis->offKey] = bValue;
957 if (++pThis->offKey == 4)
1022 pThis->offKey = 0;

Completed in 49 milliseconds