rot               425 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     float rot[16];
rot               432 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     rotate_matrix(x_angle_, y_angle_, 0.0f, rot);
rot               433 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc     multiply_matrix(trs, rot, trs);
rot               428 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     float rot[16];
rot               439 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     rotate_matrix(x_angle_, y_angle_, 0.0f, rot);
rot               440 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc     multiply_matrix(trs, rot, trs);
rot                91 third_party/re2/util/hash.cc   a -= c;  a ^= rot(c, 4);  c += b; \
rot                92 third_party/re2/util/hash.cc   b -= a;  b ^= rot(a, 6);  a += c; \
rot                93 third_party/re2/util/hash.cc   c -= b;  c ^= rot(b, 8);  b += a; \
rot                94 third_party/re2/util/hash.cc   a -= c;  a ^= rot(c,16);  c += b; \
rot                95 third_party/re2/util/hash.cc   b -= a;  b ^= rot(a,19);  a += c; \
rot                96 third_party/re2/util/hash.cc   c -= b;  c ^= rot(b, 4);  b += a; \
rot               126 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,14); \
rot               127 third_party/re2/util/hash.cc   a ^= c; a -= rot(c,11); \
rot               128 third_party/re2/util/hash.cc   b ^= a; b -= rot(a,25); \
rot               129 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,16); \
rot               130 third_party/re2/util/hash.cc   a ^= c; a -= rot(c,4);  \
rot               131 third_party/re2/util/hash.cc   b ^= a; b -= rot(a,14); \
rot               132 third_party/re2/util/hash.cc   c ^= b; c -= rot(b,24); \
rot               123 third_party/tcmalloc/chromium/src/system-alloc.cc   u4 e = x->a - rot(x->b, 27);
rot               124 third_party/tcmalloc/chromium/src/system-alloc.cc   x->a = x->b ^ rot(x->c, 17);
rot                75 ui/gfx/interpolated_transform_unittest.cc   ui::InterpolatedRotation rot(0, 90);
rot               107 ui/gfx/transform.cc     SkMatrix44 rot(SkMatrix44::kUninitialized_Constructor);
rot               108 ui/gfx/transform.cc     rot.set3x3(1, 0, 0,
rot               111 ui/gfx/transform.cc     matrix_.preConcat(rot);
rot               126 ui/gfx/transform.cc     SkMatrix44 rot(SkMatrix44::kUninitialized_Constructor);
rot               127 ui/gfx/transform.cc     rot.set3x3(cosTheta, 0, -sinTheta,
rot               130 ui/gfx/transform.cc     matrix_.preConcat(rot);
rot               143 ui/gfx/transform.cc     SkMatrix44 rot(SkMatrix44::kUninitialized_Constructor);
rot               144 ui/gfx/transform.cc     rot.set3x3(cosTheta, sinTheta, 0,
rot               147 ui/gfx/transform.cc     matrix_.preConcat(rot);
rot               158 ui/gfx/transform.cc     SkMatrix44 rot(SkMatrix44::kUninitialized_Constructor);
rot               159 ui/gfx/transform.cc     rot.setRotateDegreesAbout(SkFloatToMScalar(axis.x()),
rot               163 ui/gfx/transform.cc     matrix_.preConcat(rot);