Searched defs:fetch_type (Results 1 – 2 of 2) sorted by relevance
134 struct fetch_type { struct135 const char *name; /* Name of type */136 size_t size; /* Byte size of type */137 int is_signed; /* Signed flag */138 print_type_func_t print; /* Print functions */139 const char *fmt; /* Format string */140 const char *fmttype; /* Name in format file */
87 enum mdp_fetch_type fetch_type; member
Completed in 5 milliseconds