Searched refs:SZ (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/math-emu/
H A Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \
69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
72 #define EQ_X(SZ,R,M,N) do{ \
73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \
74 UNPACK_##SZ(F
[all...]
/linux-master/arch/mips/crypto/
H A Dcrc32-mips.c31 #define _ASM_SET_CRC(OP, SZ, TYPE) \
37 ((SZ) << 6) | ((TYPE) << 8)) \
39 ((SZ) << 14) | ((TYPE) << 3)))
40 #define _ASM_UNSET_CRC(op, SZ, TYPE) ".purgem " #op "\n\t"
42 #define _ASM_SET_CRC(op, SZ, TYPE) ".set\tcrc\n\t"
43 #define _ASM_UNSET_CRC(op, SZ, TYPE)
46 #define __CRC32(crc, value, op, SZ, TYPE) \
50 _ASM_SET_CRC(op, SZ, TYPE) \
52 _ASM_UNSET_CRC(op, SZ, TYPE) \
/linux-master/arch/arm64/crypto/
H A Dsha512-armv8.pl80 $SZ=8;
89 $SZ=4;
118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
124 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
130 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
158 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
187 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
208 $code.=<<___ if ($SZ==4);
233 sub sp,sp,#4*$SZ
236 ldp $C,$D,[$ctx,#2*$SZ]
[all...]
/linux-master/arch/m68k/include/asm/
H A Dtraps.h114 #define SZ (0x0030) macro
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c291 #define emit_alloc_stack(SZ) \
292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP))
294 #define emit_release_stack(SZ) \
295 *prog++ = (ADD | IMMED | RS1(SP) | S13(SZ) | RD(SP))
/linux-master/scripts/mod/
H A Dmodpost.c1708 #define SZ 500 macro
1717 char tmp[SZ];
1722 len = vsnprintf(tmp, SZ, fmt, ap);
1730 buf->size += len + SZ;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh351 SZ=$(stat -c %s ${TMPFILE})
352 if [ "$SZ" != "$PKT_SZ" ] ; then

Completed in 183 milliseconds