Searched defs:qpc (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
H A Dminiacc.h4001 acc_int64l_t qpc; member in struct:__anon25186
6049 c->qpc = (acc_int64l_t) li.QuadPart;
6053 h->mode = 0; h->qpf = 0.0; c->qpc = 0;
6110 if (!h->name) h->name = "qpc";
6111 if (start->qpc == 0 || stop->qpc == 0) return 0.0;
6112 return (double) (stop->qpc - start->qpc) / h->qpf;

Completed in 155 milliseconds