Home
last modified time | relevance | path

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

/external/syslinux/efi/
Dvesa.c278 size_t win_off; in efi_vesacon_screencpy() local
284 win_off = dst; in efi_vesacon_screencpy()
285 memcpy(win_base + win_off, s, bytes); in efi_vesacon_screencpy()
/external/syslinux/core/
Dbios.c406 size_t win_pos, win_off; in bios_vesacon_screencpy() local
414 win_off = dst & omask; in bios_vesacon_screencpy()
420 l = min(bytes, win_size - win_off); in bios_vesacon_screencpy()
421 memcpy(win_base + win_off, s, l); in bios_vesacon_screencpy()