# File lib/beefcake/buffer/encode.rb, line 68
    def append_sfixed32(n)
      append_fixed32((n << 1) ^ (n >> 31))
    end