Home
last modified time | relevance | path

Searched refs:inValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_impl.c1509 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1539 if (state != inValue) { in PREFIX()
1542 state = inValue; in PREFIX()
1552 if (state != inValue) { in PREFIX()
1555 state = inValue; in PREFIX()
1571 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1584 else if (state == inValue && nAtts < attsMax) in PREFIX()
1589 if (state != inValue) in PREFIX()
/netbsd-src/sys/dev/i2c/
H A Dsensirion_voc_algorithm.c66 static fix16_t fix16_sqrt(fix16_t inValue);
69 static fix16_t fix16_exp(fix16_t inValue);