Searched defs:struct_type (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gmem.h | 64 #define g_new(struct_type, n_structs) \ argument 66 #define g_new0(struct_type, n_structs) \ argument 68 #define g_renew(struct_type, mem, n_structs) \ argument 71 #define g_try_new(struct_type, n_structs) \ argument 73 #define g_try_new0(struct_type, n_structs) \ argument 75 #define g_try_renew(struct_type, mem, n_structs) \ argument
|
D | galloca.h | 61 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… argument
|
D | gmacros.h | 218 # define G_STRUCT_OFFSET(struct_type, member) \ argument 221 # define G_STRUCT_OFFSET(struct_type, member) \ argument
|
/external/llvm/lib/Object/ |
D | MachOObject.cpp | 35 typedef T struct_type; in ReadInMemoryStruct() typedef
|
/external/dbus/dbus/ |
D | dbus-internals.h | 177 #define _DBUS_STRUCT_OFFSET(struct_type, member) \ argument
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 367 val struct_type : llcontext -> lltype array -> lltype val
|