Searched refs:PNG_LSL (Results 1 – 3 of 3) sorted by relevance
3106 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro3109 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()3123 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
3202 # define PNG_LSL(x,s) ((x)<<((s) & 0x1f)) in png_combine_row() macro3205 # define PNG_LSL(x,s) ((x)<<(s)) in png_combine_row()3219 (PNG_LSL(((PNG_LSL(1U,(d)))-1),(((x)*(d))^((s)?8-(d):0)))) in png_combine_row()
3672 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.