HomeSort by relevance Sort by last modified time
    Searched refs:int16List (Results 1 - 4 of 4) sorted by null

  /external/qemu/qapi-auto-generated/
qapi-types.h 72 typedef struct int16List
78 struct int16List *next;
79 } int16List;
    [all...]
qapi-visit.h 31 void visit_type_int16List(Visitor *m, int16List ** obj, const char *name, Error **errp);
qapi-types.c 463 void qapi_free_int16List(int16List * obj)
    [all...]
qapi-visit.c 133 void visit_type_int16List(Visitor *m, int16List ** obj, const char *name, Error **errp)
142 int16List *native_i = (int16List *)i;
    [all...]

Completed in 253 milliseconds