Home
last modified time | relevance | path

Searched refs:sal_uInt32 (Results 151 – 175 of 3103) sorted by path

12345678910>>...125

/trunk/main/basic/source/sbx/
H A Dsbxdec.hxx79 void setULong( sal_uInt32 val );
100 bool getULong( sal_uInt32& rVal );
H A Dsbxint.cxx320 *p->pULong = (sal_uInt32) n; break; in ImpPutInteger()
651 *p->pULong = (sal_uInt32) n; break; in ImpPutInt64()
932 *p->pULong = (sal_uInt32) n; break; in ImpPutUInt64()
H A Dsbxlng.cxx301 *p->pULong = (sal_uInt32) n; break; in ImpPutLong()
H A Dsbxobj.cxx180 SbxVariable* SbxObject::FindUserData( sal_uInt32 nData ) in FindUserData()
746 sal_uInt32 nSize; in LoadData()
780 rStrm << (sal_uInt32) 0L; in StoreData()
785 rStrm << (sal_uInt32) ( nNew - nPos ); in StoreData()
H A Dsbxscan.cxx751 sal_uInt32 nIndex; in Format()
H A Dsbxsng.cxx311 sal_uInt32 i; in ImpPutSingle()
322 i = sal::static_int_cast< sal_uInt32 >(n); in ImpPutSingle()
H A Dsbxulng.cxx30 sal_uInt32 ImpGetULong( const SbxValues* p ) in ImpGetULong()
33 sal_uInt32 nRes; in ImpGetULong()
79 nRes = (sal_uInt32) ( p->nSingle + 0.5 ); in ImpGetULong()
120 nRes = (sal_uInt32) ( dVal + 0.5 ); in ImpGetULong()
143 nRes = (sal_uInt32) ( d + 0.5 ); in ImpGetULong()
198 void ImpPutULong( SbxValues* p, sal_uInt32 n ) in ImpPutULong()
H A Dsbxvals.cxx53 p->nLow = ((sal_uInt32)nNum[1] << 16) | (sal_uInt32)nNum[0]; in INT64()
54 p->nHigh = ((sal_uInt32)nNum[3] << 16) | (sal_uInt32)nNum[2]; in INT64()
82 p->nLow = ((sal_uInt32)nNum[1] << 16) | (sal_uInt32)nNum[0]; in UINT64()
83 p->nHigh = ((sal_uInt32)nNum[3] << 16) | (sal_uInt32)nNum[2]; in UINT64()
89 p->Set( (sal_uInt32)nVal ); in UINT64()
H A Dsbxvalue.cxx239 case SbxULONG: n |= SbxBYREF; aData.pULong = (sal_uInt32*) p; break; in SbxValue()
687 GET( GetULong, SbxULONG, sal_uInt32, nULong ) in GET()
751 ImpPutULong( &p->aData, (sal_uInt32) rVal.nUInt ); in GET()
956 PUT( PutULong, SbxULONG, sal_uInt32, nULong ) in PUT()
1736 r >> (sal_uInt32&)aData.nUInt; in LoadData()
1840 r << n << (sal_uInt32)aData.nUInt; in StoreData()
H A Dsbxvar.cxx46 extern sal_uInt32 nVarCreator; // in SBXBASE.CXX, fuer LoadData()
441 sal_uInt32 nTemp; in LoadData()
450 sal_uInt32 nTemp; in LoadData()
559 rStrm << (sal_uInt32)nUserData; in StoreData()
579 SbxInfo::SbxInfo( const String& r, sal_uInt32 n ) in SbxInfo()
/trunk/main/binaryurp/source/
H A Dbridge.hxx234 sal_uInt32 references;
H A Dbridgefactory.cxx183 if (named_.size() > static_cast< sal_uInt32 >(SAL_MAX_INT32 - n)) { in getExistingBridges()
H A Dmarshal.cxx70 void writeCompressed(std::vector< unsigned char > * buffer, sal_uInt32 value) { in writeCompressed()
95 writeCompressed(buffer, static_cast< sal_uInt32 >(v.getLength())); in writeString()
119 void Marshal::write32(std::vector< unsigned char > * buffer, sal_uInt32 value) { in write32()
220 write32(buffer, *static_cast< sal_uInt32 const * >(value)); in writeValue()
250 writeCompressed(buffer, static_cast< sal_uInt32 >(p->nElements)); in writeValue()
H A Dmarshal.hxx58 std::vector< unsigned char > * buffer, sal_uInt32 value);
H A Dreader.cxx70 sal_uInt32 size, bool eofOk) in read()
124 sal_uInt32 size = header.read32(); in run()
125 sal_uInt32 count = header.read32(); in run()
136 for (sal_uInt32 i = 0; i != count; ++i) { in run()
H A Dunmarshal.cxx124 sal_uInt32 Unmarshal::read32() { in read32()
126 sal_uInt32 n = static_cast< sal_uInt32 >(*data_++) << 24; in read32()
127 n |= static_cast< sal_uInt32 >(*data_++) << 16; in read32()
128 n |= static_cast< sal_uInt32 >(*data_++) << 8; in read32()
325 sal_uInt32 v = read32(); in readValue()
426 sal_uInt32 Unmarshal::readCompressed() { in readCompressed()
456 sal_uInt32 n = readCompressed(); in readString()
486 sal_uInt32 n = readCompressed(); in readSequence()
510 for (sal_uInt32 i = 0; i != n; ++i) { in readSequence()
529 for (sal_uInt32 i = 0; i != n; ++i) { in readSequence()
H A Dunmarshal.hxx64 sal_uInt32 read32();
79 sal_uInt32 readCompressed();
H A Dwriter.cxx431 Marshal::write32(&header, static_cast< sal_uInt32 >(buffer.size())); in sendMessage()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx258 void** pInherit = (void**)((sal_uInt32)pSuperRTTI + ((sal_uInt32*)pSuperRTTI)[2] + 8); in generateRTTI()
H A Dhash.cxx46 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1()
51 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2()
56 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3()
61 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl()
66 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore()
71 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store()
76 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 in subRound()
94 sal_uInt32 data[16];
95 sal_uInt32 hashdata[5];
110 sal_uInt32 a, b, c, d, e; in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx418 sal_uInt32 index = functionIndex; in codeSnippet()
H A Dexcept.cxx259 void** pInherit = (void**)((sal_uInt32)pSuperRTTI + ((sal_uInt32*)pSuperRTTI)[2] + 8); in generateRTTI()
H A Dhash.cxx47 sal_uInt32 f1( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f1()
52 sal_uInt32 f2( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f2()
57 sal_uInt32 f3( sal_uInt32 x, sal_uInt32 y, sal_uInt32 z ) in f3()
62 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl()
67 sal_uInt32 expand_nostore( sal_uInt32 index ) in expand_nostore()
72 sal_uInt32 expand_store( sal_uInt32 index ) in expand_store()
77 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 in subRound()
95 sal_uInt32 data[16];
96 sal_uInt32 hashdata[5];
111 sal_uInt32 a, b, c, d, e; in transform()
[all …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx361 callStack[0] = *reinterpret_cast< sal_uInt32 * >(retbuf); in call()
409 bool direct = static_cast< sal_uInt32 >((functionIndex) & 0x80000000) == 0; in vtableCall()
410 functionIndex = static_cast< sal_uInt32 >(functionIndex) & 0x7FFFFFFF; in vtableCall()
498 sal_uInt32 index = functionIndex; in generateCodeSnippet()
H A Dexceptions.cxx95 sal_uInt32 hashdata[5];
98 static sal_uInt32 f1(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f1()
101 static sal_uInt32 f2(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f2()
104 static sal_uInt32 f3(sal_uInt32 x, sal_uInt32 y, sal_uInt32 z) in f3()
107 static sal_uInt32 rotl(sal_uInt32 value, sal_uInt32 bits) in rotl()
110 sal_uInt32 expand_nostore(sal_uInt32 index) { in expand_nostore()
115 sal_uInt32 expand_store(sal_uInt32 index) { in expand_store()
121 sal_uInt32 a, sal_uInt32 & b, sal_uInt32 c, sal_uInt32 d, in subRound()
122 sal_uInt32 & e, sal_uInt32 constant, sal_uInt32 datum, in subRound()
123 sal_uInt32 function) in subRound()
[all …]

Completed in 84 milliseconds

12345678910>>...125