Home
last modified time | relevance | path

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

/third_party/libxml2/
Ddict.c867 unsigned long key, okey, nbi = 0; in xmlDictLookup() local
1007 unsigned long key, okey, nbi = 0; in xmlDictExists() local
1115 unsigned long okey, key, nbi = 0; in xmlDictQLookup() local
/third_party/python/Objects/
Dcomplexobject.c880 PyNumberMethods *nbr, *nbi = NULL; in complex_new_impl() local
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js25 function nbi() { return new BigInteger(null); } function