Searched refs:shouldbe (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | ClipCubicTest.cpp | 56 SkPoint clipped[4], shouldbe[4]; in TestCubicClipping() local 67 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 75 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 83 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 101 shouldbe), tol)); in TestCubicClipping() 113 shouldbe), tol)); in TestCubicClipping() 125 shouldbe), tol)); in TestCubicClipping() 137 shouldbe), tol)); in TestCubicClipping()
|
/external/tcpdump/ |
D | print-ip.c | 314 u_int32_t shouldbe; in in_cksum_shouldbe() local 350 shouldbe = sum; in in_cksum_shouldbe() 351 shouldbe += ntohs(computed_sum); in in_cksum_shouldbe() 352 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16); in in_cksum_shouldbe() 353 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16); in in_cksum_shouldbe() 354 return shouldbe; in in_cksum_shouldbe()
|