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

/freebsd-10.2-release/contrib/nvi/common/
H A Dlog.c740 typedef unsigned long nword; typedef
743 static nword *bp;
744 nword *lp = (nword *)((uintptr_t)p / sizeof(nword) * sizeof(nword));
746 if (lp != (nword *)p) {
748 int offr = (sizeof(nword) << 3) - offl;
749 size_t i, cnt = (len + sizeof(nword) / 2) / sizeof(nword);
[all...]

Completed in 51 milliseconds