OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_DBUS_ALIGN_VALUE
(Results
1 - 9
of
9
) sorted by null
/external/dbus/dbus/
dbus-marshal-basic.c
306
_dbus_assert (
_DBUS_ALIGN_VALUE
(pos, 4) == (unsigned) pos);
407
pos =
_DBUS_ALIGN_VALUE
(pos, 2);
419
pos =
_DBUS_ALIGN_VALUE
(pos, 4);
430
pos =
_DBUS_ALIGN_VALUE
(pos, 8);
440
pos =
_DBUS_ALIGN_VALUE
(pos, 4);
472
pos =
_DBUS_ALIGN_VALUE
(pos, 4);
535
pos =
_DBUS_ALIGN_VALUE
(pos, 2);
548
pos =
_DBUS_ALIGN_VALUE
(pos, 4);
560
pos =
_DBUS_ALIGN_VALUE
(pos, 8);
960
_dbus_assert (
_DBUS_ALIGN_VALUE
(array_start, alignment) == (unsigned) array_start)
[
all
...]
dbus-internals.h
209
#define
_DBUS_ALIGN_VALUE
(this, boundary) \
213
((void*)
_DBUS_ALIGN_VALUE
(this, boundary))
dbus-marshal-recursive.c
182
sub->value_pos =
_DBUS_ALIGN_VALUE
(sub->value_pos, 8);
212
_dbus_assert (
_DBUS_ALIGN_VALUE
(len_pos, 4) == (unsigned) len_pos);
235
sub->value_pos =
_DBUS_ALIGN_VALUE
(sub->value_pos, 4);
244
sub->value_pos =
_DBUS_ALIGN_VALUE
(sub->value_pos, alignment);
284
sub->value_pos =
_DBUS_ALIGN_VALUE
(sub->value_pos, contained_alignment);
[
all
...]
dbus-marshal-header.c
677
_dbus_assert (start == (int)
_DBUS_ALIGN_VALUE
(start, 8));
708
header_len_unsigned =
_DBUS_ALIGN_VALUE
(header_len_unsigned, 8);
829
str_data_pos =
_DBUS_ALIGN_VALUE
(value_pos, 4) + 4;
976
_dbus_assert (start == (int)
_DBUS_ALIGN_VALUE
(start, 8));
1009
_dbus_assert (start + header_len == (int)
_DBUS_ALIGN_VALUE
(padding_start, 8));
[
all
...]
dbus-mempool.c
159
pool->element_size =
_DBUS_ALIGN_VALUE
(element_size, sizeof (void *));
dbus-string.c
925
unsigned long new_len; /* ulong to avoid
_DBUS_ALIGN_VALUE
overflow */
937
gap_pos =
_DBUS_ALIGN_VALUE
(insert_at, alignment);
[
all
...]
dbus-message-factory.c
[
all
...]
/external/dbus/test/
break-loader.c
325
i =
_DBUS_ALIGN_VALUE
(i, 4);
383
i =
_DBUS_ALIGN_VALUE
(i, 4);
decode-gcov.c
225
i =
_DBUS_ALIGN_VALUE
(end + 1, 4);
[
all
...]
Completed in 585 milliseconds