Searched refs:PNG_LSL (Results 1 – 2 of 2) sorted by relevance
3136 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro3139 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()3153 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
3663 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.