Home | History | Annotate | Download | only in include

Lines Matching defs:Word

87 typedef   signed long           Word;     // 32             64
90 // host", for the notional case where host word size != guest word size.
100 typedef Word SSizeT; // 32 64
106 typedef Word PtrdiffT; // 32 64
112 // Nb: on Linux, off_t is a signed word-sized int. On Darwin it's
115 typedef Word OffT; // 32 64
152 syscall is a single host word, _wLO.
154 Can record a double-word error or a double-word result:
157 Probably the high word of an error is always ignored by
256 Miscellaneous (word size, endianness, regparmness, stringification)
259 /* Word size: this is going to be either 4 or 8. */