Lines Matching refs:p
59 decode_pst(char *p, int npstates) in decode_pst() argument
65 fid = *p++; in decode_pst()
66 vid = *p++; in decode_pst()
80 void decode_psb(char *p, int numpst) in decode_psb() argument
86 psb = (struct psb_header*) p; in decode_psb()
102 p = ((char *) psb) + sizeof(struct psb_header); in decode_psb()
110 pst = (struct pst_header*) p; in decode_psb()
126 decode_pst(p + sizeof(struct pst_header), pst->numpstates); in decode_psb()
129 p += sizeof(struct pst_header) + 2*pst->numpstates; in decode_psb()
153 char *p; in main() local
185 for (p = mem; p - mem < LEN; p+=16) { in main()
186 if (memcmp(p, "AMDK7PNOW!", 10) == 0) { in main()
187 decode_psb(p, numpst); in main()