Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx59 … MsbFirst, typename difference_type > inline difference_type get_shift( difference_type remainder ) in get_shift()
121 PackedPixelColumnIterator( const MoveY& base, difference_type remainder ) : in PackedPixelColumnIterator()
602 const int remainder( x % num_intraword_positions ); in get() local
623 const int remainder( x % num_intraword_positions ); in set() local
635 const int remainder( (x + d.x) % num_intraword_positions ); in set() local
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c1044 rtl_arena_segment_type * remainder = 0; in rtl_arena_alloc() local
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx468 sal_Int32 remainder = usTypeName.getLength() - offset; in Invoke() local
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx531 sal_Int32 remainder = type_name.getLength() - offset; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx256 … MsbFirst, typename difference_type > inline difference_type get_shift( difference_type remainder ) in get_shift()
320 PackedPixelColumnIterator( const MoveY& base, difference_type remainder ) : in PackedPixelColumnIterator()
811 const int remainder( x() % num_intraword_positions ); in get() local
824 const int remainder( x(d.x) % num_intraword_positions ); in get() local
835 const int remainder( x() % num_intraword_positions ); in set() local
847 const int remainder( x(d.x) % num_intraword_positions ); in set() local

Completed in 54 milliseconds