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

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dleb128.c214 uint_t wordsize; local
224 wordsize = 8;
226 wordsize = 4;
233 fsize = wordsize;
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c1799 int wordsize; local
1809 wordsize = sizeof (int32_t);
1813 wordsize = sizeof (int);
1823 musthave = (numthresholds + numcomps + 1) * wordsize;
1837 if (wordsize == sizeof (int32_t)) {
1845 wordsize, mode) != 0) {
1855 vaddr += wordsize;
1860 if (wordsize == sizeof (int32_t)) {
1868 wordsize, mode) != 0) {
1879 vaddr += wordsize;
1914 int wordsize; local
2112 int wordsize; local
[all...]

Completed in 59 milliseconds