Searched refs:npc (Results 1 - 7 of 7) sorted by relevance

/external/srec/srec/cfront/
H A Dwav_acc.c108 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfmanysym.asm41 npc: label
/external/qemu/
H A Dgdbstub.c760 case 69: GET_REGA(env->npc);
780 case 81: GET_REGL(env->npc);
824 case 69: env->npc = tmp; break;
842 case 81: env->npc = tmp; break;
1557 s->c_cpu->npc = pc + 4;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c74 int npc = pcRel(ci->u.l.savedpc, p); local
75 int newline = getfuncline(p, npc);
76 if (npc == 0 || /* call linehook when enter a new function, */
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2190 int64_t npc; member in struct:CpuInfo
H A Dqapi-visit.c1542 visit_start_optional(m, obj ? &(*obj)->has_npc : NULL, "npc", &err);
1544 visit_type_int(m, obj ? &(*obj)->npc : NULL, "npc", &err);
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c5219 Bit16u npc, nph, npspt, nlc, nlh, nlspt; local
5446 npc = read_word(ebda_seg, &EbdaData->ata.devices[device].pchs.cylinders);
5462 write_dword(DS, SI+(Bit16u)&Int13DPT->cylinders, (Bit32u)npc);

Completed in 3622 milliseconds