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

  /external/dbus/dbus/
dbus-marshal-byteswap.c 104 alignment = _dbus_type_get_alignment (elem_type);
172 contained_alignment = _dbus_type_get_alignment (_dbus_first_type_in_signature (&sig, 0));
dbus-marshal-basic.h 223 int _dbus_type_get_alignment (int typecode);
224 int _dbus_type_get_alignment (int typecode);
dbus-marshal-validate.c 348 alignment = _dbus_type_get_alignment (current_type);
401 alignment = _dbus_type_get_alignment (array_elem_type);
471 alignment = _dbus_type_get_alignment (array_elem_type);
597 contained_alignment = _dbus_type_get_alignment (contained_type);
    [all...]
dbus-marshal-basic.c 1238 _dbus_type_get_alignment (int typecode) function
    [all...]
dbus-marshal-recursive.c 141 return _dbus_type_get_alignment (_dbus_first_type_in_signature (str, pos));
293 contained_alignment = _dbus_type_get_alignment (_dbus_first_type_in_signature (sub->type_str,
942 alignment = _dbus_type_get_alignment (element_type);
    [all...]
dbus-message.c     [all...]

Completed in 514 milliseconds