HomeSort by: relevance | last modified time | path
    Searched defs:enqueue (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/grep/
queue.c 60 enqueue(struct str *x) function
  /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));
  /src/external/bsd/ntp/dist/ntpd/
ntp_prio_q.c 151 queue *enqueue( function
223 enqueue(q1, dequeue(q2));
  /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/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...]
  /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/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/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/ibm-public/postfix/dist/src/sendmail/
sendmail.c 676 /* enqueue - post one message */
678 static void enqueue(const int flags, const char *encoding, function
1433 enqueue(flags, encoding, dsn_envid, dsn_ret, dsn_notify,
  /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/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/apache2/llvm/dist/llvm/lib/CodeGen/
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:__anon1958::RAGreedy
721 void RAGreedy::enqueue(PQueue &CurQueue, LiveInterval *LI) { function in class:__anon1958::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/mpl/dhcp/dist/server/
dhcp.c 2199 /* By default we don't do the enqueue */
2200 isc_boolean_t enqueue = ISC_FALSE; local
3231 enqueue = ISC_TRUE;
3583 if (enqueue)

Completed in 78 milliseconds