HomeSort by relevance Sort by last modified time
    Searched refs:s_c (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/tests/
annotate_ignore_rw.c 11 static int s_c; variable
17 /* Modify s_c. */
18 s_c = 1;
51 * Insert a delay here in order to make sure the load of s_c happens
52 * after s_c has been modified.
56 /* Read s_c. */
57 tmp = s_c;
annotate_ignore_write.c 11 static int s_c; variable
17 /* Modify s_c. */
18 s_c = 1;
50 * Insert a delay here in order to make sure the load of s_c happens
51 * after s_c has been modified.
55 /* Read s_c and modify s_a. */
56 s_a = s_c;
  /external/opencv/cv/src/
cvcontourtree.cpp 52 CvPoint t3, int n3, double *s, double *s_c,
77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
203 icvCalcTriAttr( contour, t, tp1, nmp1, tn1, nmn1, &s, &s_c, &h, &a,
230 if( (s_c < sp1_c && s_c < sp2_c && s_c <= sn1_c && s_c <= sn2_c && s_c < e) ||
231 (((s_c == sp1_c && s_c <= sp2_c) || (s_c == sp2_c && s_c <= sp1_c)) &
    [all...]

Completed in 177 milliseconds