Searched defs:DATA_ALIGN (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c72 SYNTAX : DATA_ALIGN(pointer, data type, bytes_filled)
74 so we call DATA_ALIGN(memptr, wordmap, filled),
81 #define DATA_ALIGN(x, y, z) if ((int) (x) % sizeof(y)) { \ macro
86 #define DATA_ALIGN(x, y, z) macro

Completed in 56 milliseconds