Home
last modified time | relevance | path

Searched defs:close_loop (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h190 const boolean close_loop = ((flags) == DRAW_SPLIT_BEFORE); in CONCAT() local
233 boolean close_loop = (flags == DRAW_SPLIT_BEFORE); in vsplit_segment_loop_linear() local
/third_party/libuv/test/
Dtask.h336 UNUSED static void close_loop(uv_loop_t* loop) { in close_loop() function
/third_party/python/Lib/test/test_asyncio/
Dutils.py513 def close_loop(loop): member in TestCase
Dtest_events.py1701 async def close_loop(loop): function