| 2415 | } |
| 2416 | |
| 2417 | txU2 fxMapperRead2(txMapper* self) |
| 2418 | { |
| 2419 | txU2 result; |
| 2420 | result = fxMapperRead1(self); |
| 2421 | result |= fxMapperRead1(self) << 8; |
| 2422 | return result; |
| 2423 | } |
| 2424 | |
| 2425 | txU4 fxMapperRead4(txMapper* self) |
| 2426 | { |
no test coverage detected