Searched refs:CACHE_LINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-fast-path.c1569 #define CACHE_LINE_SIZE 64 macro
1625 const int TILE_SIZE = CACHE_LINE_SIZE / sizeof(pix_type); \
1634 if ((uintptr_t)dst & (CACHE_LINE_SIZE - 1)) \
1637 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1655 if ((uintptr_t)(dst + W) & (CACHE_LINE_SIZE - 1)) \
1658 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1699 const int TILE_SIZE = CACHE_LINE_SIZE / sizeof(pix_type); \
1708 if ((uintptr_t)dst & (CACHE_LINE_SIZE - 1)) \
1711 (CACHE_LINE_SIZE - 1)) / sizeof(pix_type)); \
1728 if ((uintptr_t)(dst + W) & (CACHE_LINE_SIZE
[all...]

Completed in 113 milliseconds