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

/freebsd-10.1-release/contrib/byacc/
H A Dwarshall.c18 rowsize = WORDSIZE(n);
66 rowsize = WORDSIZE(n);
H A Dclosure.c28 rowsize = WORDSIZE(nvars);
69 rulesetsize = WORDSIZE(nrules);
70 varsetsize = WORDSIZE(nvars);
124 rulesetsize = WORDSIZE(nrules);
179 FREE(first_derives + ntokens * WORDSIZE(nrules));
207 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars));
239 rp = first_derives + i * WORDSIZE(nrules);
H A Ddefs.h43 /* WORDSIZE computes the number of words needed to */
66 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro
H A Dgraph.c97 tokensetsize = (unsigned)WORDSIZE(ntokens);
H A Dmkpar.c114 tokensetsize = WORDSIZE(ntokens);
H A Dlr0.c137 ruleset = NEW2(WORDSIZE(nrules), unsigned);
H A Dlalr.c55 tokensetsize = WORDSIZE(ntokens);
/freebsd-10.1-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m414 * WORDSIZE -- how many bits altogether we're talking about:
15 * obviously: define(WORDSIZE, 32)
18 * define(TOPBITS, eval( WORDSIZE - N*((WORDSIZE-1)/N) ) )
135 sethi %hi(1<<(WORDSIZE-TOPBITS-1)),T
/freebsd-10.1-release/contrib/binutils/bfd/
H A DMakefile.am644 WORDSIZE = @wordsize@

Completed in 123 milliseconds