Home
last modified time | relevance | path

Searched refs:alloc_rows (Results 1 – 13 of 13) sorted by relevance

/dports/security/libfprint/libfprint-0.7.0/libfprint/nbis/mindtct/
H A Dshape.c67 int alloc_rows, alloc_pts; in alloc_shape() local
72 alloc_rows = ymax - ymin + 1; in alloc_shape()
89 shape->rows = (ROW **)malloc(alloc_rows * sizeof(ROW *)); in alloc_shape()
103 shape->alloc = alloc_rows; in alloc_shape()
104 shape->nrows = alloc_rows; in alloc_shape()
107 for(i = 0, y = ymin; i < alloc_rows; i++, y++){ in alloc_shape()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dstdfont.c392 const int alloc_rows = (glyph_count + glyphs_per_row - 1) / glyphs_per_row; in create_builtin_font_sheet() local
409 alloc_rows * 8 + alloc_rows + 1); in create_builtin_font_sheet()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dm_tables.cpp210 int alloc_rows; in ReallocRows() local
211 for (alloc_rows = m_NumAllocatedRows; alloc_rows < rows;) in ReallocRows()
213 if (alloc_rows < 4) in ReallocRows()
214 alloc_rows = 4; in ReallocRows()
215 else if (alloc_rows < 4096) in ReallocRows()
216 alloc_rows <<= 1; in ReallocRows()
218 alloc_rows += 2048; in ReallocRows()
221 if (alloc_rows > m_NumAllocatedRows) in ReallocRows()
223 m_CellInfo = (cellStruct**) realloc(m_CellInfo, sizeof(cellStruct*) * alloc_rows); in ReallocRows()
224 m_NumAllocatedRows = alloc_rows; in ReallocRows()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dm_tables.cpp213 int alloc_rows; in ReallocRows() local
214 for (alloc_rows = m_NumAllocatedRows; alloc_rows < rows;) in ReallocRows()
216 if (alloc_rows < 4) in ReallocRows()
217 alloc_rows = 4; in ReallocRows()
218 else if (alloc_rows < 4096) in ReallocRows()
219 alloc_rows <<= 1; in ReallocRows()
221 alloc_rows += 2048; in ReallocRows()
224 if (alloc_rows > m_NumAllocatedRows) in ReallocRows()
226 m_CellInfo = (cellStruct**) realloc(m_CellInfo, sizeof(cellStruct*) * alloc_rows); in ReallocRows()
227 m_NumAllocatedRows = alloc_rows; in ReallocRows()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dm_tables.cpp213 int alloc_rows; in ReallocRows() local
214 for (alloc_rows = m_NumAllocatedRows; alloc_rows < rows;) in ReallocRows()
216 if (alloc_rows < 4) in ReallocRows()
217 alloc_rows = 4; in ReallocRows()
218 else if (alloc_rows < 4096) in ReallocRows()
219 alloc_rows <<= 1; in ReallocRows()
221 alloc_rows += 2048; in ReallocRows()
224 if (alloc_rows > m_NumAllocatedRows) in ReallocRows()
226 m_CellInfo = (cellStruct**) realloc(m_CellInfo, sizeof(cellStruct*) * alloc_rows); in ReallocRows()
227 m_NumAllocatedRows = alloc_rows; in ReallocRows()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Ddynamic-image.c448 if (nrows + 1 >= table->alloc_rows) { in mono_dynimage_alloc_table()
449 while (nrows + 1 >= table->alloc_rows) { in mono_dynimage_alloc_table()
450 if (table->alloc_rows == 0) in mono_dynimage_alloc_table()
451 table->alloc_rows = 16; in mono_dynimage_alloc_table()
453 table->alloc_rows *= 2; in mono_dynimage_alloc_table()
456 table->values = (guint32 *)g_renew (guint32, table->values, (table->alloc_rows) * table->columns); in mono_dynimage_alloc_table()
H A Dmetadata-internals.h475 guint32 alloc_rows; member
/dports/devel/libfirm/libfirm-1.21.0/ir/adt/
H A Dgaussseidel.c51 static inline void alloc_rows(gs_matrix_t *m, int c_rows, int c_cols, int begin_init) in alloc_rows() function
75 alloc_rows(res, n_init_rows, n_init_cols, 0); in gs_new_matrix()
159 alloc_rows(m, new_c_rows, m->initial_col_increase, m->c_rows); in gs_matrix_set()
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/
H A Dtree.py2579 alloc_rows = len(array)
2649 alloc_rows = self._resize_strategy(alloc_rows)
2650 if alloc_rows != len(array):
2651 array = _resize(array, alloc_rows)
2663 alloc_rows = numrows + len(array_chunk)
2665 array = _resize(array, alloc_rows)
2667 if alloc_rows != 0:
2746 alloc_rows = len(array)
2749 if numrows >= alloc_rows:
2750 alloc_rows = self._resize_strategy(alloc_rows)
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/tools/
H A DNdbImportUtil.cpp1410 NdbImportUtil::alloc_rows(const Table& table, uint cnt, RowList& dst) in alloc_rows() function in NdbImportUtil
3407 util.alloc_rows(table, cnt, list1); in testrowlist1()
3432 util.alloc_rows(table, rows, list); in testrowlist2()
3442 util.alloc_rows(table, cnt, list1); in testrowlist2()
3452 util.alloc_rows(table, cnt, list1); in testrowlist2()
H A DNdbImportUtil.hpp372 void alloc_rows(const Table& table, uint cnt, RowList& dst);
H A DNdbImportCsv.cpp1062 m_util.alloc_rows(table, cnt, rows_chunk); in do_eval()
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dps-pdf.cxx6337 alloc_rows, in parse_table() local
6488 for (temprow = t->child, table.num_cols = 0, table.num_rows = 0, alloc_rows = 0, caption = NULL; in parse_table()
6535 if (table.num_rows >= alloc_rows) in parse_table()
6537 alloc_rows += ALLOC_ROWS; in parse_table()
6539 if (alloc_rows == ALLOC_ROWS) in parse_table()
6540 cells = (tree_t ***)malloc(sizeof(tree_t **) * (size_t)alloc_rows); in parse_table()
6542 cells = (tree_t ***)realloc(cells, sizeof(tree_t **) * (size_t)alloc_rows); in parse_table()