Searched defs:tot (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dptstats.c44 static char tot[] = "**************************************************"; local
67 tc = (int)((double)(sizeof(tot) - (sizeof(S) - 10)) * ((double)((intmax_t)addresses[i]) / (double)((Ptaddr_t)~0)));
69 sfprintf(sp, "/%-2d %6I*u %*I*u %s%s\n", i, sizeof(prefixes[i]), prefixes[i], sizeof(S) - 1, sizeof(addresses[i]), addresses[i], prt + sizeof(prt) - pc - 1, tot + sizeof(tot) - tc - 1);
H A Dptvstats.c46 static char tot[] = "**************************************************"; local
91 tc = (int)((double)(sizeof(tot) - (sizeof(S) - 10)) / (double)a->r[3][a->size - 1]);
107 sfprintf(sp, "/%-3d %16s %16s %s%s\n", i, fmtfv(a->size, prefixes[i], 10, ',', 3), sizeof(S) - 1, fmtfv(a->size, addresses[i], 10, ',', 3), prt + sizeof(prt) - pc - 1, tot + sizeof(tot) - tc - 1);
/ast/src/lib/libsum/
H A Dsum-ast4.c47 Ast4_sum_t tot; member in struct:Ast4_s
56 a->tot.sum0 ^= a->cur.sum0;
58 a->tot.sum1 ^= a->cur.sum1;
60 a->tot.sum2 ^= a->cur.sum2;
62 a->tot.sum3 ^= a->cur.sum3;
104 a = (flags & SUM_TOTAL) ? &((Ast4_t*)p)->tot : &((Ast4_t*)p)->cur;
/ast/src/cmd/coshell/
H A Dcommand.c377 Coshell_t tot; local
758 memzero(&tot, sizeof(tot));
760 tot.running = state.running;
766 tot.fd++;
767 tot.cpu += sp->cpu;
768 tot.stat.load += sp->cpu * sp->stat.load / sp->scale;
769 tot.rating += sp->cpu * sp->rating;
772 if (tot.cpu)
774 tot
[all...]
/ast/src/cmd/pzip/
H A Dpin.c413 field(unsigned char* t, register unsigned char* s, int i, int j, register int row, size_t tot) argument
420 e = s + tot;
436 pair(unsigned char* t, register unsigned char* s, int i, register int j, size_t row, size_t tot) argument
442 e = s + tot;
457 part(unsigned char* t, register unsigned char* s, register Part_t* pp, size_t row, size_t tot) argument
464 e = s + tot;
478 merge(unsigned char* t, unsigned char* s, int i, Part_t* pp, register Part_t* np, size_t** siz, size_t row, size_t tot) argument
495 z = part(t, s, np, row, tot);
527 filter(Sfio_t* ip, unsigned char** bufp, unsigned char** datp, Pz_t* pz, int high, int maxhigh, size_t row, size_t tot) argument
548 rows = tot / ro
729 permute(unsigned char* buf, unsigned char* dat, size_t* ord, size_t row, size_t tot) argument
803 reorder_heuristic(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1123 reorder_tsp(Reorder_method_t* method, unsigned char* buf, unsigned char* dat, int* lab, size_t row, size_t tot) argument
1257 optimize_dynamic(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1307 optimize_greedy(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1338 optimize_transitive(Optimize_method_t* method, unsigned char* buf, unsigned char* dat, size_t** val, size_t* cst, size_t* sol, size_t row, size_t tot, size_t grp) argument
1449 size_t tot; local
[all...]

Completed in 118 milliseconds