HomeSort by relevance Sort by last modified time
    Searched defs:SEQ (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/none/tests/mips64/
cvm_ins.c 118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ
126 for (op = EXTS; op <= SEQ; op++) {
156 case SEQ: { /* To record the result of an equals comparison. */
159 TESTINST2("seq $t1, $t2 ,$t3 ", reg_val[i], reg_val[j],
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 243 * change to the bound also adds SEQ.
245 private static final int SEQ = MMASK + 1;
318 * The index of the largest valid arena position, OR'ed with SEQ
320 * update from 0 to SEQ is used to ensure that the arena array is
384 U.compareAndSwapInt(this, BOUND, b, b + SEQ - 1);
406 !U.compareAndSwapInt(this, BOUND, b, b + SEQ + 1)) {
445 U.compareAndSwapInt(this, BOUND, 0, SEQ))
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]