Searched refs:ch2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dziptool.cpp1688 int ch2 = fileBuf[fileBufPos++]; local
1693 ((ch2<< 8) & 0x0000ff00L) |
2454 int ch2 = fileBuf[fileBufPos++]; local
2459 ((ch2<< 8) & 0x0000ff00L) |
2472 int ch2 = fileBuf[fileBufPos++]; local
2473 *val = ((ch2<< 8) & 0xff00) |

Completed in 19 milliseconds