Searched refs:SZ (Results 26 - 50 of 70) sorted by relevance

123

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512p8-ppc.pl74 $SZ=8;
79 $SZ=4;
109 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
113 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
114 vsldoi @X[$i],@X[$i-1],@X[$i-1],$SZ
116 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
199 $code.=<<___ if ($SZ==4);
209 $code.=<<___ if ($SZ==8);
269 $code.=<<___ if ($SZ
[all...]
H A Dsha512-armv8.pl77 $SZ=8;
86 $SZ=4;
115 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
121 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
127 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
155 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
184 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
209 $code.=<<___ if ($SZ==4);
215 $code.=<<___ if ($SZ==8);
230 sub sp,sp,#4*$SZ
[all...]
/netbsd-current/usr.bin/checknr/
H A Dchecknr.c82 #define SZ 0 macro
373 stk[stktop].opno == SZ) {
380 stk[++stktop].opno = SZ;
428 case SZ:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf32.d115 auto ELF32_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
H A Delf64.d121 auto ELF64_M_INFO(S, SZ)(S sym, SZ size) @safe { return (sym << 8) + cast(ubyte)size; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf32.d115 auto ELF32_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
H A Delf64.d130 auto ELF64_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf32.d115 auto ELF32_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
H A Delf64.d121 auto ELF64_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf32.d115 auto ELF32_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
H A Delf64.d121 auto ELF64_M_INFO(S, SZ)(S sym, SZ size) @safe { return (sym << 8) + cast(ubyte)size; }
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ehdr.c110 #define EHDR_INIT(E,SZ) do { \
111 Elf##SZ##_Ehdr *eh = (E); \
116 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \
H A Dlibelf_ar_util.c270 #define READ_AR_HEADER(S, ARH, SZ, END) \
278 sizeof((ARH).ar_size), 10, &(SZ)) == 0) \
/netbsd-current/sys/kern/
H A Dsubr_kmem.c145 #define F(SZ, NAME, PROBENAME) \
156 #define F(SZ, NAME, PROBENAME) \
177 #define F(SZ, NAME, PROBENAME) \
178 { SZ, #NAME, \
182 #define F(SZ, NAME, PROBENAME) { SZ, #NAME },
H A Dsys_generic.c525 #define zero_size(SZ) ((SZ)+zero_last)
527 #define zero_size(SZ) (SZ)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c26 #define SZ (2 * sizeof(mp_limb_t)) macro
196 gmp_printf ("%0*MX", SZ, PTR(x)[i]);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-armv8.pl73 $SZ=8;
82 $SZ=4;
111 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
117 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
123 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
151 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
180 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
211 $code.=<<___ if ($SZ==4);
217 $code.=<<___ if ($SZ==8);
232 sub sp,sp,#4*$SZ
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dti.h317 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \
318 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD, NULL), SZP)
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dti.h318 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \
319 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD, NULL), SZP)
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dti.h318 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \
319 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD, NULL), SZP)
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dti.h318 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \
319 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD, NULL), SZP)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d552 auto ELF32_M_INFO(S, SZ)(S sym, SZ size) { return (sym << 8) + cast(ubyte)size; }
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-mcore.c2155 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL))
2156 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mcore.c2158 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL))
2159 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-mcore.c2158 #define F(SZ,PCREL) (((SZ) << 1) + (PCREL))
2159 #define MAP(SZ,PCREL,TYPE) case F (SZ, PCREL): code = (TYPE); break

Completed in 237 milliseconds

123