Searched refs:SPILL (Results 1 – 1 of 1) sorted by relevance
96 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro108 unsigned int spill = SPILL(dst, _type); \111 if (spill && spill == SPILL(src, _type) && \124 if (!spill && !SPILL(src, _type)) { \181 unsigned int spill = SPILL(dst, _type); \185 if (spill && spill <= size && spill == SPILL(src, _type)) { \197 if (!spill && !SPILL(src, _type)) { \