Searched refs:av (Results 176 - 181 of 181) sorted by relevance

12345678

/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c1862 s64 temperature, t_slope, t_intercept, av, bv, t_ref; local
1871 av = div64_s64(drm_int2fixp(coeff->av), 100000000);
1878 kv = drm_fixp_mul(av, drm_fixp_exp(drm_fixp_mul(bv, vddc)));
1905 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 100000000),
/openbsd-current/gnu/usr.bin/perl/
H A Dsv.h260 struct av { struct
H A Dperl.h3267 typedef struct av AV;
4541 #include "av.h"
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12815 # define av_count(av) (AvFILL(av)+1)
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dni_dpm.c753 kv = drm_fixp_mul(div64_s64(drm_int2fixp(coeff->av), 1000),
4211 ni_pi->cac_data.leakage_coefficients.av = 51;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl3858 if ($major == 4 && extract_from_file('av.c', qr/AvARRAY\(av\) = 0;/)) {
3860 apply_commit('e1c148c28bf3335b', 'av.c');

Completed in 290 milliseconds

12345678