Home
last modified time | relevance | path

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

/aoo41x/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp74 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 …]
H A DBasic.h180 long m_long;
/aoo41x/main/sal/rtl/source/
H A Dcipher.c218 sal_uInt32 m_long[2]; member
715 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 …]
/aoo41x/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb55 Private m_long As Integer
105 m_long = nLong
140 m_long = io_long
180 o_long = m_long
250 Return m_long
253 m_long = value

Completed in 59 milliseconds