Home
last modified time | relevance | path

Searched refs:Coupled (Results 1 – 4 of 4) sorted by relevance

/external/libcap/doc/
Dcapability.notes38 CAP_NET_BIND_SERVICE capability. Coupled with not having any files on
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3398 SmallBitVector Coupled(Pairs); in depends() local
3492 Coupled.set(SI); in depends()
3502 DEBUG(dumpSmallBitVector(Coupled)); in depends()
3540 if (Coupled.count()) { in depends()
3547 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) { in depends()
3818 SmallBitVector Coupled(Pairs); in getSplitIteration() local
3852 Coupled.set(SI); in getSplitIteration()
3883 if (Coupled.count()) { in getSplitIteration()
3888 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) { in getSplitIteration()
/external/python/cpython2/Doc/library/
Dsignal.rst117 system is executing on behalf of the process. Coupled with ITIMER_VIRTUAL,
/external/llvm/test/Analysis/DependenceAnalysis/
DCoupled.ll3 ; ModuleID = 'Coupled.bc'