Searched refs:dttstat (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libast/common/cdt/ |
H A D | dtstat.c | 30 static void dttstat(Dtstat_t* ds, Dtlink_t* root, int depth, int* level) in dttstat() function 32 static void dttstat(ds,root,depth,level) in dttstat() 40 dttstat(ds,root->left,depth+1,level); 42 dttstat(ds,root->right,depth+1,level); 112 { dttstat(ds,dt->data->here,0,NIL(int*)); 123 dttstat(ds,dt->data->here,0,Count);
|