Searched refs:s_c (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c12 static int8_t s_c; variable
18 /* Modify s_c. */
19 s_c = 1;
55 * Insert a delay here in order to make sure the load of s_c happens
56 * after s_c has been modified.
60 /* Read s_c. */
61 fprintf(stderr, "%s", "x" + s_c);
H A Dannotate_ignore_write.c12 static int8_t s_c; variable
18 /* Modify s_c. */
19 s_c = 1;
56 * Insert a delay here in order to make sure the load of s_c happens
57 * after s_c has been modified.
61 /* Read s_c and modify s_a. */
62 s_a = s_c;
/external/opencv/cv/src/
H A Dcvcontourtree.cpp52 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 <
595 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1, CvPoint t3, int n3, double *s, double *s_c, double *h, double *a, double *b ) argument
[all...]

Completed in 95 milliseconds