Searched refs:SZ (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/sh/math-emu/ |
| A D | math.c | 69 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \ 70 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 72 #define EQ_X(SZ,R,M,N) do{ \ argument 73 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); \ 74 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 100 FP_DECL_##SZ(Fm); FP_DECL_##SZ(Fn); FP_DECL_##SZ(Fr); \ 101 UNPACK_##SZ(Fm, M); UNPACK_##SZ(Fn, N); \ 103 PACK_##SZ(N, Fr); }while(0) 286 FP_DECL_##SZ(Fn); \ in NOTYETn() 302 FP_DECL_##SZ(Fn); \ [all …]
|
| /linux/arch/arm64/crypto/ |
| A D | sha512-armv8.pl | 80 $SZ=8; 89 $SZ=4; 233 sub sp,sp,#4*$SZ 236 ldp $C,$D,[$ctx,#2*$SZ] 237 ldp $E,$F,[$ctx,#4*$SZ] 239 ldp $G,$H,[$ctx,#6*$SZ] 271 stp $C,$D,[$ctx,#2*$SZ] 275 stp $E,$F,[$ctx,#4*$SZ] 276 stp $G,$H,[$ctx,#6*$SZ] 280 add sp,sp,#4*$SZ [all …]
|
| /linux/arch/mips/crypto/ |
| A D | crc32-mips.c | 31 #define _ASM_MACRO_CRC32(OP, SZ, TYPE) \ argument 37 ((SZ) << 6) | ((TYPE) << 8)) \ 39 ((SZ) << 14) | ((TYPE) << 3)))
|
| /linux/arch/sparc/net/ |
| A D | bpf_jit_comp_32.c | 291 #define emit_alloc_stack(SZ) \ argument 292 *prog++ = (SUB | IMMED | RS1(SP) | S13(SZ) | RD(SP)) 294 #define emit_release_stack(SZ) \ argument 295 *prog++ = (ADD | IMMED | RS1(SP) | S13(SZ) | RD(SP))
|
| /linux/arch/arm/boot/dts/ |
| A D | am335x-moxa-uc-2101.dts | 5 * Authors: SZ Lin (林上智) <sz.lin@moxa.com>
|
| A D | am335x-moxa-uc-8100-me-t.dts | 5 * Author: SZ Lin (林上智) <sz.lin@moxa.com>
|
| A D | am335x-moxa-uc-2100-common.dtsi | 5 * Authors: SZ Lin (林上智) <sz.lin@moxa.com>
|
| A D | ls1021a-moxa-uc-8410a.dts | 7 * SZ Lin (林上智) <sz.lin@moxa.com>
|
| /linux/arch/m68k/include/asm/ |
| A D | traps.h | 114 #define SZ (0x0030) macro
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_lwt_ip_encap.sh | 342 SZ=$(stat -c %s ${TMPFILE}) 343 if [ "$SZ" != "$PKT_SZ" ] ; then
|
| /linux/Documentation/admin-guide/media/ |
| A D | em28xx-cardlist.rst | 278 - IO-DATA GV-MVP/SZ
|
| /linux/scripts/mod/ |
| A D | modpost.c | 2107 #define SZ 500 macro 2116 char tmp[SZ]; in buf_printf() 2121 len = vsnprintf(tmp, SZ, fmt, ap); in buf_printf() 2129 buf->size += len + SZ; in buf_write()
|
| /linux/tools/perf/Documentation/ |
| A D | perf-intel-pt.txt | 1229 F S UID PID PPID LWP C PRI NI ADDR SZ WCHAN TTY TIME CMD 1293 F S UID PID PPID LWP C PRI NI ADDR SZ WCHAN TTY TIME CMD
|
| /linux/ |
| A D | CREDITS | 2307 S: OX1 4SZ
|
Completed in 29 milliseconds