Searched refs:m_long (Results 1 – 4 of 4) sorted by relevance
74 m_long = val; in inLong()150 *val = m_long; in inoutLong()151 m_long = aLong; in inoutLong()240 *val= m_long; in outLong()900 m_long = val1; in optional1()909 *val1 = m_long; in optional2()964 m_long = val1; in defaultvalue1()980 *val1 = m_long; in defaultvalue2()986 m_long = aLong; in defaultvalue2()997 m_long = val1; in varargfunc1()[all …]
180 long m_long;
218 sal_uInt32 m_long[2]; member715 ctx->m_iv.m_long[0] = DL; in __rtl_cipherBF_init()716 ctx->m_iv.m_long[1] = DR; in __rtl_cipherBF_init()833 DL ^= ctx->m_iv.m_long[0]; in __rtl_cipherBF_updateCBC()834 DR ^= ctx->m_iv.m_long[1]; in __rtl_cipherBF_updateCBC()838 ctx->m_iv.m_long[0] = DL; in __rtl_cipherBF_updateCBC()839 ctx->m_iv.m_long[1] = DR; in __rtl_cipherBF_updateCBC()856 DL ^= ctx->m_iv.m_long[0]; in __rtl_cipherBF_updateCBC()857 DR ^= ctx->m_iv.m_long[1]; in __rtl_cipherBF_updateCBC()859 ctx->m_iv.m_long[0] = IVL; in __rtl_cipherBF_updateCBC()[all …]
55 Private m_long As Integer105 m_long = nLong140 m_long = io_long180 o_long = m_long250 Return m_long 253 m_long = value
Completed in 34 milliseconds