Home
last modified time | relevance | path

Searched refs:_crow (Results 1 – 9 of 9) sorted by relevance

/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/dot/autotests/testfiles/directed/
H A Darrows.gv17 _crow -> crow [arrowhead=crow label=crow]
19 _crow -> lcrow [arrowhead=lcrow label=lcrow]
21 _crow -> rcrow [arrowhead=rcrow label=rcrow]
/dports/graphics/graphviz/graphviz-2.44.1/graphs/directed/
H A Darrows.gv17 _crow -> crow [arrowhead=crow label=crow]
19 _crow -> lcrow [arrowhead=lcrow label=lcrow]
21 _crow -> rcrow [arrowhead=rcrow label=rcrow]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
420 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
H A Dwabdefs.h416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
418 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
420 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
H A Dwabdefs.h416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
418 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h416 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
418 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
H A Dmapidefs.h418 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
420 #define SizedSRowSet(_crow,_name) struct _SRowSet_ ## _name { ULONG cRows; SRow aRow[_crow]; } _name argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h672 #define CbNewSRowSet(_crow) (offsetof(SRowSet,aRow) + (_crow)*sizeof(SRow)) argument
675 #define SizedSRowSet(_crow, _name) \ argument
679 SRow aRow[_crow]; \