Searched refs:s_i (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.c14 static int s_i; variable
21 U_ANNOTATE_HAPPENS_AFTER(&s_i);
22 i = s_i;
23 U_ANNOTATE_HAPPENS_AFTER(&s_i);
34 U_ANNOTATE_HAPPENS_BEFORE(&s_i);
40 s_i = 1;
H A Dannotate_static.cpp11 static int s_i; variable
14 ANNOTATE_BENIGN_RACE_STATIC(s_i, "Benign because duplicate assignment.");
29 s_i = i;
31 s_i = ANNOTATE_UNPROTECTED_READ(s_j);
42 s_i = s_j;
H A Dpth_cond_destroy_busy.c13 static int s_i; variable
28 s_i = 1;
30 while (s_i == 1)
48 while (s_i == 0)
57 s_i = 2;
/external/chromium_org/base/strings/
H A Dstring_piece.cc260 for (size_t s_i = 0; s_i < s.size(); ++s_i) {
261 if (self[self_i] == s[s_i]) {
328 for (size_t s_i = 0; s_i < s.size(); s_i++) {
329 if (self.data()[self_i] == s[s_i])
373 for (size_t s_i = 0; s_i <
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFAState.java333 // For any (s_i, t) with s_i&t!=nil replace with (s_i-t, s_i&t)
334 // (ignoring s_i-t if nil; don't put in list)
336 // Replace existing s_i with intersection since we
338 IntSet s_i = rl.getSet();
339 IntSet intersection = s_i.and(t);
342 // Compute s_i-t to see what is in current set and not in incoming
343 IntSet existingMinusNewElements = s_i
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c458 DiSym *s_j1, *s_j, *s_i; local
462 s_i = (DiSym*)VG_(indexXA)(syms, i);
463 if (s_i->addr != s_j1->addr
464 || s_i->size != s_j1->size
465 || 0 != VG_(strcmp)(s_i->pri_name, s_j1->pri_name)) {
466 *s_j = *s_i;
471 s_i->addr, s_i->pri_name );
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1260 IntervalSet s_i = (IntervalSet)disjointSets.get(i);
1262 if ( t.and(s_i).isNil() ) { // nothing in common
1267 // For any (s_i, t) with s_i&t!=nil replace with (s_i-t, s_i&t)
1268 // (ignoring s_i-t if nil; don't put in list)
1270 // Replace existing s_i with intersection since we
1272 IntervalSet intersection = (IntervalSet)s_i.and(t);
1275 // Compute s_i
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1153 struct shm_info s_i; local
1154 res = shmctl(id, SHM_INFO, (struct shmid_ds *)&s_i);
1156 EXPECT_NOT_POISONED(s_i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 569 milliseconds