Home
last modified time | relevance | path

Searched refs:nqueue (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgobjectnotifyqueue.c65 g_slist_free (nqueue->pspecs); in g_object_notify_queue_free()
73 GObjectNotifyQueue *nqueue; in g_object_notify_queue_freeze() local
77 if (!nqueue) in g_object_notify_queue_freeze()
91 nqueue->freeze_count++; in g_object_notify_queue_freeze()
94 return nqueue; in g_object_notify_queue_freeze()
119 nqueue->freeze_count--; in g_object_notify_queue_thaw()
120 if (nqueue->freeze_count) { in g_object_notify_queue_thaw()
149 nqueue->pspecs = NULL; in g_object_notify_queue_clear()
150 nqueue->n_pspecs = 0; in g_object_notify_queue_clear()
175 nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec); in g_object_notify_queue_add()
[all …]
H A Dgobject.c279 GObjectNotifyQueue *nqueue; in g_object_notify_queue_freeze() local
283 if (!nqueue) in g_object_notify_queue_freeze()
302 nqueue->freeze_count++; in g_object_notify_queue_freeze()
305 return nqueue; in g_object_notify_queue_freeze()
328 nqueue->freeze_count--; in g_object_notify_queue_thaw()
329 if (nqueue->freeze_count) { in g_object_notify_queue_thaw()
360 nqueue->pspecs = g_slist_prepend (nqueue->pspecs, pspec); in g_object_notify_queue_add()
361 nqueue->n_pspecs++; in g_object_notify_queue_add()
1297 if (nqueue != NULL) in g_object_notify_by_spec_internal()
1922 if (nqueue) in g_object_new_with_custom_constructor()
[all …]
/dports/math/pdal/PDAL-2.3.0/filters/private/csf/
H A DRasterization.cpp59 queue<Particle *> nqueue; in findHeightValByNeighbor() local
65 nqueue.push(p->neighborsList[i]); in findHeightValByNeighbor()
69 while (!nqueue.empty()) { in findHeightValByNeighbor()
70 Particle *pneighbor = nqueue.front(); in findHeightValByNeighbor()
71 nqueue.pop(); in findHeightValByNeighbor()
78 while (!nqueue.empty()) { in findHeightValByNeighbor()
79 Particle *pp = nqueue.front(); in findHeightValByNeighbor()
81 nqueue.pop(); in findHeightValByNeighbor()
93 nqueue.push(ptmp); in findHeightValByNeighbor()
/dports/net/libunp/unpv12e/sigio/
H A Ddgecho01.c20 static int nqueue; /* #on queue for main loop to process */ variable
43 iget = iput = nqueue = 0; in dg_echo()
58 while (nqueue == 0) in dg_echo()
72 nqueue--; in dg_echo()
86 if (nqueue >= QSIZE) in sig_io()
102 nqueue++; in sig_io()
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_notify.c66 struct rtpp_queue *nqueue; member
88 wi = rtpp_queue_get_item(pvt->nqueue, 0); in rtpp_notify_queue_run()
112 pvt->nqueue = rtpp_queue_init(1, "rtpp_notify"); in rtpp_notify_ctor()
113 if (pvt->nqueue == NULL) { in rtpp_notify_ctor()
137 rtpp_queue_destroy(pvt->nqueue); in rtpp_notify_ctor()
151 rtpp_queue_put_item(pvt->sigterm, pvt->nqueue); in rtpp_notify_dtor()
153 rtpp_queue_destroy(pvt->nqueue); in rtpp_notify_dtor()
187 rtpp_queue_put_item(wi, pvt->nqueue); in rtpp_notify_schedule()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/fossil/
H A Ddisk.c29 int nqueue; member
189 while(disk->nqueue >= QueueSize) in diskQueue()
203 if(disk->nqueue == 0) in diskQueue()
205 disk->nqueue++; in diskQueue()
261 while(disk->nqueue > 0) in diskFlush()
319 while(disk->nqueue == 0){ in diskThread()
388 disk->nqueue--; in diskThread()
389 if(disk->nqueue == QueueSize-1) in diskThread()
391 if(disk->nqueue == 0) in diskThread()
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/lexmachine/machines/
H A Dmachine.go149 var cqueue, nqueue *queue.Queue = queue.New(len(program)), queue.New(len(program))
165 nqueue.Clear()
179 nqueue.Push(pc + 1)
198 cqueue, nqueue = nqueue, cqueue
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dpreflow.h444 std::vector<Node> nqueue; in init() local
452 nqueue.push_back(u); in init()
456 queue.swap(nqueue); in init()
514 std::vector<Node> nqueue; in init() local
523 nqueue.push_back(u); in init()
531 nqueue.push_back(v); in init()
535 queue.swap(nqueue); in init()
766 std::vector<Node> nqueue; in startSecondPhase() local
774 nqueue.push_back(v); in startSecondPhase()
783 nqueue.push_back(u); in startSecondPhase()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dpreflow.h444 std::vector<Node> nqueue; in init() local
452 nqueue.push_back(u); in init()
456 queue.swap(nqueue); in init()
514 std::vector<Node> nqueue; in init() local
523 nqueue.push_back(u); in init()
531 nqueue.push_back(v); in init()
535 queue.swap(nqueue); in init()
766 std::vector<Node> nqueue; in startSecondPhase() local
774 nqueue.push_back(v); in startSecondPhase()
783 nqueue.push_back(u); in startSecondPhase()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dpreflow.h444 std::vector<Node> nqueue; in init() local
452 nqueue.push_back(u); in init()
456 queue.swap(nqueue); in init()
514 std::vector<Node> nqueue; in init() local
523 nqueue.push_back(u); in init()
531 nqueue.push_back(v); in init()
535 queue.swap(nqueue); in init()
766 std::vector<Node> nqueue; in startSecondPhase() local
774 nqueue.push_back(v); in startSecondPhase()
783 nqueue.push_back(u); in startSecondPhase()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/ethumb_client/
H A Dethumbd.c135 int nqueue; member
146 int nqueue; member
769 if (!queue->nqueue) in _process_queue_cb()
794 eobject->nqueue--; in _process_queue_cb()
795 queue->nqueue--; in _process_queue_cb()
904 q->nqueue -= q->table[i].nqueue; in _ethumb_table_del()
1100 eobject->nqueue++; in _ethumb_dbus_queue_add_cb()
1156 eobject->nqueue--; in _ethumb_dbus_queue_remove_cb()
1157 ed->queue.nqueue--; in _ethumb_dbus_queue_remove_cb()
1195 ed->queue.nqueue -= eobject->nqueue; in _ethumb_dbus_queue_clear_cb()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-runmodes.c411 const int nqueue = LiveGetDeviceCount(); in RunModeSetIPSAutoFp() local
421 for (int i = 0; i < nqueue; i++) { in RunModeSetIPSAutoFp()
487 for (int i = 0; i < nqueue; i++) { in RunModeSetIPSAutoFp()
530 const int nqueue = LiveGetDeviceCount(); in RunModeSetIPSWorker() local
532 for (int i = 0; i < nqueue; i++) { in RunModeSetIPSWorker()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dhypre_lsi_misc.c440 int nnz, *nz_array, cnt, i, j, *tag_array, *queue, nqueue, qhead; in HYPRE_LSI_Cuthill() local
472 nqueue = 0; in HYPRE_LSI_Cuthill()
473 queue[nqueue++] = root; in HYPRE_LSI_Cuthill()
476 while ( qhead < nqueue ) in HYPRE_LSI_Cuthill()
486 queue[nqueue++] = ja[j]; in HYPRE_LSI_Cuthill()
489 if ( qhead == nqueue && norder < n ) in HYPRE_LSI_Cuthill()
491 if ( tag_array[j] == 0 ) queue[nqueue++] = j; in HYPRE_LSI_Cuthill()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.c674 GObjectNotifyQueue *nqueue; in gtk_container_buildable_set_child_property() local
716 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in gtk_container_buildable_set_child_property()
1106 GObjectNotifyQueue *nqueue; in gtk_container_child_notify() local
1110 g_object_notify_queue_add (obj, nqueue, pspec); in gtk_container_child_notify()
1111 g_object_notify_queue_thaw (obj, nqueue); in gtk_container_child_notify()
1138 GObjectNotifyQueue *nqueue; in gtk_container_child_notify_by_pspec() local
1151 g_object_notify_queue_add (obj, nqueue, pspec); in gtk_container_child_notify_by_pspec()
1152 g_object_notify_queue_thaw (obj, nqueue); in gtk_container_child_notify_by_pspec()
1326 GObjectNotifyQueue *nqueue; in gtk_container_child_set_valist() local
1378 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in gtk_container_child_set_valist()
[all …]
/dports/mail/wanderlust/wanderlust-475514f/elmo/
H A Delmo-dop.el184 (lambda (nqueue)
187 (elmo-dop-queue-fname nqueue))
189 (elmo-dop-queue-method nqueue)))
190 nqueue))
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvasitem.c2022 GObjectNotifyQueue *nqueue, in canvas_item_set_child_property() argument
2068 g_object_notify_queue_add (G_OBJECT (child), nqueue, pspec); in canvas_item_set_child_property()
2083 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_property_internal() local
2089 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_property_internal()
2105 value, nqueue, is_model); in _goo_canvas_item_set_child_property_internal()
2107 g_object_notify_queue_thaw (child, nqueue); in _goo_canvas_item_set_child_property_internal()
2121 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_properties_internal() local
2126 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_properties_internal()
2164 canvas_item_set_child_property (object, child, pspec, &value, nqueue, in _goo_canvas_item_set_child_properties_internal()
2168 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in _goo_canvas_item_set_child_properties_internal()
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvasitem.c1973 GObjectNotifyQueue *nqueue, in canvas_item_set_child_property() argument
2019 g_object_notify_queue_add (G_OBJECT (child), nqueue, pspec); in canvas_item_set_child_property()
2034 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_property_internal() local
2040 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_property_internal()
2056 value, nqueue, is_model); in _goo_canvas_item_set_child_property_internal()
2058 g_object_notify_queue_thaw (child, nqueue); in _goo_canvas_item_set_child_property_internal()
2072 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_properties_internal() local
2077 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_properties_internal()
2115 canvas_item_set_child_property (object, child, pspec, &value, nqueue, in _goo_canvas_item_set_child_properties_internal()
2119 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in _goo_canvas_item_set_child_properties_internal()
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvasitem.c2022 GObjectNotifyQueue *nqueue, in canvas_item_set_child_property() argument
2068 g_object_notify_queue_add (G_OBJECT (child), nqueue, pspec); in canvas_item_set_child_property()
2083 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_property_internal() local
2089 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_property_internal()
2105 value, nqueue, is_model); in _goo_canvas_item_set_child_property_internal()
2107 g_object_notify_queue_thaw (child, nqueue); in _goo_canvas_item_set_child_property_internal()
2121 GObjectNotifyQueue *nqueue; in _goo_canvas_item_set_child_properties_internal() local
2126 nqueue = g_object_notify_queue_freeze (child, notify_context); in _goo_canvas_item_set_child_properties_internal()
2164 canvas_item_set_child_property (object, child, pspec, &value, nqueue, in _goo_canvas_item_set_child_properties_internal()
2168 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in _goo_canvas_item_set_child_properties_internal()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourCrowd.cpp692 int nqueue = 0; in updateMoveRequest() local
778 nqueue = addToPathQueue(ag, queue, nqueue, PATH_MAX_AGENTS); in updateMoveRequest()
782 for (int i = 0; i < nqueue; ++i) in updateMoveRequest()
926 int nqueue = 0; in updateTopologyOptimization() local
939 nqueue = addToOptQueue(ag, queue, nqueue, OPT_MAX_AGENTS); in updateTopologyOptimization()
942 for (int i = 0; i < nqueue; ++i) in updateTopologyOptimization()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourCrowd.cpp682 int nqueue = 0; in updateMoveRequest() local
768 nqueue = addToPathQueue(ag, queue, nqueue, PATH_MAX_AGENTS); in updateMoveRequest()
772 for (int i = 0; i < nqueue; ++i) in updateMoveRequest()
916 int nqueue = 0; in updateTopologyOptimization() local
929 nqueue = addToOptQueue(ag, queue, nqueue, OPT_MAX_AGENTS); in updateTopologyOptimization()
932 for (int i = 0; i < nqueue; ++i) in updateTopologyOptimization()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkcontainer.c550 GObjectNotifyQueue *nqueue) in container_set_child_property() argument
576 g_object_notify_queue_add (G_OBJECT (child), nqueue, pspec); in container_set_child_property()
741 GObjectNotifyQueue *nqueue; in gtk_container_child_set_valist() local
751nqueue = g_object_notify_queue_freeze (G_OBJECT (child), _gtk_widget_child_property_notify_context… in gtk_container_child_set_valist()
789 container_set_child_property (container, child, pspec, &value, nqueue); in gtk_container_child_set_valist()
793 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in gtk_container_child_set_valist()
814 GObjectNotifyQueue *nqueue; in gtk_container_child_set_property() local
826nqueue = g_object_notify_queue_freeze (G_OBJECT (child), _gtk_widget_child_property_notify_context… in gtk_container_child_set_property()
841 container_set_child_property (container, child, pspec, value, nqueue); in gtk_container_child_set_property()
843 g_object_notify_queue_thaw (G_OBJECT (child), nqueue); in gtk_container_child_set_property()
/dports/net/ladvd/ladvd-1.1.2/tests/
H A Dcheck_util.c187 struct nhead nqueue; in START_TEST() local
188 struct nhead *netifs = &nqueue; in START_TEST()
199 TAILQ_INIT(&nqueue); in START_TEST()
490 TAILQ_FOREACH_SAFE(netif, &nqueue, entries, subif) { in START_TEST()
491 TAILQ_REMOVE(&nqueue, netif, entries); in START_TEST()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dliblavplay.h56 unsigned int nqueue; /* Number of frames queued */ member
H A Dliblavplay.c1573 long nqueue; in lavplay_init() local
1689 for(nqueue=0;nqueue<settings->br.count;nqueue++) in lavplay_init()
1691 if (!lavplay_queue_next_frame(info, settings->buff+nqueue* settings->br.size, in lavplay_init()
1692 (settings->data_format[nqueue] = in lavplay_init()
1873 stats.nqueue = 0; in lavplay_playback_cycle()
1893 stats.nqueue = settings->br.count; in lavplay_playback_cycle()
2007 stats.nqueue++; in lavplay_playback_cycle()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dbipartite_matching.h240 std::vector<Node> nqueue; in augment() local
258 nqueue.push_back(nnode); in augment()
265 queue.swap(nqueue); in augment()
312 std::vector<Node> nqueue; in simpleAugment() local
327 nqueue.push_back(nnode); in simpleAugment()
333 queue.swap(nqueue); in simpleAugment()

12