Home
last modified time | relevance | path

Searched defs:nbi (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Ddict.c830 unsigned long key, okey, nbi = 0; in xmlDictLookup() local
970 unsigned long key, okey, nbi = 0; in xmlDictExists() local
1078 unsigned long okey, key, nbi = 0; in xmlDictQLookup() local
/external/v8/benchmarks/
Dcrypto.js67 function nbi() { return new BigInteger(null); } function