ALIGNMENT 534 gst/gstpluginloader.c if (chunk->align && ((*pos) % ALIGNMENT) != 0)
ALIGNMENT 535 gst/gstpluginloader.c padsize = ALIGNMENT - ((*pos) % ALIGNMENT);
ALIGNMENT 83 gst/gstregistrybinary.c #define alignment(_address) (gsize)_address%ALIGNMENT
ALIGNMENT 84 gst/gstregistrybinary.c #define align(_ptr) _ptr += (( alignment(_ptr) == 0) ? 0 : ALIGNMENT-alignment(_ptr))
ALIGNMENT 285 gst/gstregistrybinary.c gchar padder[ALIGNMENT] = { 0, };
ALIGNMENT 290 gst/gstregistrybinary.c padsize = ALIGNMENT - alignment (*file_position);
ALIGNMENT 96 gst/gstregistrychunks.c #define alignment(_address) (gsize)_address%ALIGNMENT
ALIGNMENT 97 gst/gstregistrychunks.c #define align(_ptr) _ptr += (( alignment(_ptr) == 0) ? 0 : ALIGNMENT-alignment(_ptr))