Lines Matching defs:d
27 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
31 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
55 #define MPP_WB16(p, d) … argument
62 #define MPP_WL16(p, d) … argument
71 #define MPP_WB32(p, d) … argument
82 #define MPP_WL32(p, d) … argument
95 #define MPP_WB64(p, d) … argument
112 #define MPP_WL64(p, d) … argument
126 #define MPP_WB24(p, d) … argument
136 #define MPP_WL24(p, d) … argument
176 #define ARG_N(a, b, c, d, N, ...) N argument