OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bgptr
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/lib/sys/vesa/
background.c
48
uint32_t *
bgptr
= &__vesacon_background[line*__vesa_info.mi.h_res+start];
local
52
__vesacon_copy_to_screen(fbptr,
bgptr
, npixels);
250
uint8_t *
bgptr
= (uint8_t *)__vesacon_background;
local
266
bgptr
[0] = k; /* Blue */
267
bgptr
[1] = k; /* Green */
268
bgptr
[2] = k; /* Red */
269
bgptr
+= 4; /* Dummy alpha */
280
void *
bgptr
= __vesacon_background;
local
286
asm volatile ("rep; stosl":"+D" (
bgptr
), "+c"(count)
329
uint32_t *
bgptr
= __vesacon_background
local
[
all
...]
drawtxt.c
78
uint32_t *bgrowptr, *
bgptr
, bgval, fgval;
local
103
bgptr
= bgrowptr;
159
?
bgptr
[__vesa_info.mi.h_res + 1] : *
bgptr
;
160
bgptr
++;
/external/syslinux/bios/com32/lib/
libcom32.elf
/external/syslinux/efi32/com32/lib/
libcom32.elf
Completed in 170 milliseconds