Searched refs:s_i (Results 1 – 9 of 9) sorted by relevance
14 static int s_i; variable21 U_ANNOTATE_HAPPENS_AFTER(&s_i); in thread_func()22 i = s_i; in thread_func()23 U_ANNOTATE_HAPPENS_AFTER(&s_i); in thread_func()34 U_ANNOTATE_HAPPENS_BEFORE(&s_i); in main()40 s_i = 1; in main()
11 static int s_i; variable14 ANNOTATE_BENIGN_RACE_STATIC(s_i, "Benign because duplicate assignment.");29 s_i = i; in thread_func()31 s_i = ANNOTATE_UNPROTECTED_READ(s_j); in thread_func()42 s_i = s_j; in main()
13 static int s_i; variable28 s_i = 1; in thread_func()30 while (s_i == 1) in thread_func()48 while (s_i == 0) in main()57 s_i = 2; in main()
338 IntSet s_i = rl.getSet(); in addReachableLabel() local339 IntSet intersection = s_i.and(t); in addReachableLabel()343 IntSet existingMinusNewElements = s_i.subtract(t); in addReachableLabel()358 remainder = t.subtract(s_i); in addReachableLabel()
461 DiSym *s_j1, *s_j, *s_i; in tidy_up_cand_syms() local465 s_i = (DiSym*)VG_(indexXA)(syms, i); in tidy_up_cand_syms()466 if (s_i->avmas.main != s_j1->avmas.main in tidy_up_cand_syms()467 || s_i->size != s_j1->size in tidy_up_cand_syms()468 || 0 != VG_(strcmp)(s_i->pri_name, s_j1->pri_name)) { in tidy_up_cand_syms()469 *s_j = *s_i; in tidy_up_cand_syms()474 s_i->avmas.main, s_i->pri_name ); in tidy_up_cand_syms()
1260 IntervalSet s_i = (IntervalSet)disjointSets.get(i); in makeEdgeSetsDisjoint() local1262 if ( t.and(s_i).isNil() ) { // nothing in common in makeEdgeSetsDisjoint()1272 IntervalSet intersection = (IntervalSet)s_i.and(t); in makeEdgeSetsDisjoint()1276 IntSet existingMinusNewElements = s_i.subtract(t); in makeEdgeSetsDisjoint()1285 remainder = (IntervalSet)t.subtract(s_i); in makeEdgeSetsDisjoint()
1206 struct shm_info s_i; in TEST() local1207 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i); in TEST()1209 EXPECT_NOT_POISONED(s_i); in TEST()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...