Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp725 CHECK(short, 0, hex, "0") in num_put_integer()
726 CHECK(short, 12345, hex, "3039") in num_put_integer()
728 CHECK(short, -1, hex, "ffff") in num_put_integer()
729 CHECK(short, -12345, hex, "cfc7") in num_put_integer()
732 CHECK(unsigned short, 0, hex, "0") in num_put_integer()
733 CHECK(unsigned short, 12345, hex, "3039") in num_put_integer()
735 CHECK(int, 0, hex, "0") in num_put_integer()
736 CHECK(int, 12345678, hex, "bc614e") in num_put_integer()
738 CHECK(int, -1, hex, "ffffffff") in num_put_integer()
739 CHECK(int, -12345678, hex, "ff439eb2") in num_put_integer()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp725 CHECK(short, 0, hex, "0") in num_put_integer()
726 CHECK(short, 12345, hex, "3039") in num_put_integer()
728 CHECK(short, -1, hex, "ffff") in num_put_integer()
729 CHECK(short, -12345, hex, "cfc7") in num_put_integer()
732 CHECK(unsigned short, 0, hex, "0") in num_put_integer()
733 CHECK(unsigned short, 12345, hex, "3039") in num_put_integer()
735 CHECK(int, 0, hex, "0") in num_put_integer()
736 CHECK(int, 12345678, hex, "bc614e") in num_put_integer()
738 CHECK(int, -1, hex, "ffffffff") in num_put_integer()
739 CHECK(int, -12345678, hex, "ff439eb2") in num_put_integer()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h71 _STLP_STATIC_CONSTANT(int, hex = 0x0010);
83 _STLP_STATIC_CONSTANT(int, basefield = dec | hex | oct);
324 inline ios_base& _STLP_CALL hex(ios_base& __s) in hex() function
325 { __s.setf(ios_base::hex, ios_base::basefield); return __s; } in hex()
D_num_put.c175 (__flg & ios_base::basefield) == ios_base::hex) { in __copy_integer_and_fill()
213 case ios_base::hex: __basechars = 2; break; in __put_integer()
244 case ios_base::hex: __basechars = 2; break; in __put_integer()
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0)) in __write_integer_backward()
330 case ios_base::hex: in __write_integer_backward()
480 __f.setf(ios_base::hex, ios_base::basefield); in do_put()
D_iomanip.h113 __n == 16 ? ios_base::hex : in setbase()
D_num_get.c83 case ios_base::hex: in __get_base_or_zero()
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp48 const ios_base::fmtflags ios_base::hex; member in ios_base
213 …ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_iostate… in _M_throw_failure()
215 …ptr = __write_integer(buffer+strlen(buffer), ios_base::hex, __STATIC_CAST(unsigned long,_M_excepti… in _M_throw_failure()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios33 using _STLP_NEW_IO_NAMESPACE::hex;
/ndk/sources/host-tools/nawk-20071023/
DFIXES505 explicit hex in reg exprs now limited to 2 chars: \xa, \xaa.
679 fixed silly bug in hex parsing in hexstr().
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1109 character (hex 40) is inverted. Thus `\cz' becomes hex 1A, but
1110 `\c{' becomes hex 3B, while `\c;' becomes hex 7B.
Dsed-in.texi1557 Then bit 6 of the character (hex 40) is inverted. Thus @samp{\cz} becomes
1558 hex 1A, but @samp{\c@{} becomes hex 3B, while @samp{\c;} becomes hex 7B.
2985 as the backspace character (hex 08). Outside a character
Dsed.texi1558 Then bit 6 of the character (hex 40) is inverted. Thus @samp{\cz} becomes
1559 hex 1A, but @samp{\c@{} becomes hex 3B, while @samp{\c;} becomes hex 7B.
3152 as the backspace character (hex 08). Outside a character
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.03520 function prototypes and stuff, but not '\xHH' hex character constants.