Home
last modified time | relevance | path

Searched refs:nuInt32 (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/package/source/zipapi/
H A DByteChucker.cxx100 ByteChucker& ByteChucker::operator << (sal_uInt32 nuInt32) in operator <<() argument
102 p4Sequence[0] = static_cast < sal_Int8 > ((nuInt32 >> 0 ) & 0xFF); in operator <<()
103 p4Sequence[1] = static_cast < sal_Int8 > ((nuInt32 >> 8 ) & 0xFF); in operator <<()
104 p4Sequence[2] = static_cast < sal_Int8 > ((nuInt32 >> 16 ) & 0xFF); in operator <<()
105 p4Sequence[3] = static_cast < sal_Int8 > ((nuInt32 >> 24 ) & 0xFF); in operator <<()
/aoo4110/main/package/inc/
H A DByteChucker.hxx60 ByteChucker& operator << (sal_uInt32 nuInt32);

Completed in 11 milliseconds