Home
last modified time | relevance | path

Searched refs:Integral_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsumlib.c75 } Integral_t; typedef
80 Integral_t* p; in long_open()
82 if (p = newof(0, Integral_t, 1, 0)) in long_open()
93 ((Integral_t*)p)->sum = 0; in long_init()
100 register Integral_t* x = (Integral_t*)p; in long_done()
109 register Integral_t* x = (Integral_t*)p; in short_done()
118 register Integral_t* x = (Integral_t*)p; in long_print()
140 register Integral_t* x = (Integral_t*)p; in long_data()
H A Dsum-att.c56 register uint32_t c = ((Integral_t*)p)->sum; in att_block()
96 ((Integral_t*)p)->sum = c; in att_block()
104 register uint32_t c = ((Integral_t*)p)->sum; in att_block()
110 ((Integral_t*)p)->sum = c; in att_block()
118 register uint32_t c = ((Integral_t*)p)->sum; in att_done()
122 ((Integral_t*)p)->sum = c & 0xffff; in att_done()
H A Dsum-bsd.c40 register uint32_t c = ((Integral_t*)p)->sum; in bsd_block()
46 ((Integral_t*)p)->sum = c; in bsd_block()