Searched refs:representation (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/dsslib/fix/ |
H A D | fix.c | 48 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 D | cx.h | 64 /* Cxtype_t.representation */ 170 #define cxrepresentation(t) ((t)->representation) 467 unsigned short representation; /* fundamental type index */ member in struct:Cxtype_s
|
H A D | cxopen.c | 311 (*cx->disc->errorf)(cx, cx->disc, ERROR_SYSTEM|2, "%s: unknown buffer representation details", details); 382 BT(CX_buffer, &name_buffer[0], &state.type_buffer, "A separately allocated sized buffer. The external representation is a newline separated base64 mime encoding.", buffer_external, buffer_internal, 0) 892 switch (type->representation) 1302 type->representation = type->base->representation; 1309 type->representation = type->base->representation; 2220 if (ret->type->representation != type->representation) 2256 else if (ret->type->representation ! [all...] |
Completed in 44 milliseconds