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

  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_sparc.h 123 uint64_t npc; /* Next Program Counter register (nPC) */ member in struct:__anon9483
  /external/selinux/policycoreutils/sestatus/
sestatus.c 88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc)
131 if (*npc >= MAX_CHECK)
133 pc[*npc] =
136 memcpy(pc[*npc], bufp, buf_len);
137 (*npc)++;
186 int npc = 0; local
391 load_checks(pc, &npc, fc, &nfc);
409 for (i = 0; i < npc; i++) {

Completed in 76 milliseconds