Home
last modified time | relevance | path

Searched defs:n_structs (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgmem.h64 #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
Dgalloca.h61 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… argument
/external/clang/utils/VtableTest/
Dgen.cc343 int n_structs = /* random() % */ N_STRUCTS; in main() local