Searched refs:ComponentReal (Results 1 – 2 of 2) sorted by relevance
1426 ComponentReal *a, *b; in MatchingComponentReal()1433 a = (ComponentReal*)csi_attr; in MatchingComponentReal()1434 b = (ComponentReal*)csi_assert; in MatchingComponentReal()1444 GEncComponentReal ( GenBuf *b, ComponentReal *in ) in GEncComponentReal()1462 ComponentReal* k, **k2; in GDecComponentReal()1465 k = (ComponentReal*) v; in GDecComponentReal()1468 k2 = (ComponentReal**) v; in GDecComponentReal()1469 *k2 = (ComponentReal*) CompAlloc( mem_op, sizeof( ComponentReal ) ); in GDecComponentReal()1498 ComponentReal* k, **k2; in BDecComponentReal()1501 k = (ComponentReal*) v; in BDecComponentReal()[all …]
277 typedef struct ComponentReal{ struct283 } ComponentReal; argument285 int GEncComponentReal (GenBuf *b, ComponentReal* comp_real);