Home
last modified time | relevance | path

Searched refs:tmp32 (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/libexec/ld.elf_so/arch/x86_64/
Dmdreloc.c156 Elf32_Addr tmp32; in _rtld_relocate_nonplt_objects() local
192 tmp32 = (Elf32_Addr)(u_long)(defobj->relocbase + in _rtld_relocate_nonplt_objects()
195 if (*where32 != tmp32) in _rtld_relocate_nonplt_objects()
196 *where32 = tmp32; in _rtld_relocate_nonplt_objects()
213 tmp32 = (Elf32_Addr)(u_long)(defobj->relocbase + in _rtld_relocate_nonplt_objects()
216 if (*where32 != tmp32) in _rtld_relocate_nonplt_objects()
217 *where32 = tmp32; in _rtld_relocate_nonplt_objects()
/netbsd/src/sys/arch/amiga/stand/bootblock/elf2bb/
Delf2bb.c111 uint32_t tmp32; in main() local
349 tmp32 = htobe32(value); in main()
350 memcpy(base + be32toh(ra->r_offset), &tmp32, in main()
351 sizeof(tmp32)); in main()
357 tmp32 = htobe32(value - be32toh(ra->r_offset)); in main()
358 memcpy(base + be32toh(ra->r_offset), &tmp32, in main()
359 sizeof(tmp32)); in main()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
Dsha512-sparcv9.pl128 $tmp32="%i5";
142 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
152 srlx @X[$j+1],$tmp32,$tmp1
158 srlx $T1,$tmp32,$T1
192 srlx @pair[2],$tmp32,@pair[1]
210 srlx @pair[2],$tmp32,@pair[1]
282 $xi=$tmp32;
300 $xi=$tmp32;
682 mov 32,$tmp32
683 sub $tmp32,$tmp31,$tmp32
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dkeytab_file.c236 int32_t tmp32; in krb5_kt_ret_principal() local
237 ret = krb5_ret_int32(sp, &tmp32); in krb5_kt_ret_principal()
238 p->name.name_type = tmp32; in krb5_kt_ret_principal()
442 int32_t tmp32; in fkt_next_entry_int() local
474 ret = krb5_ret_int32(cursor->sp, &tmp32); in fkt_next_entry_int()
475 if (ret == 0 && tmp32 != 0) in fkt_next_entry_int()
476 entry->vno = tmp32; in fkt_next_entry_int()
/netbsd/src/lib/libcrypt/
Dcrypt.c864 static unsigned char perm[64], tmp32[32]; /* "static" for speed */ in init_des() local
973 tmp32[i] = 0; in init_des()
975 tmp32[4 * tableno + i] = (k >> i) & 01; in init_des()
978 k = (k<<1) | tmp32[perm[i]-1]; in init_des()
982 k = (k<<1) | tmp32[perm[i+24]-1]; in init_des()
/netbsd/src/sys/arch/mips/mips/
Dmips_emul.c435 int32_t tmp32; in mips_emul_special3() local
438 error = copyin((void *)vaddr, &tmp32, sizeof(tmp32)); in mips_emul_special3()
439 r = tmp32; in mips_emul_special3()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212_reset.c2540 uint32_t tmp32, mask, arrayEntry, lastBit; in ar5212ModifyRfBuffer() local
2547 tmp32 = ath_hal_reverseBits(reg32, numBits); in ar5212ModifyRfBuffer()
2557 rfBuf[arrayEntry] |= ((tmp32 << bitPosition) << in ar5212ModifyRfBuffer()
2560 tmp32 = tmp32 >> (8 - bitPosition); in ar5212ModifyRfBuffer()