Home
last modified time | relevance | path

Searched refs:_read_section (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-molmod/molmod-1.4.8/molmod/io/
H A Datrj.py57 def _read_section(self): member in SectionFile
70 return self._read_section()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_restart.c161 _read_section(cs_restart_t *restart,
219 static cs_restart_read_section_t *_read_section_f = _read_section;
1154 _read_section(cs_restart_t *restart, in _read_section() function
/dports/science/code_saturne/code_saturne-7.1.0/src/apps/
H A Dcs_io_dump.c1603 _read_section(_cs_io_t *inp, in _read_section() function
2693 _read_section(&inp, echo, location_id, sec_name, f_fmt); in main()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxmach.h299 XMACH_DEF::section _read_section(qint64 nOffset,bool bIsBigEndian);
H A Dxmach.cpp1813 record.s.section32=_read_section(nOffset,bIsBigEndian); in getSectionRecords()
1825 XMACH_DEF::section XMACH::_read_section(qint64 nOffset, bool bIsBigEndian) in _read_section() function in XMACH
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/MACH/
H A Dmachsectionheaderwidget.cpp811 XMACH_DEF::section section=mach._read_section(nHeaderOffset,bIsBigEndian); in reloadData()