Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 20 of 20) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dtransform_test.cpp34 static char shift( char c ) { in shift() function in TransformTest
77 transform( s.begin(), s.end(), s.begin(), shift ); in self_str()
/ndk/tests/device/test-gnustl-full/unit/
Dtransform_test.cpp34 static char shift( char c ) { in shift() function in TransformTest
77 transform( s.begin(), s.end(), s.begin(), shift ); in self_str()
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h199 Elf_Word shift = 0; in get_common() local
201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift; in get_common()
202 shift += 7; in get_common()
206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift; in get_common()
219 value->u64 |= - (1 << (shift + 7)); in get_common()
233 value->u64 |= - (1 << (shift + 7)); in get_common()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
165 # Left shift, convert to analog and add a binary digit for each analog digit
175 # Right shift, convert to analog and remove a binary digit for each analog digit
Dbinary2.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
199 # Left shift, convert to analog and add a binary digit for each analog digit
210 # Right shift, convert to analog and remove a binary digit for each analog digit
Dbinary3.sed10 # < shift left binary by decimal number of bits (11 3< gives 11000)
11 # > shift right binary by decimal number of bits (1011 2> gives 10)
178 # Left shift, convert to analog and add a binary digit for each analog digit
188 # Right shift, convert to analog and remove a binary digit for each analog digit
/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c128 int shift = uc % INT_BITS; in set_char_quoting() local
129 int r = (*p >> shift) & 1; in set_char_quoting()
130 *p ^= ((i & 1) ^ r) << shift; in set_char_quoting()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.c148 valarray<_Tp> valarray<_Tp>::shift(int __n) const { in shift() function
D_valarray.h347 valarray<_Tp> shift(int __n) const;
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0011-re-configure-d.patch153 +shift
156 +shift; shift
186 +shift
189 +shift; shift
1284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether right shift extends the sign bit" >&5
1542 shift
D0002-MINGW-use-posix-getpath.patch69 AC_MSG_CHECKING(whether right shift extends the sign bit)
D0000-CROSS.patch81 + shift; break ;;
1634 + shift; break ;;
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlonglong.m499 [[/* Test availability of runtime routines for shift and division. */
/ndk/sources/host-tools/nawk-20071023/
DREADME40 conflicts: 43 shift/reduce, 85 reduce/reduce
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.02965 shift
2970 shift
4094 shift
4097 shift; shift
4127 shift
4130 shift; shift
9866 "*) set x $ac_config_files; shift; ac_config_files=$*;;
9870 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
9948 ac_shift=shift
9994 shift
[all …]
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1342 shift
Dsed-in.texi1802 shift
Dsed.texi1834 shift
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-22783 # getdate.y has 8 shift/reduce conflicts.
Dmake.texi11015 # getdate.y has 8 shift/reduce conflicts.