/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/ |
D | shift.pass.cpp | 27 std::valarray<T> v2 = v1.shift(0); in main() 38 std::valarray<T> v2 = v1.shift(1); in main() 49 std::valarray<T> v2 = v1.shift(9); in main() 60 std::valarray<T> v2 = v1.shift(90); in main() 71 std::valarray<T> v2 = v1.shift(-1); in main() 82 std::valarray<T> v2 = v1.shift(-9); in main() 93 std::valarray<T> v2 = v1.shift(-90); in main() 102 std::valarray<T> v2 = v1.shift(-90); in main() 111 std::valarray<T> v2 = (v1 + v1).shift(3); in main() 122 std::valarray<T> v2 = (v1 + v1).shift(-3); in main()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | dwarf_helper.cc | 58 uintptr_t shift = 0; in readULEB128() local 63 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readULEB128() 64 shift += 7; in readULEB128() 72 uintptr_t shift = 0; in readSLEB128() local 77 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readSLEB128() 78 shift += 7; in readSLEB128() 81 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) { in readSLEB128() 82 result |= static_cast<uintptr_t>(~0) << shift; in readSLEB128()
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 1838 int shift = 8 - png_ptr->sig_bit.red; in png_init_read_transformations() local 1846 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i) in png_init_read_transformations() 1850 component >>= shift; in png_init_read_transformations() 1854 shift = 8 - png_ptr->sig_bit.green; in png_init_read_transformations() 1855 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i) in png_init_read_transformations() 1859 component >>= shift; in png_init_read_transformations() 1863 shift = 8 - png_ptr->sig_bit.blue; in png_init_read_transformations() 1864 if (shift > 0 && shift < 8) for (i=0; i<istop; ++i) in png_init_read_transformations() 1868 component >>= shift; in png_init_read_transformations() 2294 &(png_ptr->shift)); in png_do_read_transformations() [all …]
|
D | pngstruct.h | 192 png_color_8 shift; /* shift for significant bit tranformation */ member
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | transform_test.cpp | 34 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-stlport/unit/ |
D | transform_test.cpp | 34 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/ |
D | dwarf_defs.h | 199 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/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_personality.cpp | 177 uintptr_t shift = 0; in readULEB128() local 183 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readULEB128() 184 shift += 7; in readULEB128() 200 uintptr_t shift = 0; in readSLEB128() local 206 result |= static_cast<uintptr_t>(byte & 0x7F) << shift; in readSLEB128() 207 shift += 7; in readSLEB128() 210 if ((byte & 0x40) && (shift < (sizeof(result) << 3))) in readSLEB128() 211 result |= static_cast<uintptr_t>(~0) << shift; in readSLEB128()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 278 uint32_t shift = 0; in _Unwind_VRS_Interpret() local 284 addend |= (v & 0x7f) << shift; in _Unwind_VRS_Interpret() 287 shift += 7; in _Unwind_VRS_Interpret()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _valarray.c | 148 valarray<_Tp> valarray<_Tp>::shift(int __n) const { in shift() function
|
D | _valarray.h | 347 valarray<_Tp> shift(int __n) const;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | README | 40 conflicts: 43 shift/reduce, 85 reduce/reduce
|
/ndk/docs/Getting_Started/html/ |
D | jquery.js | 16 …alse){bx=true;break}}by=false;if(bB){if(!bw.once){if(bC&&bC.length){bx=bC.shift();bD.fireWith(bx[0… 17 …ction(by,bx){bx=bx||"fx";var bv=b.queue(by,bx),bw=bv.shift(),e={};if(bw==="inprogress"){bw=bv.shif… 18 …){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!b… 26 …shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}els…
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 13 …{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx")… 20 …shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?… 21 …ent.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.…
|
/ndk/docs/Programmers_Guide/html/ |
D | jquery.js | 16 …alse){bx=true;break}}by=false;if(bB){if(!bw.once){if(bC&&bC.length){bx=bC.shift();bD.fireWith(bx[0… 17 …ction(by,bx){bx=bx||"fx";var bv=b.queue(by,bx),bw=bv.shift(),e={};if(bw==="inprogress"){bw=bv.shif… 18 …){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!b… 26 …shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}els…
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2965 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/cxx-stl/llvm-libc++/libcxx/include/ |
D | deque | 2249 { // we can put the new buffer into the map, but don't shift things around 2323 { // we can put the new buffers into the map, but don't shift things around 2399 { // we can put the new buffer into the map, but don't shift things around 2468 { // we can put the new buffers into the map, but don't shift things around
|
D | valarray | 102 valarray shift (int i) const; 972 valarray shift (int __i) const; 2604 __val_expr<__shift_expr<_ValExpr> > shift (int __i) const 3499 valarray<_Tp>::shift(int __i) const
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2783 # getdate.y has 8 shift/reduce conflicts.
|
D | make.texi | 11015 # getdate.y has 8 shift/reduce conflicts.
|