OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLink
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOffscreen.c
34
PixmapLinkPtr
pLink
= infoRec->OffscreenPixmaps;
37
while(
pLink
) {
38
pPriv = XAA_GET_PIXMAP_PRIVATE(
pLink
->pPix);
39
pLink
->area = pPriv->offscreenArea;
40
XAAMoveOutOffscreenPixmap(
pLink
->pPix);
41
pLink
=
pLink
->next;
51
PixmapLinkPtr
pLink
= infoRec->OffscreenPixmaps;
60
while(
pLink
) {
61
pPix =
pLink
->pPix
[
all
...]
xaaInit.c
355
PixmapLinkPtr
pLink
;
376
if(!(
pLink
= malloc(sizeof(PixmapLink)))) {
386
free(
pLink
);
407
pLink
->next = infoRec->OffscreenPixmaps;
408
pLink
->pPix = pPix;
409
infoRec->OffscreenPixmaps =
pLink
;
443
PixmapLinkPtr
pLink
= infoRec->OffscreenPixmaps;
446
while(
pLink
->pPix != pPix) {
447
prev =
pLink
;
448
pLink
= pLink->next
[
all
...]
xaaPCache.c
268
CacheLinkPtr
pLink
= ListKeepers;
271
while(
pLink
) {
272
if(
pLink
->w < w) w =
pLink
->w;
273
if(
pLink
->h < h) h =
pLink
->h;
274
pLink
=
pLink
->next;
320
CacheLinkPtr
pLink
= ListPartial;
331
while(
pLink
) {
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86fbman.c
457
FBLinkPtr
pLink
, pLinkPrev = NULL;
464
pLink
= offman->UsedAreas;
465
if (!
pLink
)
468
while (&(
pLink
->area) != area) {
469
pLinkPrev =
pLink
;
470
pLink
=
pLink
->next;
471
if (!
pLink
)
476
RegionInit(&FreedRegion, &(
pLink
->area.box), 1);
481
pLinkPrev->next =
pLink
->next
[
all
...]
xf86cmap.c
268
CMapLinkPtr
pLink
;
293
pLink
= malloc(sizeof(CMapLink));
294
if (
pLink
) {
295
pLink
->cmap = pmap;
296
pLink
->next = pScreenPriv->maps;
297
pScreenPriv->maps =
pLink
;
329
CMapLinkPtr prevLink = NULL,
pLink
= pScreenPriv->maps;
337
while (
pLink
) {
338
if (
pLink
->cmap == cmap) {
340
prevLink->next =
pLink
->next
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86fbman.c
468
FBLinkPtr
pLink
, pLinkPrev = NULL;
475
pLink
= offman->UsedAreas;
476
if(!
pLink
) return;
478
while(&(
pLink
->area) != area) {
479
pLinkPrev =
pLink
;
480
pLink
=
pLink
->next;
481
if(!
pLink
) return;
485
RegionInit(&FreedRegion, &(
pLink
->area.box), 1);
490
pLinkPrev->next =
pLink
->next
[
all
...]
xf86cmap.c
266
CMapLinkPtr
pLink
;
291
pLink
= malloc(sizeof(CMapLink));
292
if(
pLink
) {
293
pLink
->cmap = pmap;
294
pLink
->next = pScreenPriv->maps;
295
pScreenPriv->maps =
pLink
;
327
CMapLinkPtr prevLink = NULL,
pLink
= pScreenPriv->maps;
335
while(
pLink
) {
336
if(
pLink
->cmap == cmap) {
338
prevLink->next =
pLink
->next
[
all
...]
Completed in 8 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026