Home
last modified time | relevance | path

Searched refs:nextX (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h545 struct MHD_Connection *nextX; member
1364 EXTRA_CHECK (NULL == (element)->nextX); \
1366 (element)->nextX = (head); \
1385 EXTRA_CHECK ( (NULL != (element)->nextX) || ((element) == (tail))); \
1388 (head) = (element)->nextX; \
1390 (element)->prevX->nextX = (element)->nextX; \
1391 if (NULL == (element)->nextX) \
1394 (element)->nextX->prevX = (element)->prevX; \
1395 (element)->nextX = NULL; \
Ddaemon.c2105 for (pos = daemon->manual_timeout_head; NULL != pos; pos = pos->nextX) in MHD_get_timeout()
2809 next = pos->nextX; in MHD_epoll()
/third_party/flutter/skia/experimental/editor/
Dshape.cpp252 float nextX = x + width; in set_character_bounds() local
253 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds()
254 x = nextX; in set_character_bounds()
/third_party/skia/modules/skplaintexteditor/src/
Dshape.cpp251 float nextX = x + width; in set_character_bounds() local
252 cursors[firstIndex] = SkRect{x, clusterBox.top(), nextX, clusterBox.bottom()}; in set_character_bounds()
253 x = nextX; in set_character_bounds()
/third_party/boost/boost/polygon/detail/
Dboolean_op_45.hpp529 Unit nextX = (*inputBegin).first.x(); in scan() local
530 … if(!crossVector_.empty() && crossVector_[0].first.x() < nextX) nextX = crossVector_[0].first.x(); in scan()
531 if(nextX != x_) { in scan()
537 (*crossQueue_.begin()).x() < nextX) { in scan()
539 nextX = (std::min)(nextX, (*crossQueue_.begin()).x()); in scan()
543 x_ = nextX; in scan()
547 nextX == (*inputBegin).first.x()) { in scan()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp2134 const deUint32 nextX = localSizesToTest[index + 1][0]; in makeComputeTest() local
2153 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3942 const deUint32 nextX = localSizesToTest[index][0]; in makeComputeTestRequiredSubgroupSize() local
3954 nextX, in makeComputeTestRequiredSubgroupSize()