HomeSort by relevance Sort by last modified time
    Searched defs:win_pos (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/lib/sys/vesa/
video.h 56 size_t win_pos; member in struct:win_info
  /external/syslinux/core/
bios.c 386 static void set_window_pos(struct win_info *wi, size_t win_pos)
390 wi->win_pos = win_pos;
398 ireg.edx.w[0] = win_pos >> wi->win_gshift;
406 size_t win_pos, win_off; local
415 win_pos = dst & ~omask;
417 if (__unlikely(win_pos != wi->win_pos))
418 set_window_pos(wi, win_pos);

Completed in 273 milliseconds