HomeSort by: relevance | last modified time | path
    Searched defs:tmp64 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/
hash_sha512_cp.c 173 SHA512_Pad(crypto_hash_sha512_state *state, uint64_t tmp64[80 + 8])
187 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
191 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
213 uint64_t tmp64[80 + 8]; local in function:crypto_hash_sha512_update
240 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
245 SHA512_Transform(state->state, in, &tmp64[0], &tmp64[80])
261 uint64_t tmp64[80 + 8]; local in function:crypto_hash_sha512_final
    [all...]
hash_sha512_cp.c 173 SHA512_Pad(crypto_hash_sha512_state *state, uint64_t tmp64[80 + 8])
187 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
191 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
213 uint64_t tmp64[80 + 8]; local in function:crypto_hash_sha512_update
240 SHA512_Transform(state->state, state->buf, &tmp64[0], &tmp64[80]);
245 SHA512_Transform(state->state, in, &tmp64[0], &tmp64[80])
261 uint64_t tmp64[80 + 8]; local in function:crypto_hash_sha512_final
    [all...]
  /src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c 155 Elf64_Addr tmp64; local in function:_rtld_relocate_nonplt_objects
203 tmp64 = (Elf64_Addr)(defobj->relocbase + def->st_value +
206 if (*where64 != tmp64)
207 *where64 = tmp64;
224 tmp64 = (Elf64_Addr)(defobj->relocbase + def->st_value);
226 if (*where64 != tmp64)
227 *where64 = tmp64;
233 tmp64 = (Elf64_Addr)(obj->relocbase + rela->r_addend);
234 if (*where64 != tmp64)
235 *where64 = tmp64;
    [all...]
mdreloc.c 155 Elf64_Addr tmp64; local in function:_rtld_relocate_nonplt_objects
203 tmp64 = (Elf64_Addr)(defobj->relocbase + def->st_value +
206 if (*where64 != tmp64)
207 *where64 = tmp64;
224 tmp64 = (Elf64_Addr)(defobj->relocbase + def->st_value);
226 if (*where64 != tmp64)
227 *where64 = tmp64;
233 tmp64 = (Elf64_Addr)(obj->relocbase + rela->r_addend);
234 if (*where64 != tmp64)
235 *where64 = tmp64;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu7_thermal.c 64 uint64_t tmp64; local in function:smu7_fan_ctrl_get_fan_speed_percent
78 tmp64 = (uint64_t)duty * 100;
79 do_div(tmp64, duty100);
80 *speed = (uint32_t)tmp64;
205 uint64_t tmp64; local in function:smu7_fan_ctrl_set_fan_speed_percent
222 tmp64 = (uint64_t)speed * duty100;
223 do_div(tmp64, 100);
224 duty = (uint32_t)tmp64;
amdgpu_vega10_thermal.c 262 uint64_t tmp64; local in function:vega10_fan_ctrl_set_fan_speed_percent
279 tmp64 = (uint64_t)speed * duty100;
280 do_div(tmp64, 100);
281 duty = (uint32_t)tmp64;
amdgpu_vega20_thermal.c 147 uint64_t tmp64; local in function:vega20_fan_ctrl_set_fan_speed_percent
161 tmp64 = (uint64_t)speed * duty100;
162 do_div(tmp64, 100);
163 duty = (uint32_t)tmp64;
amdgpu_smu7_thermal.c 64 uint64_t tmp64; local in function:smu7_fan_ctrl_get_fan_speed_percent
78 tmp64 = (uint64_t)duty * 100;
79 do_div(tmp64, duty100);
80 *speed = (uint32_t)tmp64;
205 uint64_t tmp64; local in function:smu7_fan_ctrl_set_fan_speed_percent
222 tmp64 = (uint64_t)speed * duty100;
223 do_div(tmp64, 100);
224 duty = (uint32_t)tmp64;
amdgpu_vega10_thermal.c 262 uint64_t tmp64; local in function:vega10_fan_ctrl_set_fan_speed_percent
279 tmp64 = (uint64_t)speed * duty100;
280 do_div(tmp64, 100);
281 duty = (uint32_t)tmp64;
amdgpu_vega20_thermal.c 147 uint64_t tmp64; local in function:vega20_fan_ctrl_set_fan_speed_percent
161 tmp64 = (uint64_t)speed * duty100;
162 do_div(tmp64, 100);
163 duty = (uint32_t)tmp64;
  /src/sys/arch/mips/mips/
mips_emul.c 426 uint64_t tmp64; local in function:mips_emul_special3
429 error = copyin((void *)vaddr, &tmp64, sizeof(tmp64));
430 r = tmp64;
mips_emul.c 426 uint64_t tmp64; local in function:mips_emul_special3
429 error = copyin((void *)vaddr, &tmp64, sizeof(tmp64));
430 r = tmp64;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1437 uint64_t tmp64; local in function:smu_v11_0_set_fan_speed_percent
1450 tmp64 = (uint64_t)speed * duty100;
1451 do_div(tmp64, 100);
1452 duty = (uint32_t)tmp64;
amdgpu_smu_v11_0.c 1437 uint64_t tmp64; local in function:smu_v11_0_set_fan_speed_percent
1450 tmp64 = (uint64_t)speed * duty100;
1451 do_div(tmp64, 100);
1452 duty = (uint32_t)tmp64;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 2137 uint64_t tmp64; local in function:ci_thermal_setup_fan_table
2160 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2161 do_div(tmp64, 10000);
2162 fdo_min = (uint16_t)tmp64;
amdgpu_fiji_smumgr.c 2145 uint64_t tmp64; local in function:fiji_thermal_setup_fan_table
2168 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.
2170 do_div(tmp64, 10000);
2171 fdo_min = (uint16_t)tmp64;
amdgpu_iceland_smumgr.c 2099 uint64_t tmp64; local in function:iceland_thermal_setup_fan_table
2122 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2123 do_div(tmp64, 10000);
2124 fdo_min = (uint16_t)tmp64;
amdgpu_polaris10_smumgr.c 2079 uint64_t tmp64; local in function:polaris10_thermal_setup_fan_table
2106 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.
2108 do_div(tmp64, 10000);
2109 fdo_min = (uint16_t)tmp64;
amdgpu_tonga_smumgr.c 2475 uint64_t tmp64; local in function:tonga_thermal_setup_fan_table
2503 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2504 do_div(tmp64, 10000);
2505 fdo_min = (uint16_t)tmp64;
amdgpu_ci_smumgr.c 2137 uint64_t tmp64; local in function:ci_thermal_setup_fan_table
2160 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2161 do_div(tmp64, 10000);
2162 fdo_min = (uint16_t)tmp64;
amdgpu_fiji_smumgr.c 2145 uint64_t tmp64; local in function:fiji_thermal_setup_fan_table
2168 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.
2170 do_div(tmp64, 10000);
2171 fdo_min = (uint16_t)tmp64;
amdgpu_iceland_smumgr.c 2099 uint64_t tmp64; local in function:iceland_thermal_setup_fan_table
2122 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2123 do_div(tmp64, 10000);
2124 fdo_min = (uint16_t)tmp64;
amdgpu_polaris10_smumgr.c 2079 uint64_t tmp64; local in function:polaris10_thermal_setup_fan_table
2106 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.
2108 do_div(tmp64, 10000);
2109 fdo_min = (uint16_t)tmp64;
amdgpu_tonga_smumgr.c 2475 uint64_t tmp64; local in function:tonga_thermal_setup_fan_table
2503 tmp64 = hwmgr->thermal_controller.advanceFanControlParameters.usPWMMin * duty100;
2504 do_div(tmp64, 10000);
2505 fdo_min = (uint16_t)tmp64;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c 970 u64 tmp64; local in function:ci_thermal_setup_fan_table
984 tmp64 = (u64)rdev->pm.dpm.fan.pwm_min * duty100;
985 do_div(tmp64, 10000);
986 fdo_min = (u16)tmp64;
1083 u64 tmp64; local in function:ci_fan_ctrl_get_fan_speed_percent
1094 tmp64 = (u64)duty * 100;
1095 do_div(tmp64, duty100);
1096 *speed = (u32)tmp64;
1109 u64 tmp64; local in function:ci_fan_ctrl_set_fan_speed_percent
1126 tmp64 = (u64)speed * duty100
    [all...]

Completed in 59 milliseconds

1 2