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

/freebsd-9.3-release/lib/libpmc/
H A Dpmclog.c129 const int HEADERSIZE = sizeof(uint32_t); local
159 copylen = avail < HEADERSIZE ? avail : HEADERSIZE;
163 if (copylen < HEADERSIZE) {
206 if (avail + ps->ps_svcount < HEADERSIZE) {
213 used = copylen = HEADERSIZE - ps->ps_svcount;

Completed in 105 milliseconds