Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 25 of 61) sorted by relevance

123

/netbsd/external/bsd/ntp/dist/tests/ntpd/
H A Dntp_prio_q.c72 enqueue(q, e_ptr); in test_OneElementQueue()
105 enqueue(q, e1_ptr); in test_MultipleElementQueue()
106 enqueue(q, e2_ptr); in test_MultipleElementQueue()
107 enqueue(q, e3_ptr); in test_MultipleElementQueue()
112 enqueue(q, e1_ptr); in test_MultipleElementQueue()
118 enqueue(q, e3_ptr); in test_MultipleElementQueue()
119 enqueue(q, e2_ptr); in test_MultipleElementQueue()
151 enqueue(q, e3_ptr); in test_CustomOrderQueue()
152 enqueue(q, e5_ptr); in test_CustomOrderQueue()
153 enqueue(q, e2_ptr); in test_CustomOrderQueue()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp117 enqueue(DstBegin); in ExecuteWorkList()
273 enqueue(dstNodes); in HandleBlockEdge()
432 enqueue(Dst); in HandleBranch()
444 enqueue(Dst); in HandleCleanupTemporaryBranch()
455 enqueue(Dst); in HandleStaticInit()
510 if (IsNew) WList->enqueue(Node); in generateNode()
579 WList->enqueue(I); in enqueue()
594 WList->enqueue(I); in enqueueEndOfFunction()
661 Eng.WList->enqueue(Succ); in generateNode()
677 Eng.WList->enqueue(Succ); in generateCaseStmtNode()
[all …]
H A DWorkList.cpp44 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anonc6301e2f0111::DFS
64 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anonc6301e2f0111::BFS
100 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anonc6301e2f0211::BFSBlockDFSContents
149 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anonc6301e2f0311::UnexploredFirstStack
230 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anonc6301e2f0411::UnexploredFirstPriorityQueue
292 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anonc6301e2f0511::UnexploredFirstPriorityLocationQueue
H A DExprEngineCallAndReturn.cpp70 Engine.enqueue(DstBegin); in processCallEnter()
362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
468 Engine.getWorkList()->enqueue(N); in REGISTER_MAP_WITH_PROGRAMSTATE()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h66 virtual void enqueue(const WorkListUnit& U) = 0;
68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
69 enqueue(WorkListUnit(N, CurrentCounter, B, idx)); in enqueue()
72 void enqueue(ExplodedNode *N) { in enqueue() function
74 enqueue(WorkListUnit(N, CurrentCounter)); in enqueue()
H A DCoreEngine.h190 void enqueue(ExplodedNodeSet &Set);
194 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
/netbsd/usr.bin/sdiff/
H A Dsdiff.c348 enqueue(s1, ' ', NULL); in main()
354 enqueue(s1, ' ', s2); in main()
686 enqueue(s1, '(', NULL); in parsecmd()
688 enqueue(s1, ' ', NULL); in parsecmd()
690 enqueue(s1, ' ', s2); in parsecmd()
699 enqueue(s, '(', NULL); in parsecmd()
712 enqueue(NULL, ')', s); in parsecmd()
914 enqueue(NULL, '>', line); in printa()
960 enqueue(del->line, '|', add); in printc()
978 enqueue(NULL, '>', add); in printc()
[all …]
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c159 enqueue(event_queue, event(0, BEEP)); in ntpsim()
160 enqueue(event_queue, event(simulation.sim_time + 1.0, TIMER)); in ntpsim()
247 enqueue(event_queue, in sim_event_timer()
362 enqueue(event_queue, e); in simulate_server()
458 enqueue(recv_queue, rbuf); in sim_event_recv_packet()
475 enqueue(event_queue, event(e->time + simulation.beep_delay, BEEP));
H A Dntp_prio_q.c151 queue *enqueue( in enqueue() function
223 enqueue(q1, dequeue(q2)); in append_queue()
/netbsd/regress/sys/uvm/pdsim/
H A Dnbsd.hs123 do_nbsd1 npg pct (r:n) (enqueue r q) (pgenqueue r m) rs2
128 do_nbsd1 npg pct (r:n) (enqueue r nq) (pgenqueue r nm) rs2
133 enqueue i q = q { inactive = pglenqueue i $ inactive q } function
135 enqueue i q = q { active = pglenqueue i $ active q } function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.cpp78 enqueue(&LIS->getInterval(Reg)); in seedLiveRegs()
164 enqueue(SplitVirtReg); in allocatePhysRegs()
H A DRegAllocBasic.cpp91 void enqueue(LiveInterval *LI) override { in enqueue() function in __anon2a5d22a00211::RABasic
171 enqueue(&LI); in LRE_WillShrinkVirtReg()
H A DRegAllocBase.h95 virtual void enqueue(LiveInterval *LI) = 0;
H A DRegAllocGreedy.cpp424 void enqueue(LiveInterval *LI) override;
452 void enqueue(PQueue &CurQueue, LiveInterval *LI);
696 enqueue(&LI); in LRE_WillShrinkVirtReg()
719 void RAGreedy::enqueue(LiveInterval *LI) { enqueue(Queue, LI); } in enqueue() function in RAGreedy
721 void RAGreedy::enqueue(PQueue &CurQueue, LiveInterval *LI) { in enqueue() function in RAGreedy
2673 enqueue(RecoloringQueue, RC); in tryLastChanceRecoloring()
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dquota.c107 enqueue(isc_quota_t *quota, isc_quota_cb_t *cb) { in enqueue() function
179 enqueue(quota, cb); in isc_quota_attach_cb()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp404 void enqueue(const CFGBlock *block);
418 void DeadCodeScan::enqueue(const CFGBlock *block) { in enqueue() function in DeadCodeScan
488 enqueue(Start); in scanBackwards()
506 enqueue(predBlock); in scanBackwards()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_prio_q.h51 queue *enqueue(queue *my_queue, void *my_node);
/netbsd/external/gpl2/grep/dist/src/
H A Dkwset.c284 enqueue (struct tree *tree, struct trie **last) in enqueue() function
288 enqueue(tree->llink, last); in enqueue()
289 enqueue(tree->rlink, last); in enqueue()
426 enqueue(curr->links, &last); in kwsprep()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c284 enqueue (struct tree *tree, struct trie **last) in enqueue() function
288 enqueue(tree->llink, last); in enqueue()
289 enqueue(tree->rlink, last); in enqueue()
426 enqueue(curr->links, &last); in kwsprep()
/netbsd/usr.bin/grep/
H A Dqueue.c60 enqueue(struct str *x) in enqueue() function
H A Dgrep.h150 void enqueue(struct str *x);
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dhost.fuc91 // PWR->HOST comms - enqueue message for HOST to RFIFO
117 // enqueue message
/netbsd/sys/kern/
H A Dsubr_workqueue.c84 SDT_PROBE_DEFINE3(sdt, kernel, workqueue, enqueue,
428 SDT_PROBE3(sdt, kernel, workqueue, enqueue, wq, wk0, ci); in workqueue_enqueue()
/netbsd/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm442 $queue->enqueue ($key, $msg, $to_filter, $uniq_scope);
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dmcf.c749 enqueue (queue_type *queue_list, int x) in enqueue() function
985 enqueue (queue_list, source); in find_augmenting_path()
999 enqueue (queue_list, dest); in find_augmenting_path()

123