OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offscreenList
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-geode/dist/src/
lx_memory.c
50
GeodeMemPtr ptr = pGeode->
offscreenList
;
70
pGeode->
offscreenList
= ptr->next;
88
GeodeMemPtr nptr, ptr = pGeode->
offscreenList
;
90
if (!pGeode->
offscreenList
) {
91
pGeode->
offscreenList
= calloc(1, sizeof(*nptr));
92
pGeode->
offscreenList
->offset = pGeode->offscreenStart;
93
pGeode->
offscreenList
->size = pGeode->offscreenSize;
94
pGeode->
offscreenList
->next = NULL;
95
pGeode->
offscreenList
->prev = NULL;
97
return pGeode->
offscreenList
;
[
all
...]
geode.h
271
GeodeMemPtr
offscreenList
;
Completed in 6 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026