OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 << 0
xff
;
local
1012
s << hex << setw( 4 ) << 0
xff
;
1027
s << hex << showbase << 0
xff
;
local
1028
CPPUNIT_CHECK( s.str() == "0
xff
" );
1032
s << hex << showbase << setw( 4 ) << 0
xff
;
1033
CPPUNIT_CHECK( s.str() == "0
xff
" );
[
all
...]
/ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp
1009
s << hex << 0
xff
;
local
1014
s << hex << setw( 4 ) << 0
xff
;
1029
s << hex << showbase << 0
xff
;
local
1030
CPPUNIT_CHECK( s.str() == "0
xff
" );
1034
s << hex << showbase << setw( 4 ) << 0
xff
;
1035
CPPUNIT_CHECK( s.str() == "0
xff
" );
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-dis.c
291
(code >> 8) & 0x7, code & 0
xff
);
local
/toolchain/binutils/binutils-2.25/bfd/
vms-misc.c
369
_bfd_vms_output_byte (recwr, (unsigned int) len & 0
xff
);
367
_bfd_vms_output_byte (recwr, (unsigned int) len & 0
xff
);
local
vms-alpha.c
1786
image_write_b (abfd, (unsigned int) op1 & 0
xff
);
local
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
308
const int mask_cutoff = subsampling_factor ? 0xf : 0
xff
;
408
const int mask_cutoff = subsampling_factor ? 0xf : 0
xff
;
1408
mask_4x4_r, mask_4x4_int & 0
xff
, &cm->lf_info, &lfm->lfl_y[r << 3],
local
[
all
...]
Completed in 1712 milliseconds