Searched defs:Z (Results 1 – 8 of 8) sorted by relevance
76 #define Z(x) cpu_to_be32(x << 3) macro113 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5)) macro150 #define Z(x) cpu_to_be32(x << 11) macro187 #define Z(x) cpu_to_be32(x << 19) macro
50 typedef int Z; typedef
32 #define request_region(X, Y, Z) (1) argument
30 #define INRANGE(X, Y, Z) \ argument
17 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument
25 #define request_region(X, Y, Z) (1) argument
950 #define Z(field) \ in rxkad_decrypt_ticket() macro
2603 #define Z(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1)) macro