Searched refs:p4Sequence (Results 1 – 2 of 2) sorted by relevance
43 , p4Sequence ( a4Sequence.getArray() ) in ByteChucker()79 p4Sequence[0] = static_cast< sal_Int8 >((nInt32 >> 0 ) & 0xFF); in operator <<()80 p4Sequence[1] = static_cast< sal_Int8 >((nInt32 >> 8 ) & 0xFF); in operator <<()81 p4Sequence[2] = static_cast< sal_Int8 >((nInt32 >> 16 ) & 0xFF); in operator <<()82 p4Sequence[3] = static_cast< sal_Int8 >((nInt32 >> 24 ) & 0xFF); in operator <<()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 <<()
43 sal_Int8 * const p1Sequence, * const p2Sequence, * const p4Sequence; member in ByteChucker
Completed in 18 milliseconds