Home | History | Annotate | Download | only in source

Lines Matching refs:BLENDER

727 #define BLENDER(a, b, f) \
739 dst[0] = BLENDER(a, b, x & 0xffff);
744 dst[1] = BLENDER(a, b, x & 0xffff);
752 dst[0] = BLENDER(a, b, x & 0xffff);