Home
last modified time | relevance | path

Searched refs:Prof (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/qi/
H A Dstats.c149 typedef struct Prof Prof; typedef
150 struct Prof struct
155 Prof prof[5000]; argument
160 return ((Prof*)b)->count - ((Prof*)a)->count; in profcmp()
166 Prof *p, *n; in iprofile()
188 qsort(prof, i, sizeof(Prof), profcmp); in iprofile()
208 memset(prof, 0, sizeof(Prof)*i); in iprofile()
/plan9/sys/src/cmd/5i/
H A Dstats.c135 typedef struct Prof Prof; typedef
136 struct Prof struct
141 Prof prof[5000]; argument
146 Prof *a, *b; in profcmp()
156 Prof *p, *n; in iprofile()
178 qsort(prof, i, sizeof(Prof), profcmp); in iprofile()
198 memset(prof, 0, sizeof(Prof)*i); in iprofile()
/plan9/sys/src/cmd/ki/
H A Dstats.c150 typedef struct Prof Prof; typedef
151 struct Prof struct
156 Prof prof[5000]; argument
161 Prof *a, *b; in profcmp()
171 Prof *p, *n; in iprofile()
193 qsort(prof, i, sizeof(Prof), profcmp); in iprofile()
213 memset(prof, 0, sizeof(Prof)*i); in iprofile()
/plan9/sys/src/cmd/vi/
H A Dstats.c187 typedef struct Prof Prof; typedef
188 struct Prof struct
193 Prof prof[5000]; argument
198 Prof *a, *b; in profcmp()
208 Prof *p, *n; in iprofile()
230 qsort(prof, i, sizeof(Prof), profcmp); in iprofile()
250 memset(prof, 0, sizeof(Prof)*i); in iprofile()