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

  /external/dbus/dbus/
dbus-marshal-header.c 343 unsigned char v_BYTE;
344 _dbus_type_reader_read_basic (&sub, &v_BYTE);
345 _dbus_assert (((int) v_BYTE) == field);
522 unsigned char v_BYTE;
540 v_BYTE = header->byte_order;
542 &v_BYTE))
545 v_BYTE = message_type;
547 &v_BYTE))
550 v_BYTE = 0; /* flags */
552 &v_BYTE))
963 unsigned char v_byte; local
    [all...]
dbus-message-factory.c 833 int v_BYTE;
865 v_BYTE = _dbus_string_get_byte (data, byte_seq);
866 v_BYTE += byte_seq; /* arbitrary but deterministic change to the byte */
867 _dbus_string_set_byte (data, byte_seq, v_BYTE);
    [all...]
dbus-message-util.c 646 unsigned char v_BYTE;
942 unsigned char v_BYTE;
    [all...]
dbus-marshal-basic.c     [all...]

Completed in 320 milliseconds