Searched defs:tsp (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | misc.c | 202 Coshell_t* tsp; local 282 tsp = search(GET, se, NiL, NiL); 285 if (tsp) 291 sb = *sb == 'n' ? tsp->name : tsp->type; 294 else if (miscget(tsp, sb, 1, &sb, NiL))
|
/ast/src/cmd/pzip/ |
H A D | pin.c | 130 " [+0x0200?Partition using initial tsp cycles.]" 158 #include <tsp.h> 1119 * tsp ordering 1133 Tsp_t* tsp; local 1158 sfprintf(sfstderr, "compute the tsp cost matrix\n"); 1179 if (!(tsp = tspopen(&disc, cost, row, TSP_DFS|(state.verbose ? TSP_VERBOSE : 0)))) 1181 if (!(tour = tsptour(tsp))) 1215 * partition according to the initial tsp cycles 1218 if (!(cycle = tspcycle(tsp))) 1246 tspclose(tsp); [all...] |
/ast/src/lib/libast/misc/ |
H A D | optget.c | 525 register Push_t* tsp; local 527 while (tsp = psp) 530 free(tsp); 1218 Push_t* tsp; local 1224 if (tsp = newof(0, Push_t, 1, n + 1)) 1226 tsp->nb = (char*)(tsp + 1); 1227 tsp->ne = tsp->nb + n; 1228 strcpy(tsp 1247 Push_t* tsp; local 1304 Push_t* tsp; local 1830 Push_t* tsp; local 2401 Push_t* tsp; local 4278 Push_t* tsp; local [all...] |
Completed in 16 milliseconds