Home
last modified time | relevance | path

Searched defs:IV (Results 1 – 25 of 91) sorted by relevance

1234

/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DAlgorithmParametersTestGCM.java45 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DAlgorithmParametersTestGCM.java49 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
/external/python/cpython3/Lib/test/
Ddataclass_module_2_str.py26 class IV: class
Ddataclass_module_2.py26 class IV: class
Ddataclass_module_1_str.py26 class IV: class
Ddataclass_module_1.py26 class IV: class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp272 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
402 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList()
411 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant()
425 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
434 bool markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined()
446 bool mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue()
747 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
925 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local
985 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local
1077 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local
[all …]
DLoopRerollPass.cpp442 Instruction *IV; member
515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
763 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement()
1606 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp234 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
320 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList()
330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant()
343 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
353 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined()
365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue()
699 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local
880 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local
942 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local
1034 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local
[all …]
DLoopRerollPass.cpp413 Instruction *IV; member
473 Instruction &IV) { in getIncrmentFactorSCEV()
519 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV()
775 static bool isLoopIncrement(User *U, Instruction *IV) { in isLoopIncrement()
1671 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local
285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local
166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/
DOFBBlockCipher.java18 private byte[] IV; field in OFBBlockCipher
DCBCBlockCipher.java17 private byte[] IV; field in CBCBlockCipher
DCFBBlockCipher.java18 private byte[] IV; field in CFBBlockCipher
DSICBlockCipher.java25 private byte[] IV; field in SICBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DOFBBlockCipher.java16 private byte[] IV; field in OFBBlockCipher
DCBCBlockCipher.java15 private byte[] IV; field in CBCBlockCipher
DCFBBlockCipher.java16 private byte[] IV; field in CFBBlockCipher
DSICBlockCipher.java23 private byte[] IV; field in SICBlockCipher
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.h70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp675 DwarfDebug::getExistingAbstractVariable(InlinedVariable IV, in getExistingAbstractVariable()
685 DbgVariable *DwarfDebug::getExistingAbstractVariable(InlinedVariable IV) { in getExistingAbstractVariable()
697 void DwarfDebug::ensureAbstractVariableIsCreated(InlinedVariable IV, in ensureAbstractVariableIsCreated()
708 InlinedVariable IV, const MDNode *ScopeNode) { in ensureAbstractVariableIsCreatedIfScoped()
908 InlinedVariable IV) { in createConcreteVariable()
935 InlinedVariable IV = I.first; in collectVariableInfo() local
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h140 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local

1234