Home
last modified time | relevance | path

Searched refs:temp56 (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-impacket/impacket-0.9.17/impacket/krb5/
H A Dcrypto.py309 temp56 = list()
312 temp56.append(ord(byte)&0b01111111)
317 for byte in temp56:
321 temp56 = list()
323 temp56.append(int(bits7,2))
327 tempstring = XOR(tempstring,temp56)
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementHexaANCF_3813.cpp427 ChMatrixNM<double, 9, 6> temp56; in Evaluate() local
551 temp56 = G.transpose() * E_eps; in Evaluate()
618 temp56 = G.transpose() * E_eps; in Evaluate()
623 HE1 = temp56 * strain; in Evaluate()
636 GDEPSP = factor_g * temp56 * strainD; in Evaluate()
640 KALPHA = factor_k * temp56 * G; in Evaluate()
1058 temp56 = G.transpose() * E_eps; in Evaluate()
1064 temp56 = G.transpose() * E_eps; in Evaluate()
1067 HE1 = temp56 * strain; in Evaluate()
1073 KALPHA = factor_k * temp56 * G; in Evaluate()
[all …]
H A DChElementShellANCF_3423.cpp562 ChMatrixNM<double, 5, 6> temp56 = G.transpose() * E_eps; in Evaluate() local
563 …ChVectorN<double, 5> HE = (temp56 * strain) * (detJ0 * m_element->m_GaussScaling); // EAS resi… in Evaluate()
564 …ChMatrixNM<double, 5, 5> KALPHA = (temp56 * G) * (detJ0 * m_element->m_GaussScaling); // EAS Jaco… in Evaluate()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/thriftfs/gen-st/
H A Dhadoopfs.st745 temp55 type = TType stop] whileFalse: [|temp56|
747 temp56 := true.
750 temp56 := true.
762 temp56 ifNil: [iprot skip: temp55 type]].