HomeSort by relevance Sort by last modified time
    Searched refs:ARC (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
cpu-arc.c 1 /* BFD support for the ARC processor
26 #define ARC(mach, print_name, default_p, next) \
33 "arc", \
45 ARC ( bfd_mach_arc_5, "arc5", FALSE, &arch_info_struct[1] ),
46 ARC ( bfd_mach_arc_5, "base", FALSE, &arch_info_struct[2] ),
47 ARC ( bfd_mach_arc_6, "arc6", FALSE, &arch_info_struct[3] ),
48 ARC ( bfd_mach_arc_7, "arc7", FALSE, &arch_info_struct[4] ),
49 ARC ( bfd_mach_arc_8, "arc8", FALSE, NULL ),
53 ARC ( bfd_mach_arc_6, "arc", TRUE, &arch_info_struct[0] )
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
warn.s 1 ; Test ARC specific assembler warnings
3 ; { dg-do assemble { target arc-*-* } }
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 97 ARC='arc'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 97 ARC='arc'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 97 ARC='arc'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 97 ARC='arc'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 97 ARC='arc'
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 491 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A);
495 EXPECT_TRUE(ARC.isParentOf(BRC));
496 EXPECT_TRUE(ARC.isParentOf(CRC));
497 EXPECT_FALSE(ARC.isParentOf(DRC));
498 EXPECT_TRUE(ARC.isAncestorOf(DRC));
499 EXPECT_FALSE(DRC.isChildOf(ARC));
500 EXPECT_TRUE(DRC.isDescendantOf(ARC));
505 ARC.insertOutgoingEdge(A, D, LazyCallGraph::Edge::Call);
514 EXPECT_TRUE(ARC.isParentOf(DRC));
515 EXPECT_TRUE(ARC.isAncestorOf(DRC))
    [all...]
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 538 // of ARC * i degrees clockwise relative to the Y axis.
544 const float ARC = 36;
545 const float ROTATION = ARC * 2;
551 float angle = float(i * ARC * PI_180);
583 float angle = float((i * ARC + ROTATION) * PI_180);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 588 // of ARC * i degrees clockwise relative to the Y axis.
594 final float ARC = 36;
595 final float ROTATION = ARC * 2;
602 final float angle = (float) (i * ARC * PI_180);
638 final float angle = (float) ((i * ARC + ROTATION) * PI_180);
    [all...]
  /external/strace/
config.h.in 12 /* Define for the ARC architecture. */
13 #undef ARC
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
Makefile.am 12 src/alpha/ffitarget.h src/arc/ffi.c src/arc/arcompact.S \
13 src/arc/ffitarget.h src/arm/ffi.c src/arm/sysv.S \
187 if ARC
188 nodist_libffi_la_SOURCES += src/arc/arcompact.S src/arc/ffi.c
configure     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 509 milliseconds