HomeSort by relevance Sort by last modified time
    Searched defs:x_hi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc 176 int x_hi = size.width() - 1 - x_lo; local
179 surface[x_hi + y_lo*pitch] = color;
180 surface[x_hi + y_hi*pitch] = color;
269 int x_hi = size.width() - 1 - x_lo; local
271 surface[x_hi + y_lo*pitch])) {
274 << "(" << x_hi << ", " << y_lo << ")";
276 if (!AssertSameColor(surface[x_hi + y_lo*pitch],
277 surface[x_hi + y_hi*pitch])) {
279 GTEST_FAIL() << "Pixels (" << x_hi << ", " << y_lo << ") vs. "
280 << "(" << x_hi << ", " << y_hi << ")"
    [all...]
  /external/openssh/
umac.c 801 x_hi; local
806 x_hi = (UINT32)(X >> 32);
808 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo);
    [all...]

Completed in 174 milliseconds