Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/crypto/
Dfcrypt.c73 #define Z(x) cpu_to_be32(x << 3) macro
110 #define Z(x) cpu_to_be32(((x & 0x1f) << 27) | (x >> 5)) macro
147 #define Z(x) cpu_to_be32(x << 11) macro
184 #define Z(x) cpu_to_be32(x << 19) macro
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c50 typedef int Z; typedef
/linux-6.1.9/arch/m68k/include/asm/
Dsun3xflop.h32 #define request_region(X, Y, Z) (1) argument
/linux-6.1.9/drivers/media/dvb-frontends/
Dstv0367_priv.h30 #define INRANGE(X, Y, Z) \ argument
Dstv0900_priv.h17 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument
/linux-6.1.9/arch/sparc/include/asm/
Dfloppy_32.h25 #define request_region(X, Y, Z) (1) argument
/linux-6.1.9/arch/mips/crypto/
Dchacha-core.S186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
/linux-6.1.9/net/rxrpc/
Drxkad.c1022 #define Z(field) \ in rxkad_decrypt_ticket() macro
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c1131 enum { X = 1, Z, Y }; in live_timeslice_rewind() enumerator
/linux-6.1.9/arch/powerpc/xmon/
Dppc-opc.c2603 #define Z(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1)) macro