Searched defs:representation (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/dsslib/fix/
H A Dfix.c48 int representation; member in struct:Field_s
67 if (fa->representation < fb->representation)
69 if (fa->representation > fb->representation)
149 switch (variable->type->representation)
152 field->representation = FIELD_buffer;
155 field->representation = FIELD_string;
158 field->representation = FIELD_number;
195 if (field->representation
[all...]
/ast/src/lib/libdss/
H A Dcx.h64 /* Cxtype_t.representation */
170 #define cxrepresentation(t) ((t)->representation)
467 unsigned short representation; /* fundamental type index */ member in struct:Cxtype_s

Completed in 15 milliseconds