Home
last modified time | relevance | path

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

/netbsd/src/external/mit/expat/dist/lib/
Dxmltok_impl.c1511 enum { other, inName, inValue } state = inName; in PREFIX() enumerator
1541 if (state != inValue) { in PREFIX()
1544 state = inValue; in PREFIX()
1554 if (state != inValue) { in PREFIX()
1557 state = inValue; in PREFIX()
1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1586 else if (state == inValue && nAtts < attsMax) in PREFIX()
1591 if (state != inValue) in PREFIX()
/netbsd/src/sys/dev/i2c/
Dsensirion_voc_algorithm.c66 static fix16_t fix16_sqrt(fix16_t inValue);
69 static fix16_t fix16_exp(fix16_t inValue);
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
DDebugServices.c139 void * inValue,
1087 void * inValue, in DebugAssertOutputHandler() argument
1093 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()