/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/ |
H A D | cutcall.c | 817 c->handlecount = 0; 841 new->handlecount = c->handlecount; 890 c->handlecount = 0; 942 c->handlecount = 0; 1191 if (c->handlecount == 1) { 1198 for (i = 0; i < c->handlecount; i++) { 1246 new->handlecount = c->handlecount; 1381 c->handlecount = nhandles; 1479 cuts->current->handlecount = 0; 1532 i = c->handlecount; [all …]
|
H A D | cutpool.c | 778 new.handlecount = 0; 824 CCutil_int_array_quicksort (c->cliques, c->handlecount); 825 CCutil_int_array_quicksort (c->cliques + c->handlecount, 826 c->cliquecount - c->handlecount);
|
H A D | tighten.c | 344 tg->nhandles = c->handlecount; 412 tg->nhandles = c->handlecount; 689 cout->handlecount = tg->nhandles;
|
H A D | branch.c | 1165 cu.handlecount = 0; 1292 cu.handlecount = 0; 1482 d.handlecount = 0;
|
H A D | tsp_lp.c | 845 lp->cutqueue.handlecount = 0; 1926 new.handlecount = 0; 1976 new->handlecount = c->handlecount; 2934 lp->cuts.cuts[i].handlecount = 0;
|
H A D | prob_io.c | 990 if (CCutil_swrite_int (f, (unsigned int) cuts->cuts[i].handlecount)) 1119 u.handlecount = nhand;
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/ |
H A D | tsp.h | 44 #define CCtsp_CUTRHS(c) (3*(c)->cliquecount - (c)->handlecount - 1) 128 int handlecount; member 140 int handlecount; member
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/XSTUFF/ |
H A D | Xstuff.c | 684 lc->handlecount = 0; 730 lc->handlecount = hcnt;
|
H A D | Xblock.c | 1034 int i, nteeth = 0, handlecount = 0, midtake = 0, test; local 1097 handlecount++; 1145 total += handleweight + 2.0 - handlecount;
|
/dports/math/concorde/concorde/TSP/ |
H A D | cliqwork.c | 1029 int **A, int *Bcount, int **B, int handlecount, int *handle) in CCtsp_build_dp_cut() argument 1045 rval = CCtsp_array_to_lpclique (handle, handlecount, &(c->cliques[0])); in CCtsp_build_dp_cut()
|
H A D | cutcall.c | 1653 int **A, int *Bcount, int **B, int handlecount, int *handle, 1976 int **A, int *Bcount, int **B, int handlecount, int *handle, in build_dp_cut_expand() argument 2006 rval = CCcut_SRK_expand (expand, handle, handlecount, &new_handle, in build_dp_cut_expand()
|
/dports/math/concorde/concorde/VERIFY/ |
H A D | verify.c | 871 int handlecount; in verify_chvatal_comb() local 897 handlecount = 0; in verify_chvatal_comb() 903 handlecount++; in verify_chvatal_comb() 914 if (handlecount != 1) return 1; in verify_chvatal_comb()
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/ |
H A D | concorde.h | 1598 #define CCtsp_CUTRHS(c) (3*(c)->cliquecount - (c)->handlecount - 1) 1682 int handlecount; member 1694 int handlecount; member
|
/dports/x11-fm/filerunner/filerunner/packages/twapi/ |
H A D | pdh.tcl | 190 handlecount {"Handle Count" long 0}
|
H A D | process.tcl | 776 privilegedtime 4 handlecount 4
|
/dports/math/concorde/concorde/INCLUDE/ |
H A D | tsp.h | 704 int **A, int *Bcount, int **B, int handlecount, int *handle);
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Etw/ |
H A D | mod.rs | 3843 pub unsafe fn ProcessTrace(handlearray: *const u64, handlecount: u32, starttime: *const super::supe… in ProcessTrace() 3848 …fn ProcessTrace(handlearray: *const u64, handlecount: u32, starttime: *const super::super::super::… in ProcessTrace() 3850 …ProcessTrace(::std::mem::transmute(handlearray), ::std::mem::transmute(handlecount), ::std::mem::t… in ProcessTrace()
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Etw/ |
H A D | mod.rs | 49 …pub fn ProcessTrace(handlearray: *const u64, handlecount: u32, starttime: *const super::super::sup… in ProcessTrace()
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/ |
H A D | mod.rs | 12071 …pub unsafe fn CallableWaitForHandles(&self, handlecount: u32, phandles: *const super::super::super… in CallableWaitForHandles() 12073 …table(self).8)(::std::mem::transmute_copy(self), ::std::mem::transmute(handlecount), ::std::mem::t… in CallableWaitForHandles() 12131 …ion")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, handlecount: u32, phandles:… 12156 …pub unsafe fn CallableWaitForHandles(&self, handlecount: u32, phandles: *const super::super::super… in CallableWaitForHandles() 12158 …table(self).8)(::std::mem::transmute_copy(self), ::std::mem::transmute(handlecount), ::std::mem::t… in CallableWaitForHandles() 12216 …ion")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, handlecount: u32, phandles:…
|