/src/sys/arch/amiga/stand/bootblock/elf2bb/ |
elf2bb.c | 112 uint16_t tmp16; local in function:main 367 tmp16 = htobe16(value); 368 memcpy(base + be32toh(ra->r_offset), &tmp16, 369 sizeof(tmp16)); 397 tmp16 = htobe16(addrdiff); 400 memcpy(rpo, &tmp16, sizeof(tmp16)); 401 rpo += sizeof(tmp16); 405 rpo -= sizeof(tmp16); 406 memcpy(rpo, &tmp16, sizeof(tmp16)) [all...] |
/src/libexec/ld.elf_so/arch/powerpc/ |
ppc_reloc.c | 266 uint16_t tmp16 = lo(tmp); local in function:_rtld_relocate_nonplt_objects 269 if (*where16 != tmp16) 270 *where16 = tmp16; 273 obj->path, (void *)tmp, tmp16, defobj->path)); 282 uint16_t tmp16 = hi(tmp); local in function:_rtld_relocate_nonplt_objects 285 ++tmp16; /* adjust to ha(tmp) */ 288 if (*where16 != tmp16) 289 *where16 = tmp16; 297 (void *)tmp, tmp16, defobj->path));
|
/src/sys/arch/mips/mips/ |
mips_emul.c | 443 int16_t tmp16; local in function:mips_emul_special3 446 error = copyin((void *)vaddr, &tmp16, sizeof(tmp16)); 447 r = tmp16;
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
aead_aes256gcm_aesni.c | 206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; variable in typeref:typename:__m128i 237 tmp16 = _mm_slli_epi32(tmp15, 1); 242 tmp29 = _mm_or_si128(tmp16, tmp25); 279 __m128i tmp16 = _mm_slli_epi32(tmp15, 1); local in function:mulv 284 __m128i tmp29 = _mm_or_si128(tmp16, tmp25);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_cik.c | 1467 u16 tmp16; local in function:cik_pcie_gen3_enable 1514 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; 1515 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); 1517 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; 1519 tmp16); 1545 &tmp16); 1546 if (tmp16 & PCI_EXP_DEVSTA_TRPND) 1573 &tmp16); 1574 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; 1575 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD) [all...] |
amdgpu_si.c | 1662 u16 tmp16; local in function:si_pcie_gen3_enable 1708 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; 1709 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); 1711 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; 1713 tmp16); 1732 &tmp16); 1733 if (tmp16 & PCI_EXP_DEVSTA_TRPND) 1759 &tmp16); 1760 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; 1761 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD) [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_si.c | 7106 u16 tmp16; local in function:si_pcie_gen3_enable 7160 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; 7161 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); 7163 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; 7165 tmp16); 7185 &tmp16); 7186 if (tmp16 & PCI_EXP_DEVSTA_TRPND) 7213 &tmp16); 7214 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; 7215 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD) [all...] |
radeon_cik.c | 9571 u16 tmp16; local in function:cik_pcie_gen3_enable 9625 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; 9626 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); 9628 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; 9630 tmp16); 9650 &tmp16); 9651 if (tmp16 & PCI_EXP_DEVSTA_TRPND) 9678 &tmp16); 9679 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; 9680 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD) [all...] |