HomeSort by relevance Sort by last modified time
    Searched defs:xff (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 1007 s << hex << 0xff; local
1012 s << hex << setw( 4 ) << 0xff;
1027 s << hex << showbase << 0xff; local
1028 CPPUNIT_CHECK( s.str() == "0xff" );
1032 s << hex << showbase << setw( 4 ) << 0xff;
1033 CPPUNIT_CHECK( s.str() == "0xff" );
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 1009 s << hex << 0xff; local
1014 s << hex << setw( 4 ) << 0xff;
1029 s << hex << showbase << 0xff; local
1030 CPPUNIT_CHECK( s.str() == "0xff" );
1034 s << hex << showbase << setw( 4 ) << 0xff;
1035 CPPUNIT_CHECK( s.str() == "0xff" );
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m68hc11-dis.c 291 (code >> 8) & 0x7, code & 0xff); local
  /toolchain/binutils/binutils-2.25/bfd/
vms-misc.c 369 _bfd_vms_output_byte (recwr, (unsigned int) len & 0xff);
367 _bfd_vms_output_byte (recwr, (unsigned int) len & 0xff); local
vms-alpha.c 1786 image_write_b (abfd, (unsigned int) op1 & 0xff); local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 308 const int mask_cutoff = subsampling_factor ? 0xf : 0xff;
408 const int mask_cutoff = subsampling_factor ? 0xf : 0xff;
1408 mask_4x4_r, mask_4x4_int & 0xff, &cm->lf_info, &lfm->lfl_y[r << 3], local
    [all...]

Completed in 1712 milliseconds