OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
471
u64
target_val
;
local in function:scale
480
target_val
= mul_u32_u32(source_val - source_min,
482
target_val
= DIV_ROUND_CLOSEST_ULL(
target_val
, source_max - source_min);
483
target_val
+= target_min;
485
return
target_val
;
intel_panel.c
471
u64
target_val
;
local in function:scale
480
target_val
= mul_u32_u32(source_val - source_min,
482
target_val
= DIV_ROUND_CLOSEST_ULL(
target_val
, source_max - source_min);
483
target_val
+= target_min;
485
return
target_val
;
Completed in 43 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025