Home
last modified time | relevance | path

Searched defs:ALIGN_STRUCT (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dgrcbox.c166 #define ALIGN_STRUCT(offset) ((offset + (STRUCT_ALIGNMENT - 1)) & -STRUCT_ALIGNMENT) macro
Dgerror.c540 #define ALIGN_STRUCT(offset) \ macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
D_kiss_fft_guts_s32.h27 #define ALIGN_STRUCT(offset) \ macro
D_kiss_fft_guts_s16.h27 #define ALIGN_STRUCT(offset) \ macro
D_kiss_fft_guts_f64.h27 #define ALIGN_STRUCT(offset) \ macro
D_kiss_fft_guts_f32.h27 #define ALIGN_STRUCT(offset) \ macro
/third_party/glib/gobject/
Dgtype.c160 #define ALIGN_STRUCT(offset) \ macro