/third_party/FreeBSD/sys/crypto/rijndael/ |
H A D | rijndael-api-fst.c | 70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() argument 76 if (IV != NULL) { in rijndael_cipherInit() 77 memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit() 79 memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit() 111 memcpy(block, cipher->IV, 16); in rijndael_blockEncrypt() 118 ((uint32_t*)block)[0] = ((uint32_t*)cipher->IV)[0] ^ ((uint32_t*)input)[0]; in rijndael_blockEncrypt() 119 ((uint32_t*)block)[1] = ((uint32_t*)cipher->IV)[1] ^ ((uint32_t*)input)[1]; in rijndael_blockEncrypt() 120 ((uint32_t*)block)[2] = ((uint32_t*)cipher->IV)[2] ^ ((uint32_t*)input)[2]; in rijndael_blockEncrypt() 121 ((uint32_t*)block)[3] = ((uint32_t*)cipher->IV)[ in rijndael_blockEncrypt() [all...] |
H A D | rijndael-api-fst.h | 36 #define RIJNDAEL_MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ 53 u_int8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 295 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 297 IV.markConstant(GV->getInitializer()); in TrackValueOfGlobalVariable() 425 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() argument 426 if (IV.isOverdefined()) in pushToWorkList() 434 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() argument 435 if (!IV.markConstant(C)) return false; in markConstant() 437 pushToWorkList(IV, V); in markConstant() 448 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 449 IV.markForcedConstant(C); in markForcedConstant() 451 pushToWorkList(IV, in markForcedConstant() 457 markOverdefined(LatticeVal &IV, Value *V) markOverdefined() argument 469 mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) mergeInValue() argument 803 LatticeVal IV = getValueState(PN.getIncomingValue(i)); visitPHINode() local 980 LatticeVal &IV = ValueState[&I]; visitUnaryOperator() local 1004 LatticeVal &IV = ValueState[&I]; visitBinaryOperator() local 1240 LatticeVal &IV = ValueState[I]; visitCallSite() local 1770 const LatticeVal &IV = Solver.getLatticeValueFor(V); tryToReplaceWithConstant() local [all...] |
H A D | LoopPredication.cpp | 240 const SCEVAddRecExpr *IV; member 242 LoopICmp(ICmpInst::Predicate Pred, const SCEVAddRecExpr *IV, in LoopICmp() 244 : Pred(Pred), IV(IV), Limit(Limit) {} in LoopICmp() 247 dbgs() << "LoopICmp Pred = " << Pred << ", IV = " << *IV in dump() 385 // Canonicalize RHS to be loop invariant bound, LHS - a loop computable IV in parseLoopICmp() 422 // Returns true if its safe to truncate the IV to RangeCheckType. 423 // When the IV type is wider than the range operand type, we can still do loop 426 // latch IV [all...] |
H A D | LoopRerollPass.cpp | 372 // The instructions between IV and BaseInst (but not including BaseInst). 379 DAGRootTracker(LoopReroll *Parent, Loop *L, Instruction *IV, in DAGRootTracker() 386 PreserveLCSSA(PreserveLCSSA), IV(IV), IVToIncMap(IncrMap), in DAGRootTracker() 442 Instruction *IV; member 455 // All increment instructions for IV. 477 bool isLoopControlIV(Loop *L, Instruction *IV); 481 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, 509 // Check if an IV is only used to control the loop. There are two cases: 515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() argument 763 isLoopIncrement(User *U, Instruction *IV) isLoopIncrement() argument 1616 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *BackedgeTakenCount, ReductionTracker &Reductions) reroll() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 257 IV = VALUE_INT_VEC, enumerator 1364 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init() 1365 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init() 1372 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init() 1373 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init() 1386 << operInfoFunc(subName, subOp, IV, Valu in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 257 IV = VALUE_INT_VEC, enumerator 1367 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init() 1368 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init() 1375 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init() 1376 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init() 1389 << operInfoFunc(subName, subOp, IV, Valu in init() [all...] |
/third_party/mbedtls/programs/aes/ |
H A D | crypt_and_hash.c | 68 unsigned char IV[16]; in main() local 239 * IV = MD( filesize || filename )[0..15] in main() 265 memcpy(IV, digest, 16); in main() 268 * Append the IV at the beginning of the output. in main() 270 if (fwrite(IV, 1, 16, fout) != 16) { in main() 276 * Hash the IV and the secret key together 8192 times in main() 280 memcpy(digest, IV, 16); in main() 313 if (mbedtls_cipher_set_iv(&cipher_ctx, IV, 16) != 0) { in main() 418 * Subtract the IV + HMAC length. in main() 423 * Read the IV an in main() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 225 IV = VALUE_INT_VEC, enumerator 995 << BuiltinOperInfo("add", "+", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(addVecScalar)) in init() 997 << BuiltinOperInfo("add", "+", IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(addScalarVec)) in init() 1001 << BuiltinOperInfo("sub", "-", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(subVecScalar)) in init() 1003 << BuiltinOperInfo("sub", "-", IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(subScalarVec)) in init() 1007 << BuiltinOperInfo("mul", "*", IV, Valu in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 346 IV = VALUE_INT_VEC, enumerator 1686 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init() 1687 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init() 1694 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init() 1695 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init() 1708 << operInfoFunc(subName, subOp, IV, Valu in init() [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | blowfish.c | 126 #define IV "blowfish" macro 162 memcpy(iv, IV, 8); in main() 164 memcpy(iv, IV, 8); in main() 166 memcpy(iv, IV, 8); in main() 168 memcpy(iv, IV, 8); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisSummary.h | 254 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) { in getHashValue() 256 std::make_pair(IV.Val, IV.DerefLevel)); in getHashValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | PointerIntPair.h | 195 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue()); 196 return unsigned(IV) ^ unsigned(IV >> 9);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PointerIntPair.h | 211 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue()); 212 return unsigned(IV) ^ unsigned(IV >> 9);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 255 IsaVersion IV; member in __anon24492::SICacheControl 652 IV = getIsaVersion(ST.getCPU()); in SICacheControl() 837 AMDGPU::encodeWaitcnt(IV, in insertWait() 838 VMCnt ? 0 : getVmcntBitMask(IV), in insertWait() 839 getExpcntBitMask(IV), in insertWait() 840 LGKMCnt ? 0 : getLgkmcntBitMask(IV)); in insertWait() 1103 AMDGPU::encodeWaitcnt(IV, in insertWait() 1104 VMCnt ? 0 : getVmcntBitMask(IV), in insertWait() 1105 getExpcntBitMask(IV), in insertWait() 1106 LGKMCnt ? 0 : getLgkmcntBitMask(IV)); in insertWait() [all...] |
H A D | SIInsertWaitcnts.cpp | 374 AMDGPU::IsaVersion IV; member in __anon24483::SIInsertWaitcnts 870 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1063 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1092 ScoreBrackets.applyWaitcnt(AMDGPU::decodeWaitcnt(IV, Imm)); in generateWaitcntInstBefore() 1105 Wait = AMDGPU::Waitcnt::allZero(IV); in generateWaitcntInstBefore() 1129 AMDGPU::Waitcnt IWait = AMDGPU::decodeWaitcnt(IV, IEnc); in generateWaitcntInstBefore() 1133 unsigned NewEnc = AMDGPU::encodeWaitcnt(IV, Wait); in generateWaitcntInstBefore() 1166 unsigned Enc = AMDGPU::encodeWaitcnt(IV, Wait); in generateWaitcntInstBefore() 1274 ScoreBrackets->applyWaitcnt(AMDGPU::Waitcnt::allZero(IV)); in updateEventWaitcntAfter() 1469 IV in runOnMachineFunction() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430AsmPrinter.cpp | 166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local 169 OutStreamer->SwitchSection(IV); in EmitInterruptVectorSection()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1142 ldr $ivp, [ip] @ IV is 1st arg on the stack 1144 sub sp, #0x10 @ scratch space to carry over the IV 1183 vld1.8 {@XMM[15]}, [$ivp] @ load IV 1202 vstmia $fp, {@XMM[15]} @ put aside IV 1206 vldmia $fp, {@XMM[14]} @ reload IV 1208 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV 1243 vstmia $fp, {@XMM[15]} @ put aside IV 1260 vldmia $fp, {@XMM[14]} @ reload IV 1262 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV 1283 vldmia $fp,{@XMM[14]} @ reload IV [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1142 ldr $ivp, [ip] @ IV is 1st arg on the stack 1144 sub sp, #0x10 @ scratch space to carry over the IV 1183 vld1.8 {@XMM[15]}, [$ivp] @ load IV 1202 vstmia $fp, {@XMM[15]} @ put aside IV 1206 vldmia $fp, {@XMM[14]} @ reload IV 1208 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV 1243 vstmia $fp, {@XMM[15]} @ put aside IV 1260 vldmia $fp, {@XMM[14]} @ reload IV 1262 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV 1283 vldmia $fp,{@XMM[14]} @ reload IV [all...] |
/third_party/python/Lib/test/ |
H A D | dataclass_module_2_str.py | 26 class IV: class
|
H A D | dataclass_module_1_str.py | 26 class IV: class
|
H A D | dataclass_module_2.py | 26 class IV: class
|
H A D | dataclass_module_1.py | 26 class IV: class
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 1971 IV = VALUE_INT_VEC, 2153 { intCompareGroup, "lessThan", "lessThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2154 { intCompareGroup, "lessThanEqual", "lessThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2155 { intCompareGroup, "greaterThan", "greaterThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2156 { intCompareGroup, "greaterThanEqual", "greaterThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2157 { intCompareGroup, "equal", "equal", { BV, IV, I [all...] |
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 1960 IV = VALUE_INT_VEC, 2110 { intCompareGroup, "lessThan", "lessThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2111 { intCompareGroup, "lessThanEqual", "lessThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2112 { intCompareGroup, "greaterThan", "greaterThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2113 { intCompareGroup, "greaterThanEqual", "greaterThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL }, 2114 { intCompareGroup, "equal", "equal", { BV, IV, I [all...] |