HomeSort by relevance Sort by last modified time
    Searched refs:nsh (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 212 ExtensionHandler nsh = etable.get(m_extns); local
214 if (null == nsh)
232 nsh.processElement(this.getLocalName(), this, transformer,
  /external/v8/benchmarks/
crypto.js 464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
465 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
457 if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); }
492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 552 dmb nsh
565 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5]
566 @ CHECK: dmb nsh @ encoding: [0x57,0xf0,0x7f,0xf5]
583 dsb nsh
596 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
597 @ CHECK: dsb nsh @ encoding: [0x47,0xf0,0x7f,0xf5]
    [all...]
basic-thumb2-instructions.s 411 dmb nsh
424 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f]
425 @ CHECK: dmb nsh @ encoding: [0xbf,0xf3,0x57,0x8f]
443 dsb nsh
456 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f]
457 @ CHECK: dsb nsh @ encoding: [0xbf,0xf3,0x47,0x8f]
    [all...]

Completed in 309 milliseconds