OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmval
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/resolv/
res_debug.c
791
unsigned int mval = 0,
cmval
= 0;
local in function:precsize_aton
805
cmval
= (*cp++ - '0') * 10;
807
cmval
+= (*cp++ - '0');
811
cmval
= (mval * 100) +
cmval
;
814
if (
cmval
< poweroften[exponent+1])
817
mantissa =
cmval
/ poweroften[exponent];
res_debug.c
791
unsigned int mval = 0,
cmval
= 0;
local in function:precsize_aton
805
cmval
= (*cp++ - '0') * 10;
807
cmval
+= (*cp++ - '0');
811
cmval
= (mval * 100) +
cmval
;
814
if (
cmval
< poweroften[exponent+1])
817
mantissa =
cmval
/ poweroften[exponent];
res_debug.c
791
unsigned int mval = 0,
cmval
= 0;
local in function:precsize_aton
805
cmval
= (*cp++ - '0') * 10;
807
cmval
+= (*cp++ - '0');
811
cmval
= (mval * 100) +
cmval
;
814
if (
cmval
< poweroften[exponent+1])
817
mantissa =
cmval
/ poweroften[exponent];
Completed in 34 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025