Searched refs:shouldbe (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/BlocksRuntime/tests/ |
D | byrefcopycopy.c | 21 int shouldbe = 0; in main() local 25 b(); ++shouldbe; in main() 31 ++shouldbe; in main() 37 b(); ++shouldbe; in main() 39 if (var != shouldbe) { in main() 40 printf("Hmm, var is %d but should be %d\n", var, shouldbe); in main()
|
/external/skia/tests/ |
D | ClipCubicTest.cpp | 81 SkPoint clipped[4], shouldbe[4]; in TestCubicClipping() local 92 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 100 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 108 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol)); in TestCubicClipping() 126 shouldbe), tol)); in TestCubicClipping() 138 shouldbe), tol)); in TestCubicClipping() 150 shouldbe), tol)); in TestCubicClipping() 162 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()
|