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

/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-ast4.c49 } Ast4_t; typedef in typeref:struct:Ast4_s
54 register Ast4_t* a = (Ast4_t*)p;
70 Ast4_t* p;
72 if (p = newof(0, Ast4_t, 1, 0))
83 register Ast4_sum_t* a = &((Ast4_t*)p)->cur;
104 a = (flags & SUM_TOTAL) ? &((Ast4_t*)p)->tot : &((Ast4_t*)p)->cur;
112 data->size = sizeof(((Ast4_t*)p)->cur);
115 swapmem(_ast_intswap, data->buf = ((Ast4_t*)
[all...]

Completed in 139 milliseconds