Home
last modified time | relevance | path

Searched refs:swap_entries (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dswap.c592 struct swapent *swap_entries; in swap_read() local
606 swap_entries = calloc(swap_num, sizeof(*swap_entries)); in swap_read()
607 if (swap_entries == NULL) { in swap_read()
612 status = swapctl(SWAP_STATS, swap_entries, swap_num); in swap_read()
615 sfree(swap_entries); in swap_read()
632 if ((swap_entries[i].se_flags & SWF_ENABLE) == 0) in swap_read()
635 this_used = ((gauge_t)swap_entries[i].se_inuse) * C_SWAP_BLOCK_SIZE; in swap_read()
636 this_total = ((gauge_t)swap_entries[i].se_nblks) * C_SWAP_BLOCK_SIZE; in swap_read()
645 sstrncpy(path, swap_entries[i].se_path, sizeof(path)); in swap_read()
655 sfree(swap_entries); in swap_read()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/datastructures/
H A Dheap.c49 swap_entries(struct vrna_heap_s *h,
160 swap_entries(h, 1, h->num_entries + 1); in vrna_heap_pop()
274 swap_entries(struct vrna_heap_s *h, in swap_entries() function
305 swap_entries(h, parent, i); in heapify_up()
354 swap_entries(h, pos, child_pos); in heapify_down()
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dheap.c171 static void swap_entries(const Heap* heap, int i, int j) in swap_entries() function
202 swap_entries(heap, current, child); in sift_down()
227 swap_entries(heap, current, parent); in sift_up()
272 swap_entries(heap, 0, heap->used); in heap_pop_entry()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dbezout_matrix.h427 void swap_entries(typename internal::Simple_matrix<NT> & A) { in swap_entries() function
545 internal::swap_entries<NT>(B);
555 internal::swap_entries<NT>(S);
/dports/math/reduce/Reduce-svn5758-src/packages/linalg/
H A Dlinalg.red629 symbolic procedure swap_entries(in_mat,entry1,entry2);
655 prin2 "***** Error in swap_entries(second argument): ";
661 prin2 "***** Error in swap_entries(second argument): ";
667 prin2 "***** Error in swap_entries(second argument): ";
673 prin2 "***** Error in swap_entries(second argument): ";
679 prin2 "***** Error in swap_entries(third argument): ";
685 prin2 "***** Error in swap_entries(third argument): ";
691 prin2 "***** Error in swap_entries(third argument): ";
697 prin2 "***** Error in swap_entries(third argument): ";
710 % flag('(swap_rows,swap_columns,swap_entries),'opfn);
[all …]
H A Dlinalg.tst84 swap_entries(mat1,{1,1},{5,5});
H A Dlinalg.rlg726 swap_entries(mat1,{1,1},{5,5});
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgGame.cpp652 virtual void swap_entries(int i,int j){ in swap_entries() function in gHighscoresBase
710 swap_entries(j,j-1); in sort()
718 swap_entries(newpos,newpos-1); in checkPos()
724 swap_entries(newpos,newpos+1); in checkPos()
814 virtual void swap_entries(int i,int j){ in swap_entries() function in highscores
816 gHighscoresBase::swap_entries(i,j); in swap_entries()
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dlinalg.tst83 swap_entries(mat1,{1,1},{5,5});
H A Dlinalg.rlg714 swap_entries(mat1,{1,1},{5,5});
/dports/math/reduce/Reduce-svn5758-src/doc/manual/
H A Dlinalg.tex58 swap\_entries & \ldots & \ref{linalg:swap_entries} \\
1511 \label{linalg:swap_entries}
/dports/games/atanks/atanks-6.5/src/
H A Daicore.cpp98 template<typename T> void swap_entries(T* lhs, T* rhs) in swap_entries() function
150 swap_entries(curr, next); in sort_entries()