Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 25 of 242) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate.c199 int advance = 1; in kvmppc_emulate_instruction() local
223 advance = 0; in kvmppc_emulate_instruction()
239 advance = 0; in kvmppc_emulate_instruction()
246 advance = 0; in kvmppc_emulate_instruction()
254 advance = 0; in kvmppc_emulate_instruction()
277 advance = 0; in kvmppc_emulate_instruction()
289 &advance); in kvmppc_emulate_instruction()
291 advance = 0; in kvmppc_emulate_instruction()
293 advance = 0; in kvmppc_emulate_instruction()
302 if (advance) in kvmppc_emulate_instruction()
H A De500_emulate.c87 unsigned int inst, int *advance) in kvmppc_e500_emul_ehpriv() argument
98 *advance = 0; in kvmppc_e500_emul_ehpriv()
129 unsigned int inst, int *advance) in kvmppc_core_emulate_op_e500() argument
185 emulated = kvmppc_e500_emul_ehpriv(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
199 emulated = kvmppc_booke_emulate_op(vcpu, inst, advance); in kvmppc_core_emulate_op_e500()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/
H A Dadvance_impl.hpp38 typedef typename result_of::advance<first_type, Dist>::type advanced_type;
46 return type(boost::fusion::advance<Dist>(i.first), i.f); in call()
60 typedef typename result_of::advance<first1_type, Dist>::type advanced1_type;
61 typedef typename result_of::advance<first2_type, Dist>::type advanced2_type;
70 boost::fusion::advance<Dist>(i.first1) in call()
71 , boost::fusion::advance<Dist>(i.first2), i.f); in call()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dstrncpy_user.S71 addi a3, a3, 1 # advance src pointer
74 addi a11, a11, 1 # advance dst pointer
84 addi a11, a11, 1 # advance dst pointer
88 addi a3, a3, 2 # advance src pointer
91 addi a11, a11, 1 # advance dst pointer
113 addi a3, a3, 4 # advance src pointer
119 addi a11, a11, 4 # advance dst pointer
128 addi a3, a3, 2 # advance src pointer
137 addi a11, a11, 2 # advance dst pointer
144 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel
[all …]
H A Dstrnlen_user.S73 addi a4, a4, 4 # advance string pointer
87 addi a4, a4, 2 # advance string pointer
96 addi a4, a4, 1 # advance string pointer
121 addi a4, a4, 1 # advance string pointer
126 addi a4, a4, 2 # advance ptr for aligned access
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Diterators.hpp102 { this->advance(off); return *this; } in operator +=()
107 other.advance(off); in operator +()
115 { this->advance(-off); return *this; } in operator -=()
148 void advance(Difference n) in advance() function in boost::container::constant_iterator
213 { this->advance(off); return *this; } in operator +=()
218 other.advance(off); in operator +()
226 { this->advance(-off); return *this; } in operator -=()
259 void advance(Difference n) in advance() function in boost::container::value_init_construct_iterator
324 { this->advance(off); return *this; } in operator +=()
329 other.advance(off); in operator +()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/
H A Diterator.hpp21 struct advance struct
30 std::advance(x, n); in operator ()()
93 return std::advance( in operator ()()
105 return std::advance(x, n); in operator ()()
140 return std::advance( in operator ()()
152 return std::advance(x, -n); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/
H A Dadvance.hpp51 struct apply : Iterator::template advance<Iterator, N> {};
72 struct advance struct
87 inline typename result_of::advance<Iterator, N>::type const
88 advance(Iterator const& i) in advance() function
90 return result_of::advance<Iterator, N>::call(i); in advance()
H A Diterator_adapter.hpp49 struct advance struct
52 typename result_of::advance<
61 return type(fusion::advance<N>(it.iterator_base)); in call()
H A Dbasic_iterator.hpp74 struct advance struct
90 : advance<It, mpl::int_<1> >
95 : advance<It, mpl::int_<-1> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dend_impl.hpp39 typedef typename result_of::advance<begin, M>::type type;
62 return fusion::advance<M>(fusion::begin(seq)); in operator ()()
70 return fusion::advance<M>(fusion::begin(seq)); in operator ()()
H A Dadvance_impl.hpp33 typedef typename result_of::advance<it,N>::type type;
41 return fusion::advance<N>(it); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dadvance_fwd.hpp21 BOOST_MPL_AUX_COMMON_NAME_WKND(advance)
24 template< typename Iterator, typename N > struct advance;
H A Dadvance.hpp56 struct advance struct
72 BOOST_MPL_AUX_NA_SPEC(2, advance)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp31 uint32_t advance = 0; member
39 lhs.advance == rhs.advance; in operator ==()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c91 static void advance(struct i915_request *request) in advance() function
111 advance(request); in hw_delay_complete()
124 advance(request); in hw_delay_complete()
234 advance(request); in mock_submit_request()
371 advance(request); in mock_engine_flush()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dat_impl.hpp31 typedef typename result_of::advance<begin_type,N>::type pos;
38 return * fusion::advance<N>(s.first); in call()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0080-video-fb-fbfill-Fix-potential-integer-overflow.patch35 /* Calculate the number of bytes to advance from the end of one line
46 /* Calculate the number of bytes to advance from the end of one line
57 /* Calculate the number of bytes to advance from the end of one line
68 /* Calculate the number of bytes to advance from the end of one line
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dadvance_impl.hpp35 typedef typename result_of::advance<first_type, negative_dist>::type advanced_type;
42 return type(boost::fusion::advance<negative_dist>(i.first)); in call()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_iterator_base_funcs.h202 advance(_InputIterator& __i, _Distance __n) in _GLIBCXX_VISIBILITY()
218 std::advance(__x, __n); in _GLIBCXX_VISIBILITY()
230 std::advance(__x, -__n); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_iterator_base_funcs.h202 advance(_InputIterator& __i, _Distance __n) in _GLIBCXX_VISIBILITY()
218 std::advance(__x, __n); in _GLIBCXX_VISIBILITY()
230 std::advance(__x, -__n); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Dadvance.hpp68 advance(InputIterator& it, Distance n) in advance() function
80 using iterators::advance;
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch12 not advance the pointer. This extra advance causes the length to be
21 Do not advance the pointer in the split header case.
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dchecksum_32.S49 add %o0, 8, %o0 ! advance buf ptr
56 add %o0, 4, %o0 ! advance buf ptr
67 add %o0, 2, %o0 ! advance buf ptr either way
124 add %o0, 128, %o0 ! advance buf ptr
132 add %o0, %g1, %o0 ! advance buf ptr
338 add %o0, 128, %o0 ! advance src ptr
340 add %o1, 128, %o1 ! advance dest ptr
346 add %o0, %o2, %o0 ! advance src ptr
351 add %o1, %o2, %o1 ! advance dest ptr (carry is clear btw)
374 add %o0, 128, %o0 ! advance src ptr
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dunaligned_64.c239 static inline void advance(struct pt_regs *regs) in advance() function
392 advance(regs); in kernel_unaligned_trap()
427 advance(regs); in handle_popc()
566 advance(regs); in handle_ldf_stq()
593 advance(regs); in handle_ld_nf()
655 advance(regs); in handle_lddfmna()
706 advance(regs); in handle_stdfmna()

12345678910