HomeSort by relevance Sort by last modified time
    Searched full:npc (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/srec/srec/cfront/
wav_acc.c 108 int npc; local
151 npc = ntot / 20; /* 5% cutoff */
153 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
160 npc = (int)(0.95 * ntot); /* 95% cutoff */
162 for (ii = num = 0; (ii < MAXHISTBITS) && (num < npc); ii++)
  /external/replicaisland/src/com/replica/replicaisland/
SortConstants.java 26 public static final int NPC = 15;
  /external/elfutils/backends/
sparc_corenote.c 53 GR (33, 2, 68), /* %pc, %npc */
58 GR (33, 2, 80), /* %pc, %npc */
sparc_regs.c 61 { "y", "psr", "wim", "tbr", "pc", "npc", "fsr", "csr" }, /* v8 */
62 { "pc", "npc", "state", "fsr", "fprs", "y" } /* v9 */
  /dalvik/vm/interp/
Jit.h 167 void dvmJitSetCodeAddr(const u2* dPC, void *nPC, JitInstructionSetType set,
Jit.cpp     [all...]
  /external/qemu/
gdbstub.c 751 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
758 case 69: GET_REGA(env->npc);
778 case 81: GET_REGL(env->npc);
815 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
822 case 69: env->npc = tmp; break;
840 case 81: env->npc = tmp; break;
    [all...]
monitor.c 412 monitor_printf(mon, " pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx,
413 env->pc, env->npc);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
libtic.so 
libtic.so.5 
libtic.so.5.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
libtic.so 
libtic.so.5 
libtic.so.5.6 

Completed in 293 milliseconds

1 2 3