Home
last modified time | relevance | path

Searched defs:WORD_ALIGN (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c38 #define WORD_ALIGN(x) ALIGN(x, WORD_SIZE) macro
/aosp_15_r20/frameworks/av/media/img_utils/include/img_utils/
H A DTiffHelpers.h33 #define WORD_ALIGN(count) \ macro