Searched defs:Flow (Results 1 – 10 of 10) sorted by relevance
592 Instruction Dispatch629 Instruction Issue663 Write-Back and Retire Stage676 Load/Store Unit and Memory Consistency Model
134 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method143 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = flow { in <lambda>() method161 fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method168 fun Flow<Int>.trickyMerge(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method186 fun Flow<Int>.buffer(): Flow<Int> = flow { in <lambda>() method201 …private fun Flow<Int>.buffer(coroutineContext: CoroutineContext, flow: (suspend FlowCollector<Int>… in <lambda>() method
160 public interface Flow<out T> { interface
98 private fun Flow<Int>.mergeTwoCoroutines(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method107 private fun Flow<Int>.mergeOneCoroutine(other: Flow<Int>): Flow<Int> = channelFlow { in <lambda>() method118 fun Flow<Int>.bufferWithTimeout(): Flow<Int> = channelFlow { in <lambda>() method
18 ### Flow subsection66 ### Flow subsection
703 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local721 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local730 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()793 BasicBlock *Flow = needPrefix(false); in wireFlow() local
705 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local724 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local733 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()800 BasicBlock *Flow = needPrefix(false); in wireFlow() local
121 private fun Flow<Int>.merge(other: Flow<Int>): Flow<Int> = callbackFlow { in <lambda>() method
333 class Flow(object): class
1066 StreamResult Flow(StreamInterface* source, in Flow() function