HomeSort by: relevance | last modified time | path
    Searched refs:walklist (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/Xext/
sync.c 1303 xSyncSystemCounter *list = NULL, *walklist = NULL; local
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->name_length, n)
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
sync.c 1311 xSyncSystemCounter *list = NULL, *walklist = NULL; local
1322 walklist = list = malloc(len);
1339 walklist->counter = psci->pCounter->sync.id;
1340 walklist->resolution_hi = psci->resolution >> 32;
1341 walklist->resolution_lo = psci->resolution;
1343 walklist->name_length = namelen;
1346 swapl(&walklist->counter);
1347 swapl(&walklist->resolution_hi);
1348 swapl(&walklist->resolution_lo);
1349 swaps(&walklist->name_length)
    [all...]

Completed in 8 milliseconds