OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:absArg1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
sensirion_voc_algorithm.c
82
uint32_t
absArg1
= (uint32_t)((inArg1 >= 0) ? inArg1 : (-inArg1));
83
uint32_t A = (absArg0 >> 16), C = (
absArg1
>> 16);
84
uint32_t B = (absArg0 & 0xFFFF), D = (
absArg1
& 0xFFFF);
sensirion_voc_algorithm.c
82
uint32_t
absArg1
= (uint32_t)((inArg1 >= 0) ? inArg1 : (-inArg1));
83
uint32_t A = (absArg0 >> 16), C = (
absArg1
>> 16);
84
uint32_t B = (absArg0 & 0xFFFF), D = (
absArg1
& 0xFFFF);
Completed in 59 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025