OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fxp
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_aux_backlight.c
119
int freq,
fxp
, fxp_min, fxp_max, fxp_actual, f = 1;
local
133
fxp
= DIV_ROUND_CLOSEST(KHz(DP_EDP_BACKLIGHT_FREQ_BASE_KHZ), freq);
139
* -
FxP
is within 25% of desired value.
155
fxp_min = DIV_ROUND_CLOSEST(
fxp
* 3, 4);
156
fxp_max = DIV_ROUND_CLOSEST(
fxp
* 5, 4);
163
f = clamp(DIV_ROUND_CLOSEST(
fxp
, 1 << pn), 1, 255);
/src/external/bsd/jemalloc/dist/test/unit/
fxp.c
3
#include "jemalloc/internal/
fxp
.h"
32
assert_false(err, "Invalid
fxp
string: %s", str);
226
fxp_t
fxp
= xparse_fxp(str);
local
227
uint32_t fxp_rounded_down = fxp_round_down(
fxp
);
228
uint32_t fxp_rounded_nearest = fxp_round_nearest(
fxp
);
275
fxp_t
fxp
= xparse_fxp(str);
local
277
fxp_print(
fxp
, buf);
/src/sys/arch/sandpoint/stand/altboot/
Makefile
9
SRCS+= nif.c
fxp
.c tlp.c rge.c skg.c stg.c
globals.h
163
NIF_DECL(
fxp
);
variable
/src/sys/arch/atari/conf/
GENERIC.in
299
fxp
* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
HADES
78
fxp
* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
MILAN-ISAIDE
76
fxp
* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
MILAN-PCIIDE
76
fxp
* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
/src/sys/arch/hpcmips/conf/
LROUTER
141
fxp
* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
/src/sys/fs/ntfs/
ntfs_subr.c
1666
u_int16_t *
fxp
, *cfxp;
local
1684
fxp
= (u_int16_t *) (xbuf + fhp->fh_foff);
1686
fixup = *
fxp
++;
1687
for (i = 1; i < fhp->fh_fnum; i++,
fxp
++) {
1692
*cfxp = *
fxp
;
/src/share/man/man4/
Makefile
28
fujbp.4 full.4
fxp
.4 \
Completed in 49 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026