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

  /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/chromium_org/third_party/skia/third_party/lua/src/
lvm.c 74 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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 41 npc: label
  /external/qemu-pc-bios/bochs/bios/
rombios.c 5219 Bit16u npc, nph, npspt, nlc, nlh, nlspt; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2190 int64_t npc; member in struct:CpuInfo
    [all...]

Completed in 565 milliseconds