Home
last modified time | relevance | path

Searched defs:WORDSIZE (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/lib/libc/sparc/gen/
H A Ddivrem.m457 define(WORDSIZE, `32') macro
/csrg-svn/old/sdb/
H A Dhead.h91 #define WORDSIZE 4 /* wordsize in bytes on this machine */ macro
/csrg-svn/usr.bin/yacc/
H A Ddefs.h38 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro