Searched defs:xff (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Dnum_put_get_test.cpp1015 s << hex << 0xff; local
1020 s << hex << setw( 4 ) << 0xff;
1035 s << hex << showbase << 0xff; local
1036 CPPUNIT_CHECK( s.str() == "0xff" );
1040 s << hex << showbase << setw( 4 ) << 0xff;
1041 CPPUNIT_CHECK( s.str() == "0xff" );
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c668 biosfn_write_teletype(GET_AL(),0xff,GET_BL(),NO_ATTR); local
1948 // special case if page is 0xff, use current page
1949 if(page==0xff)
2580 outb( VGAREG_DAC_DATA, i&0xff );
2581 outb( VGAREG_DAC_DATA, i&0xff );
2582 outb( VGAREG_DAC_DATA, i&0xff );
3065 // if row=0xff special case : use current cursor position
3066 if(row==0xff)

Completed in 104 milliseconds