Searched refs:walklist (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsync.c1303 xSyncSystemCounter *list = NULL, *walklist = NULL; local in function:ProcSyncListSystemCounters
1320 walklist = list = malloc(len);
1341 walklist->counter = SysCounterList[i]->sync.id;
1342 walklist->resolution_hi = XSyncValueHigh32(psci->resolution);
1343 walklist->resolution_lo = XSyncValueLow32(psci->resolution);
1345 walklist->name_length = namelen;
1350 swapl(&walklist->counter, n);
1351 swapl(&walklist->resolution_hi, n);
1352 swapl(&walklist->resolution_lo, n);
1353 swaps(&walklist
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsync.c1272 xSyncSystemCounter *list = NULL, *walklist = NULL; local in function:ProcSyncListSystemCounters
1283 walklist = list = malloc(len);
1300 walklist->counter = psci->pCounter->sync.id;
1301 walklist->resolution_hi = psci->resolution >> 32;
1302 walklist->resolution_lo = psci->resolution;
1304 walklist->name_length = namelen;
1307 swapl(&walklist->counter);
1308 swapl(&walklist->resolution_hi);
1309 swapl(&walklist->resolution_lo);
1310 swaps(&walklist
[all...]

Completed in 6 milliseconds