Home
last modified time | relevance | path

Searched defs:cellule (Results 1 – 5 of 5) sorted by path

/dports/cad/alliance/alliance/src/ring/src/
H A Dstruct.c434 PTCEL cellule; local
/dports/graphics/qgis/qgis-3.22.3/i18n/
H A Dqgis_fr.ts125289 <translation>Taille de la cellule</translation> property
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesher/
H A DSurface_mesher.h434 for(typename std::vector<Cell_handle>::iterator cellule = in before_conflicts_impl() local
/dports/math/giacxcas/giac-1.6.0/src/
H A Dprog.cc4855 identificateur cellule(s); in _dollar() local
4860 identificateur cellule(s); in _dollar() local
7656 gen cellule=m[r][c]; in _convert() local
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dstorage.hpp60 struct cellule struct in libdar::storage
62 cellule() : next(nullptr), prev(nullptr), data(nullptr), size(0) {}; in cellule() function
63 struct cellule *next, *prev;
64 unsigned char *data;
65 U_32 size;