Home
last modified time | relevance | path

Searched refs:offset_in_object (Results 1 – 3 of 3) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dcw.cc261 if (control_entries[i].offset_in_object==offset) in ListCWofObject()
313 offset = control_words[i].offset_in_object; in ListAllCWsOfObject()
420 offset = control_words[i].offset_in_object; in ListAllCWsOfObjectType()
504 cw->offset_in_object = pcw->offset_in_object; in InitPredefinedControlWords()
563 ce->offset_in_object = cw->offset_in_object; in InitPredefinedControlEntries()
573 offset = ce->offset_in_object; in InitPredefinedControlEntries()
583 if (cw->offset_in_object!=offset) in InitPredefinedControlEntries()
596 if (test_ce->offset_in_object==offset) in InitPredefinedControlEntries()
690 off_in_obj = ce->offset_in_object; in ReadCW()
778 off_in_obj = ce->offset_in_object; in WriteCW()
[all …]
H A Dcw.h54 UINT offset_in_object; member
86 UINT offset_in_object; member
H A Dgm.h1686 #define ControlWord(p,ce) (((UINT *)(p))[control_entries[ce].offset_in_object])