Searched refs:NSI (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl178 $NSI = 3;
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
259 &I(\$c, "SKEY [JP[%u]] = SI[%u]", $i1 % $NJP, $i2%$NSI) if ($p & $pComT);
263 &I(\$c, "LKEY SI[%u] = [IPr[%u]]", $i0 % $NSI, $i0%$NIP)if ($p & $pComI);
278 &I(\$c, "add J = J, SI[%u]", $i0 % $NSI) if ($p & $pComI);
303 &I(\$bypass, "sub J = J, SI[%u]", $i0 % $NSI);
307 &I(\$bypass, "add J = J, SI[%u]", $i1 % $NSI);
308 &I(\$bypass, "mov SI[%u] = SI[%u]", $i0 % $NSI, $i1 % $NSI);
/external/clang/lib/Sema/
H A DSemaLookup.cpp3670 for (auto NSI : Namespaces) {
3671 DeclContext *Ctx = NSI.DeclCtx;
3672 const Type *NSType = NSI.NameSpecifier->getAsType();
3685 TC.setCorrectionSpecifier(NSI.NameSpecifier);
3686 TC.setQualifierDistance(NSI.EditDistance);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1680 Value *NSI; local
1682 NSI = new ZExtInst(NLI, LI->getType(), "", LI);
1684 NSI = SelectInst::Create(NLI, OtherVal, InitVal, "", LI);
1685 NSI->takeName(LI);
1686 LI->replaceAllUsesWith(NSI);
/external/qemu/disas/
H A Dppc.c682 /* The NSI field in a D form instruction. This is the same as the
684 #define NSI NB + 1
689 #define RA NSI + 1
1370 /* The NSI field in a D form instruction. This is the same as the SI
2613 { "subic", OP(12), OP_MASK, PPCCOM, { RT, RA, NSI } },
2617 { "subic.", OP(13), OP_MASK, PPCCOM, { RT, RA, NSI } },
2623 { "subi", OP(14), OP_MASK, PPCCOM, { RT, RA0, NSI } },
2630 { "subis", OP(15), OP_MASK, PPCCOM, { RT, RA0, NSI } },
680 #define NSI macro
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids11455 0d69 NSI

Completed in 2266 milliseconds