Searched refs:nextX (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | internal.h | 545 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 D | daemon.c | 2105 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 D | shape.cpp | 251 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 D | glcSubgroupsTestsUtils.cpp | 2144 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 D | vktSubgroupsTestsUtils.cpp | 4224 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 D | vktSubgroupsTestsUtils.cpp | 4206 const deUint32 nextX = usedLocalSizes[index][0]; in makeComputeOrMeshTestRequiredSubgroupSize() local 4224 nextX, in makeComputeOrMeshTestRequiredSubgroupSize() 4239 nextX, in makeComputeOrMeshTestRequiredSubgroupSize()
|
Completed in 25 milliseconds