Searched defs:B (Results 1 – 6 of 6) sorted by relevance
74 .. _B: target76 B subsection92 .. _WORKDIR:
24 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument25 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
22 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
11 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument12 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
79 auto B = cosVal * cosVal * tanVal; in _skew() local95 auto B = cosVal * cosVal * tanVal; in _skew() local
68 #define B(color) ((color) & 0xff) macro