Home
last modified time | relevance | path

Searched refs:open_count (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcluster_info.hpp30 std::size_t open_count; member
33 : open_count(0) in cluster_info()
Dsort_by_side.hpp490 inline std::size_t open_count(Include const& include_functor) const in open_count() function
665 inline std::size_t open_count(operation_type for_operation) const in open_count() function
668 ? open_count(include_union()) in open_count()
669 : open_count(include_intersection()) in open_count()
Dhandle_colocations.hpp839 cinfo.open_count = sbs.open_count(for_operation); in gather_cluster_properties()
853 && for_operation == operation_union && cinfo.open_count == 0) in gather_cluster_properties()
Dtraversal_switch_detector.hpp645 << " -> " << cinfo.open_count << std::endl; in iterate()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c143 vws->open_count++; in vmw_winsys_create()
152 vws->open_count = 1; in vmw_winsys_create()
199 if (--vws->open_count == 0) { in vmw_winsys_destroy()
Dvmw_screen.h118 int open_count; member
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dsort_by_side_basic.cpp159 std::size_t const open_count = sbs.open_count(detail::overlay::operation_union); in apply_get_turns() local
199 BOOST_CHECK_MESSAGE(open_count == expected_open_count, in apply_get_turns()
202 << " detected=" << open_count); in apply_get_turns()
Dsort_by_side.cpp113 cinfo.open_count = sbs.open_count(for_operation); in gather_cluster_properties()
114 result.push_back(cinfo.open_count); in gather_cluster_properties()
/third_party/libusb/libusb/os/
Ddarwin_usb.c1203 if (0 == dpriv->open_count) { in darwin_open()
1240 dpriv->open_count++; in darwin_open()
1253 if (dpriv->open_count == 0) { in darwin_close()
1259 dpriv->open_count--; in darwin_close()
1266 if (0 == dpriv->open_count) { in darwin_close()
1610 int open_count = dpriv->open_count; in darwin_restore_state() local
1618 dpriv->open_count = 1; in darwin_restore_state()
1625 dpriv->open_count = open_count; in darwin_restore_state()
Ddarwin_usb.h164 int open_count; member
/third_party/alsa-lib/src/pcm/
Dpcm_share.c83 unsigned int open_count; member
374 while (slave->open_count > 0) { in snd_pcm_share_thread()
1262 slave->open_count--; in snd_pcm_share_close()
1263 if (slave->open_count == 0) { in snd_pcm_share_close()
1538 slave->open_count++; in snd_pcm_share_open()
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c121 int open_count; member
412 node->open_count = 0; in find_node()
1063 if (node && node->open_count > 0) in is_open()
1771 assert(node->open_count > 0); in fuse_do_release()
1772 --node->open_count; in fuse_do_release()
1773 if (node->is_hidden && !node->open_count) { in fuse_do_release()
1819 get_node(f, e.ino)->open_count++; in fuse_lib_create()
1910 get_node(f, ino)->open_count++; in fuse_lib_open()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp4049 int open_count = 0; in ShowExampleAppDocuments() local
4051 open_count += app.Documents[doc_n].Open ? 1 : 0; in ShowExampleAppDocuments()
4053 if (ImGui::BeginMenu("Open", open_count < app.Documents.Size)) in ShowExampleAppDocuments()
4064 if (ImGui::MenuItem("Close All Documents", NULL, false, open_count > 0)) in ShowExampleAppDocuments()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7494 int open_count = 0; local
7496 open_count += app.Documents[doc_n].Open ? 1 : 0;
7498 if (ImGui::BeginMenu("Open", open_count < app.Documents.Size))
7509 if (ImGui::MenuItem("Close All Documents", NULL, false, open_count > 0))