Home
last modified time | relevance | path

Searched defs:_header_ (Results 1 – 5 of 5) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/
H A Dalloc.c43 typedef struct _header_ { struct
45 struct _header_ *prev; /* previous in list */ argument
46 struct _header_ *next; /* next in list */ argument
47 char *file; /* file it was allocated from */
48 int line; /* line it was allocated from */
H A Dswap.c24 typedef struct _header_ { /* swap slot header */ struct
25 struct _header_ *prev; /* previous in swap slot list */ argument
26 struct _header_ *next; /* next in swap slot list */ argument
27 sector sec; /* the sector that uses this slot */
28 sector swap; /* the swap sector (if any) */
29 bool dirty; /* has the swap slot been written to? */
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/io/net/
H A DnetWriter_tpl.h166 INLINE std::string NetWriter< GUM_SCALAR >::_header_(const IBayesNet< GUM_SCALAR >& bn) { in _header_() function
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/io/BIF/
H A DBIFWriter_tpl.h160 INLINE std::string BIFWriter< GUM_SCALAR >::_header_(const IBayesNet< GUM_SCALAR >& bn) { in _header_() function
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dgeoids.py106 _header_ = 'header' variable