Searched refs:q (Results 1 – 5 of 5) sorted by relevance
36 const u8 *q; member
11 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
11 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument387 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
18 typedef struct { union { type * p; uint64_aligned_t q; }; } \
562 bool clk_is_match(const struct clk *p, const struct clk *q);649 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() argument
Completed in 11 milliseconds