Home
last modified time | relevance | path

Searched refs:nextX (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dinternal.h545 struct MHD_Connection *nextX; member
1357 * element are structs with prevX and nextX fields.
1364 EXTRA_CHECK (NULL == (element)->nextX); \
1366 (element)->nextX = (head); \
1378 * with prevX and nextX fields.
1385 EXTRA_CHECK ( (NULL != (element)->nextX) || ((element) == (tail))); \
1388 (head) = (element)->nextX; \
1390 (element)->prevX->nextX = (element)->nextX; \
1391 if (NULL == (element)->nextX) \
[all...]
H A 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/skia/modules/skplaintexteditor/src/
H A 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/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp2144 const deUint32 nextX = localSizesToTest[index + 1][0]; in makeComputeTest() local
2163 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4224 const deUint32 nextX = usedLocalSizes[index][0]; in makeComputeOrMeshTestRequiredSubgroupSize() local
4242 nextX, in makeComputeOrMeshTestRequiredSubgroupSize()
4257 nextX, in makeComputeOrMeshTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4206 const deUint32 nextX = usedLocalSizes[index][0]; in makeComputeOrMeshTestRequiredSubgroupSize() local
4224 nextX, in makeComputeOrMeshTestRequiredSubgroupSize()
4239 nextX, in makeComputeOrMeshTestRequiredSubgroupSize()

Completed in 25 milliseconds