OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opposite_order
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-marshal-byteswap-util.c
37
int
opposite_order
;
local
42
opposite_order
= byte_order == DBUS_LITTLE_ENDIAN ? DBUS_BIG_ENDIAN : DBUS_LITTLE_ENDIAN;
61
opposite_order
,
66
_dbus_type_reader_init (©_reader,
opposite_order
, &signature, 0,
93
sequence, byte_order,
opposite_order
);
Completed in 358 milliseconds