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

  /external/bluetooth/glib/glib/
gmain.h 176 guint struct_size);
gmain.c 555 * @struct_size: size of the #GSource structure to create.
570 guint struct_size)
575 g_return_val_if_fail (struct_size >= sizeof (GSource), NULL);
577 source = (GSource*) g_malloc0 (struct_size);
    [all...]
  /external/libffi/src/s390/
ffi.c 342 size_t struct_size = 0; local
430 struct_size += ROUND_SIZE ((*ptr)->size);
485 cif->bytes = ROUND_SIZE (n_ov * sizeof (long)) + struct_size;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
main.sgml 829 @struct_size:

Completed in 309 milliseconds