OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VbeSignature
(Results
1 - 3
of
3
) sorted by null
/external/qemu-pc-bios/vgabios/
vbe.c
762
* (
VbeSignature
should be VBE2 when VBE 2.0 information is desired and
794
if (((vbe_info_block.
VbeSignature
[0] == 'V') &&
795
(vbe_info_block.
VbeSignature
[1] == 'B') &&
796
(vbe_info_block.
VbeSignature
[2] == 'E') &&
797
(vbe_info_block.
VbeSignature
[3] == '2')) ||
799
((vbe_info_block.
VbeSignature
[0] == 'V') &&
800
(vbe_info_block.
VbeSignature
[1] == 'E') &&
801
(vbe_info_block.
VbeSignature
[2] == 'S') &&
802
(vbe_info_block.
VbeSignature
[3] == 'A')) )
812
vbe_info_block.
VbeSignature
[0] = 'V'
[
all
...]
vbe.h
24
Bit8u
VbeSignature
[4];
/external/quake/quake/src/WinQuake/
vid_ext.cpp
99
byte
VbeSignature
[4];
307
*(long *)pinfoblock->
VbeSignature
= 'V' + ('B'<<8) + ('E'<<16) + ('2'<<24);
Completed in 4858 milliseconds