Home
last modified time | relevance | path

Searched refs:WORDSIZE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/byacc/
H A Dclosure.c27 rowsize = WORDSIZE(nvars); in set_EFF()
66 rulesetsize = WORDSIZE(nrules); in set_first_derives()
67 varsetsize = WORDSIZE(nvars); in set_first_derives()
120 rulesetsize = WORDSIZE(nrules); in closure()
205 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars)); in print_EFF()
237 rp = first_derives + (i - ntokens) * WORDSIZE(nrules); in print_first_derives()
H A Dwarshall.c17 rowsize = WORDSIZE(n); in transitive_closure()
66 rowsize = WORDSIZE(n); in reflexive_transitive_closure()
H A Dgraph.c96 tokensetsize = (unsigned)WORDSIZE(ntokens); in graph_LA()
H A Dmkpar.c114 tokensetsize = WORDSIZE(ntokens); in add_reductions()
H A Dlr0.c139 ruleset = NEW2(WORDSIZE(nrules), unsigned); in generate_states()
H A Ddefs.h70 #define WORDSIZE(n) (((n)+(BITS_PER_WORD-1))/BITS_PER_WORD) macro
H A Dlalr.c56 tokensetsize = WORDSIZE(ntokens); in lalr()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m414 * WORDSIZE -- how many bits altogether we're talking about:
15 * obviously: define(WORDSIZE, 32) macro
18 * define(TOPBITS, eval( WORDSIZE - N*((WORDSIZE-1)/N) ) )
135 sethi %hi(1<<(WORDSIZE-TOPBITS-1)),T