reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1899 SwapElems.push_back(LogLen-1); 1903 SwapElems.append(C.begin()+First, C.end()); 1905 SwapElems.push_back(C[0]); 1912 for (unsigned I = 0, E = SwapElems.size(); I != E; ) { 1913 bool IsInc = I == E-1 || SwapElems[I] < SwapElems[I+1]; 1913 bool IsInc = I == E-1 || SwapElems[I] < SwapElems[I+1]; 1914 unsigned S = (1u << SwapElems[I]); 1916 while (++I < E-1 && IsInc == (SwapElems[I] < SwapElems[I+1])) 1916 while (++I < E-1 && IsInc == (SwapElems[I] < SwapElems[I+1])) 1917 S |= 1u << SwapElems[I]; 1920 S |= 1u << SwapElems[I];