Searched refs:nextX (Results 1 – 4 of 4) sorted by relevance
542 struct MHD_Connection *nextX; member1333 EXTRA_CHECK (NULL == (element)->nextX); \1335 (element)->nextX = (head); \1354 EXTRA_CHECK ( (NULL != (element)->nextX) || ((element) == (tail))); \1357 (head) = (element)->nextX; \1359 (element)->prevX->nextX = (element)->nextX; \1360 if (NULL == (element)->nextX) \1363 (element)->nextX->prevX = (element)->prevX; \1364 (element)->nextX = NULL; \
2187 for (pos = daemon->manual_timeout_head; NULL != pos; pos = pos->nextX) in MHD_get_timeout()2891 next = pos->nextX; in MHD_epoll()
519 int nextX[BlockDim]; in flushRuns() local521 nextX[i] = 0x7FFFFF; in flushRuns()531 nextX[i] = *(fBufferedRuns[i].fRuns); in flushRuns()534 finalX = SkMin32(nextX[i], finalX); in flushRuns()597 if (nextX[i] == finalX) { in flushRuns()602 nextX[i] += *(fBufferedRuns[i].fRuns); in flushRuns()608 finalX = SkMin32(nextX[i], finalX); in flushRuns()619 SkASSERT(nextX[i] == kLongestRun || nextX[i] == curX); in flushRuns()
118 float nextX = movingIndex == points.size() - 1 ? maxX : points.get(movingIndex + 1).x - 0.001f; in Chart()119 if (movingIndex == 0) nextX = 0; in Chart()122 point.x = Math.min(nextX, Math.max(prevX, (event.getX() - chartX) / (float)chartWidth * maxX)); in Chart()