Searched defs:S_MUL_SUB (Results 1 – 1 of 1) sorted by relevance
36 #define S_MUL_SUB(a, b, c, d) (S_MUL(a,b)-S_MUL(c,d)) macro48 static inline int S_MUL_SUB(int a, int b, int c, int d) { in S_MUL_SUB() function