Home
last modified time | relevance | path

Searched refs:startA (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part1.c1907 int startA, startB; in test_vsx_logic() local
1910 startA = 0; in test_vsx_logic()
1912 for (i = 0; i <= (NUM_VIARGS_INTS - (NUM_VIARGS_VECS * sizeof(int))); i++, startA++) { in test_vsx_logic()
1913 startB = startA + 4; in test_vsx_logic()
1915 inA = &viargs[startA]; in test_vsx_logic()
1955 int startA, startB; in test_move_ops() local
1966 startA = 0; in test_move_ops()
1969 inA = (unsigned long long *)&vec_args[startA]; in test_move_ops()
1971 startA++; in test_move_ops()
1992 if (use_vecA && startA < NUM_VEC_ARGS_LONGS) in test_move_ops()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part1.c1907 int startA, startB; in test_vsx_logic() local
1910 startA = 0; in test_vsx_logic()
1912 for (i = 0; i <= (NUM_VIARGS_INTS - (NUM_VIARGS_VECS * sizeof(int))); i++, startA++) { in test_vsx_logic()
1913 startB = startA + 4; in test_vsx_logic()
1915 inA = &viargs[startA]; in test_vsx_logic()
1955 int startA, startB; in test_move_ops() local
1966 startA = 0; in test_move_ops()
1969 inA = (unsigned long long *)&vec_args[startA]; in test_move_ops()
1971 startA++; in test_move_ops()
1992 if (use_vecA && startA < NUM_VEC_ARGS_LONGS) in test_move_ops()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1857 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll() local
1868 startA = list[aPtr++]; in containsAll()
1886 if (startB >= startA && limitB <= limitA) { in containsAll()
2025 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone() local
2033 startA = list[aPtr++]; in containsNone()
2051 if (startA >= limitB) { in containsNone()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1910 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsAll() local
1921 startA = list[aPtr++]; in containsAll()
1939 if (startB >= startA && limitB <= limitA) { in containsAll()
2080 int startA = 0, startB = 0, limitA = 0, limitB = 0; in containsNone() local
2088 startA = list[aPtr++]; in containsNone()
2106 if (startA >= limitB) { in containsNone()
/external/skia/tests/
DGrShapeTest.cpp467 unsigned startA = ~0U, startB = ~0U; in check_equivalence() local
470 bool aIsRRect = a.asRRect(&rrectA, &dirA, &startA, &invertedA); in check_equivalence()
535 REPORTER_ASSERT(r, startA == startB); in check_equivalence()