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

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 239 DexBuffer.Section inA = aSection.exists() ? dexA.open(aSection.off) : null;
251 aOffset = inA.getPosition();
252 a = read(inA, aIndexMap, aIndex);
    [all...]

Completed in 492 milliseconds