Searched refs:remove_n (Results 1 – 8 of 8) sorted by relevance
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/data/ |
H A D | castorage.h | 214 inline bool remove_n(size_t idx, size_t n) in remove_n() function 337 … inline bool remove_n(size_t idx, size_t n) { return basic_aligned_storage::remove_n(idx, n); } in remove_n() function
|
H A D | cstorage.h | 196 inline bool remove_n(size_t idx, size_t n) in remove_n() function 333 … inline bool remove_n(size_t idx, size_t n) { return basic_storage::remove_n(idx, n); } in remove_n() function
|
H A D | cvector.h | 392 …inline bool remove_n(size_t index, size_t count) { return basic_vector::remove_items(index, count)… in remove_n() function
|
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/ |
H A D | proper_arith.erl | 211 {[],RevSubLists} = lists:foldl(fun remove_n/2, {List,[]}, Lens), 214 -spec remove_n(non_neg_integer(), {[T],[[T]]}) -> {[T],[[T]]}. 215 remove_n(N, {List,Acc}) -> function
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/ |
H A D | LSPGrid.cpp | 270 if (!vCells.remove_n(start_idx, vCells.size() - start_idx)) in set_rows() 272 if (!vRows.remove_n(rows, rows - r)) in set_rows() 321 if (!vCells.remove_n(j, c - cols)) in set_columns() 325 if (!vCols.remove_n(cols, c - cols)) in set_columns()
|
/dports/textproc/py-gensim/gensim-4.0.1/gensim/corpora/ |
H A D | dictionary.py | 378 def filter_n_most_frequent(self, remove_n): argument 404 most_frequent_ids = most_frequent_ids[:remove_n]
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/calc/ |
H A D | Parameters.cpp | 339 vParams.remove_n(first, count); in add() 1694 bool success = vParams.remove_n(first, count); in remove()
|
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/3d/ |
H A D | RayTrace3D.cpp | 1729 if (!vMaterials.remove_n(objects, size - objects)) in resize_materials()
|