reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 if (Bytes == 0) 95 Bytes <= 16 && countPopulation(Bytes) <= 2 : 95 Bytes <= 16 && countPopulation(Bytes) <= 2 : 96 Bytes <= 4) { 97 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); 97 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); 98 unsigned Size2 = Bytes - Size1; 112 if (Bytes <= 2) { 114 if (Bytes == 1) 124 assert(Bytes >= 2 && "Should have dealt with 0- and 1-byte cases already"); 130 Chain, Dst, Dst, Bytes); 138 Chain, DstPlus1, Dst, Bytes - 1);