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

/ast/src/cmd/dsslib/stats/
H A Dstats.c70 struct Total_s; typedef struct Total_s Total_t; typedef in typeref:struct:Total_s
85 Total_t total[1];
107 Total_t* total;
121 Total_t* total;
477 if (!(state->total = vmnewof(vm, 0, Total_t, state->fields, 0)))
528 register Total_t* total;
551 if (!(bucket = vmnewof(state->vm, 0, Bucket_t, 1, (state->fields - 1) * sizeof(Total_t))))
616 list(Cx_t* cx, register State_t* state, Sfio_t* op, const char* label, register Field_t* field, register Total_t* total, Cxoperand_t* key)

Completed in 11 milliseconds