Lines Matching refs:rowsize
13 int rowsize; in transitive_closure() local
22 rowsize = WORDSIZE(n); in transitive_closure()
23 relend = R + n * rowsize; in transitive_closure()
39 rend = rowj + rowsize; in transitive_closure()
45 rowj += rowsize; in transitive_closure()
48 ccol += rowsize; in transitive_closure()
57 rowi += rowsize; in transitive_closure()
64 int rowsize; in reflexive_transitive_closure() local
71 rowsize = WORDSIZE(n); in reflexive_transitive_closure()
72 relend = R + n * rowsize; in reflexive_transitive_closure()
85 rp += rowsize; in reflexive_transitive_closure()