Searched refs:SPILL (Results 1 – 1 of 1) sorted by relevance
95 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) macro107 unsigned int spill = SPILL(dst, _type); \110 if (spill && spill == SPILL(src, _type) && \123 if (!spill && !SPILL(src, _type)) { \180 unsigned int spill = SPILL(dst, _type); \184 if (spill && spill <= size && spill == SPILL(src, _type)) { \196 if (!spill && !SPILL(src, _type)) { \