OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bit32u
(Results
1 - 5
of
5
) sorted by null
/external/qemu-pc-bios/vgabios/
vbe.h
56
Bit32u
WinFuncPtr;
81
Bit32u
PhysBasePtr;
82
Bit32u
OffScreenMemOffset;
96
Bit32u
MaxPixelClock;
110
Bit32u
WinFuncPtr;
135
Bit32u
PhysBasePtr;
136
Bit32u
OffScreenMemOffset;
150
Bit32u
MaxPixelClock;
vgabios.h
7
typedef unsigned long
Bit32u
;
vbe.c
860
size_64k = (Bit16u)((
Bit32u
)cur_info->info.XResolution * cur_info->info.XResolution * cur_info->info.BitsPerPixel) >> 19;
930
info.PhysBasePtr = ((
Bit32u
)lfb_addr << 16);
[
all
...]
/external/qemu-pc-bios/bochs/
bochs.h
129
Bit32u
crc32(const Bit8u *buf, int len);
156
new bx_shadow_num_c(parent, #name, (
Bit32u
*)&(name), BASE_HEX)
527
*((
Bit32u
*)(hostPtr)) = (nativeVar32)
534
(nativeVar32) = *((
Bit32u
*)(hostPtr))
541
(* (
Bit32u
*)(hostAddrDst)) = (* (
Bit32u
*)(hostAddrSrc));
573
(nativeVar32) = ((
Bit32u
) ((Bit8u *)(hostPtr))[0]) | \
574
(((
Bit32u
) ((Bit8u *)(hostPtr))[1])<<8) | \
575
(((
Bit32u
) ((Bit8u *)(hostPtr))[2])<<16) | \
576
(((
Bit32u
) ((Bit8u *)(hostPtr))[3])<<24);
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios.c
271
typedef unsigned long
Bit32u
;
412
static
Bit32u
read_dword();
415
Bit32u
445
Bit32u
data;
470
//
Bit32u
(unsigned long) and long helper functions
669
Bit32u
sectors_low; // Total sectors count
670
Bit32u
sectors_high;
691
Bit32u
trsfbytes;
703
Bit32u
ilba;
747
Bit32u
lba1
[
all
...]
Completed in 415 milliseconds