Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c6586 xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq) in xmlXPathEqualNodeSetString() argument
6609 if (neq) in xmlXPathEqualNodeSetString()
6613 if (neq) in xmlXPathEqualNodeSetString()
6616 } else if (neq) { in xmlXPathEqualNodeSetString()
6623 } else if (neq) in xmlXPathEqualNodeSetString()
6646 xmlXPathObjectPtr arg, double f, int neq) { in xmlXPathEqualNodeSetFloat() argument
6669 if ((!neq) && (v==f)) { in xmlXPathEqualNodeSetFloat()
6672 } else if ((neq) && (v!=f)) { in xmlXPathEqualNodeSetFloat()
6677 if (neq) in xmlXPathEqualNodeSetFloat()
6706 xmlXPathEqualNodeSets(xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2, int neq) { in xmlXPathEqualNodeSets() argument
[all …]
/external/webkit/JavaScriptCore/
DChangeLog352 Fixes for eq null & neq null, on 64-bit JIT.
20690 - remove extra level of function call indirection from slow cases of eq and neq
DChangeLog-2008-08-1010481 Added docs for eq, neq, stricteq, nstriceq, less and lesseq.
10586 nequal --> neq