dshift 2100 base/third_party/dmg_fp/dtoa.cc dshift(b, p2) Bigint *b; int p2; dshift 2328 base/third_party/dmg_fp/dtoa.cc i = dshift(d, d2); dshift 4019 base/third_party/dmg_fp/dtoa.cc i = dshift(S, s2); dshift 2743 third_party/libpng/pngrutil.c int sshift, dshift; dshift 2754 third_party/libpng/pngrutil.c dshift = (int)((final_width + 7) & 0x07); dshift 2763 third_party/libpng/pngrutil.c dshift = 7 - (int)((final_width + 7) & 0x07); dshift 2774 third_party/libpng/pngrutil.c *dp &= (png_byte)((0x7f7f >> (7 - dshift)) & 0xff); dshift 2775 third_party/libpng/pngrutil.c *dp |= (png_byte)(v << dshift); dshift 2776 third_party/libpng/pngrutil.c if (dshift == s_end) dshift 2778 third_party/libpng/pngrutil.c dshift = s_start; dshift 2782 third_party/libpng/pngrutil.c dshift += s_inc; dshift 2798 third_party/libpng/pngrutil.c int sshift, dshift; dshift 2807 third_party/libpng/pngrutil.c dshift = (int)(((final_width + 3) & 0x03) << 1); dshift 2816 third_party/libpng/pngrutil.c dshift = (int)((3 - ((final_width + 3) & 0x03)) << 1); dshift 2830 third_party/libpng/pngrutil.c *dp &= (png_byte)((0x3f3f >> (6 - dshift)) & 0xff); dshift 2831 third_party/libpng/pngrutil.c *dp |= (png_byte)(v << dshift); dshift 2832 third_party/libpng/pngrutil.c if (dshift == s_end) dshift 2834 third_party/libpng/pngrutil.c dshift = s_start; dshift 2838 third_party/libpng/pngrutil.c dshift += s_inc; dshift 2854 third_party/libpng/pngrutil.c int sshift, dshift; dshift 2863 third_party/libpng/pngrutil.c dshift = (int)(((final_width + 1) & 0x01) << 2); dshift 2872 third_party/libpng/pngrutil.c dshift = (int)((1 - ((final_width + 1) & 0x01)) << 2); dshift 2885 third_party/libpng/pngrutil.c *dp &= (png_byte)((0xf0f >> (4 - dshift)) & 0xff); dshift 2886 third_party/libpng/pngrutil.c *dp |= (png_byte)(v << dshift); dshift 2887 third_party/libpng/pngrutil.c if (dshift == s_end) dshift 2889 third_party/libpng/pngrutil.c dshift = s_start; dshift 2893 third_party/libpng/pngrutil.c dshift += s_inc;