Searched refs:nbi (Results 1 – 5 of 5) sorted by relevance
/external/v8/benchmarks/ |
D | crypto.js | 67 function nbi() { return new BigInteger(null); } function 200 function nbv(i) { var r = nbi(); r.fromInt(i); return r; } 281 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } 461 if(r == null) r = nbi(); 462 var y = nbi(), ts = this.s, ms = m.s; 474 var i = r.t, j = i-ys, t = (q==null)?nbi():q; 506 var r = nbi(); 567 var r = nbi(); 576 var r = nbi(); 623 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; [all …]
|
/external/libxml2/ |
D | dict.c | 830 unsigned long key, okey, nbi = 0; in xmlDictLookup() local 868 nbi++; in xmlDictLookup() 910 nbi++; in xmlDictLookup() 948 if ((nbi > MAX_HASH_LEN) && in xmlDictLookup() 970 unsigned long key, okey, nbi = 0; in xmlDictExists() local 1005 nbi++; in xmlDictExists() 1047 nbi++; in xmlDictExists() 1078 unsigned long okey, key, nbi = 0; in xmlDictQLookup() local 1106 nbi++; in xmlDictQLookup() 1133 nbi++; in xmlDictQLookup() [all …]
|
/external/syslinux/gpxe/src/arch/i386/ |
D | Makefile.pcbios | 21 MEDIA += nbi
|
/external/syslinux/gpxe/src/config/ |
D | config.c | 155 REQUIRE_OBJECT ( nbi );
|
/external/syslinux/gpxe/ |
D | README | 8 specification, and also supports Etherboot .nbi file loading and some
|