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