Home | History | Annotate | Download | only in mpi

Lines Matching defs:Word

148 /* Word, UWord are machine words - same size as a pointer.  This is
150 machine word - this too is tested at startup. */
151 typedef signed long Word;
206 /* Sanity check - that Word/UWord really are machine words. */
207 assert(sizeof(Word) == sizeof(void*));