HomeSort by: relevance | last modified time | path
    Searched refs:enqueue (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/tests/ntpd/
ntp_prio_q.c 72 enqueue(q, e_ptr);
105 enqueue(q, e1_ptr);
106 enqueue(q, e2_ptr);
107 enqueue(q, e3_ptr);
112 enqueue(q, e1_ptr);
118 enqueue(q, e3_ptr);
119 enqueue(q, e2_ptr);
151 enqueue(q, e3_ptr);
152 enqueue(q, e5_ptr);
153 enqueue(q, e2_ptr)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 66 virtual void enqueue(const WorkListUnit& U) = 0;
68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { function in class:clang::ento::WorkList
69 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
72 void enqueue(ExplodedNode *N) { function in class:clang::ento::WorkList
74 enqueue(WorkListUnit(N, CurrentCounter));
CoreEngine.h 189 /// Enqueue the given set of nodes onto the work list.
190 void enqueue(ExplodedNodeSet &Set);
192 /// Enqueue nodes that were created as a result of processing
194 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
196 /// enqueue the nodes corresponding to the end of function onto the
200 /// Enqueue a single node created as a result of statement processing.
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 117 enqueue(DstBegin);
257 // This path is done. Don't enqueue any more nodes.
272 // Enqueue nodes onto the worklist.
273 enqueue(dstNodes);
431 // Enqueue the new frontier onto the worklist.
432 enqueue(Dst);
443 // Enqueue the new frontier onto the worklist.
444 enqueue(Dst);
454 // Enqueue the new frontier onto the worklist.
455 enqueue(Dst)
577 void CoreEngine::enqueue(ExplodedNodeSet &Set) { function in class:CoreEngine
582 void CoreEngine::enqueue(ExplodedNodeSet &Set, function in class:CoreEngine
    [all...]
WorkList.cpp 44 void enqueue(const WorkListUnit& U) override {
64 void enqueue(const WorkListUnit& U) override {
100 void enqueue(const WorkListUnit& U) override {
149 void enqueue(const WorkListUnit &U) override {
230 void enqueue(const WorkListUnit &U) override {
292 void enqueue(const WorkListUnit &U) override {
ExprEngineCallAndReturn.cpp 70 Engine.enqueue(DstBegin);
319 // Step 5: Perform the post-condition check of the CallExpr and enqueue the
359 // Enqueue the next element in the block.
362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(),
468 Engine.getWorkList()->enqueue(N);
  /src/usr.bin/sdiff/
sdiff.c 47 static void enqueue(char *, char, char *);
348 enqueue(s1, ' ', NULL);
354 enqueue(s1, ' ', s2);
686 enqueue(s1, '(', NULL);
688 enqueue(s1, ' ', NULL);
690 enqueue(s1, ' ', s2);
699 enqueue(s, '(', NULL);
712 enqueue(NULL, ')', s);
750 enqueue(char *left, char divc, char *right) function
755 err(2, "enqueue");
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_prio_q.c 151 queue *enqueue( function
223 enqueue(q1, dequeue(q2));
ntpsim.c 159 enqueue(event_queue, event(0, BEEP));
160 enqueue(event_queue, event(simulation.sim_time + 1.0, TIMER));
247 enqueue(event_queue,
362 enqueue(event_queue, e);
458 enqueue(recv_queue, rbuf);
475 enqueue(event_queue, event(e->time + simulation.beep_delay, BEEP));
  /src/usr.bin/grep/
queue.c 60 enqueue(struct str *x) function
grep.h 150 void enqueue(struct str *x);
util.c 383 enqueue(l);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBase.h 58 /// live range splitting. They must also override enqueue/dequeue to provide an
94 /// enqueue - Add VirtReg to the priority queue of unassigned registers.
95 virtual void enqueue(LiveInterval *LI) = 0;
RegAllocBase.cpp 78 enqueue(&LIS->getInterval(Reg));
164 enqueue(SplitVirtReg);
RegAllocBasic.cpp 91 void enqueue(LiveInterval *LI) override {
171 enqueue(&LI);
RegAllocGreedy.cpp 424 void enqueue(LiveInterval *LI) override;
452 void enqueue(PQueue &CurQueue, LiveInterval *LI);
696 enqueue(&LI);
719 void RAGreedy::enqueue(LiveInterval *LI) { enqueue(Queue, LI); } function in class:__anon4269::RAGreedy
721 void RAGreedy::enqueue(PQueue &CurQueue, LiveInterval *LI) { function in class:__anon4269::RAGreedy
726 assert(Reg.isVirtual() && "Can only enqueue virtual registers");
881 /// defined by enqueue() decides which registers ultimately end up being split
2669 // Enqueue them for recoloring and perform the actual recoloring.
2673 enqueue(RecoloringQueue, RC)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_prio_q.h 51 queue *enqueue(queue *my_queue, void *my_node);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
quota.c 107 enqueue(isc_quota_t *quota, isc_quota_cb_t *cb) { function
179 enqueue(quota, cb);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp 404 void enqueue(const CFGBlock *block);
418 void DeadCodeScan::enqueue(const CFGBlock *block) { function in class:DeadCodeScan
488 enqueue(Start);
506 enqueue(predBlock);
  /src/sys/kern/
subr_workqueue.c 85 SDT_PROBE_DEFINE3(sdt, kernel, workqueue, enqueue,
404 * workqueue is WQ_PERCPU, the caller can enqueue a new work to another queue
461 panic("%s: tried to enqueue a queued work", __func__);
472 SDT_PROBE3(sdt, kernel, workqueue, enqueue, wq, wk0, ci);
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
kwset.c 281 /* Enqueue the trie nodes referenced from the given tree in the
284 enqueue (struct tree *tree, struct trie **last) function
288 enqueue(tree->llink, last);
289 enqueue(tree->rlink, last);
425 /* Enqueue the immediate descendents in the level order queue. */
426 enqueue(curr->links, &last);
  /src/external/gpl2/grep/dist/src/
kwset.c 281 /* Enqueue the trie nodes referenced from the given tree in the
284 enqueue (struct tree *tree, struct trie **last) function
288 enqueue(tree->llink, last);
289 enqueue(tree->rlink, last);
425 /* Enqueue the immediate descendents in the level order queue. */
426 enqueue(curr->links, &last);
  /src/external/gpl3/gcc/dist/gcc/
mcf.cc 749 enqueue (queue_type *queue_list, int x) function
985 enqueue (queue_list, source);
999 enqueue (queue_list, dest);
  /src/external/gpl3/gcc.old/dist/gcc/
mcf.cc 749 enqueue (queue_type *queue_list, int x) function
985 enqueue (queue_list, source);
999 enqueue (queue_list, dest);
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 704 /* enqueue - post one message */
706 static void enqueue(const int flags, const char *encoding, function
1503 enqueue(flags, encoding, dsn_envid, dsn_ret, dsn_notify,

Completed in 34 milliseconds

1 2