Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 25 of 235) sorted by relevance

12345678910

/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dposix_types.h55 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
57 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
63 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
65 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
72 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
74 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
84 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
90 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
91 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
92 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dposix_types.h59 unsigned long __tmp = __fd / __NFDBITS; in __FD_SET() local
61 __fdsetp->fds_bits[__tmp] |= (1UL<<__rem); in __FD_SET()
67 unsigned long __tmp = __fd / __NFDBITS; in __FD_CLR() local
69 __fdsetp->fds_bits[__tmp] &= ~(1UL<<__rem); in __FD_CLR()
75 unsigned long __tmp = __fd / __NFDBITS; in __FD_ISSET() local
77 return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0; in __FD_ISSET()
87 unsigned long *__tmp = __p->fds_bits; in __FD_ZERO() local
93 __tmp[ 0] = 0; __tmp[ 1] = 0; in __FD_ZERO()
94 __tmp[ 2] = 0; __tmp[ 3] = 0; in __FD_ZERO()
95 __tmp[ 4] = 0; __tmp[ 5] = 0; in __FD_ZERO()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dkfifo.h126 typeof(&(fifo)) __tmp = &(fifo); \
127 struct __kfifo *__kfifo = &__tmp->kfifo; \
130 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\
131 __kfifo->esize = sizeof(*__tmp->buf); \
132 __kfifo->data = __is_kfifo_ptr(__tmp) ? NULL : __tmp->buf; \
211 typeof((fifo) + 1) __tmp = (fifo); \
212 __tmp->kfifo.in = __tmp->kfifo.out = 0; \
225 typeof((fifo) + 1) __tmp = (fifo); \
226 __tmp->kfifo.out = __tmp->kfifo.in; \
312 typeof((fifo) + 1) __tmp = (fifo); \
[all …]
/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 Dregex_automaton.h247 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY()
250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
251 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
252 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
258 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY()
261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
262 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
263 __tmp._M_neg = __neg; in _GLIBCXX_VISIBILITY()
264 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
270 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local
74 __cur = __tmp->_M_next; in _M_clear()
75 _Tp* __val = __tmp->_M_valptr(); in _M_clear()
81 _M_put_node(__tmp); in _M_clear()
92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local
93 __tmp->_M_hook(__position._M_const_cast()._M_node); in emplace()
95 return iterator(__tmp); in emplace()
108 _Node* __tmp = _M_create_node(__x); in insert() local
109 __tmp->_M_hook(__position._M_const_cast()._M_node); in insert()
111 return iterator(__tmp); in insert()
[all …]
H A Dforward_list.tcc223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local
231 return iterator(__tmp->_M_transfer_after(__b, __end)); in _M_splice_after()
233 return iterator(__tmp); in _M_splice_after()
248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local
249 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), in splice_after()
260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local
261 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local
275 if (!__tmp.empty()) in insert_after()
276 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
[all …]
H A Dstl_bvector.h120 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
122 __y = __tmp; in _GLIBCXX_VISIBILITY()
128 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
130 __y = __tmp; in _GLIBCXX_VISIBILITY()
136 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
138 __y = __tmp; in _GLIBCXX_VISIBILITY()
264 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
266 return __tmp; in _GLIBCXX_VISIBILITY()
279 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
281 return __tmp; in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h287 __uctype __tmp; // wraparound control in _GLIBCXX_VISIBILITY() local
291 __tmp = (__uerngrange * operator() in _GLIBCXX_VISIBILITY()
293 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY()
295 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()
371 __uctype __tmp; // wraparound control in _GLIBCXX_VISIBILITY() local
377 __tmp = (__uerngrange * operator() in _GLIBCXX_VISIBILITY()
379 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY()
381 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.tcc169 auto __tmp = _M_pop(); in _M_assertion() local
170 __tmp._M_append(_M_nfa->_M_insert_accept()); in _M_assertion()
174 _M_nfa->_M_insert_lookahead(__tmp._M_start, __neg))); in _M_assertion()
257 auto __tmp = __r._M_clone(); in _M_quantifier() local
260 __tmp._M_start, __neg)); in _M_quantifier()
261 __tmp._M_append(__s); in _M_quantifier()
276 auto __tmp = __r._M_clone(); in _M_quantifier() local
277 auto __alt = _M_nfa->_M_insert_repeat(__tmp._M_start, in _M_quantifier()
280 __e._M_append(_StateSeqT(*_M_nfa, __alt, __tmp._M_end)); in _M_quantifier()
285 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier() local
[all …]
H A Dvector.tcc74 pointer __tmp; in reserve() local
78 __tmp = this->_M_allocate(__n); in reserve()
80 __tmp, _M_get_Tp_allocator()); in reserve()
85 __tmp = _M_allocate_and_copy(__n, in reserve()
95 this->_M_impl._M_start = __tmp; in reserve()
96 this->_M_impl._M_finish = __tmp + __old_size; in reserve()
226 pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(), in operator =() local
233 this->_M_impl._M_start = __tmp; in operator =()
262 vector __tmp(__n, __val, _M_get_Tp_allocator()); in _M_fill_assign() local
263 __tmp._M_impl._M_swap_data(this->_M_impl); in _M_fill_assign()
[all …]
/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 Dregex_automaton.h247 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY()
250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
251 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
252 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
258 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY()
261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
262 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
263 __tmp._M_neg = __neg; in _GLIBCXX_VISIBILITY()
264 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
270 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlist.tcc73 _Node* __tmp = static_cast<_Node*>(__cur); in _M_clear() local
74 __cur = __tmp->_M_next; in _M_clear()
75 _Tp* __val = __tmp->_M_valptr(); in _M_clear()
81 _M_put_node(__tmp); in _M_clear()
92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() local
93 __tmp->_M_hook(__position._M_const_cast()._M_node); in emplace()
95 return iterator(__tmp); in emplace()
108 _Node* __tmp = _M_create_node(__x); in insert() local
109 __tmp->_M_hook(__position._M_const_cast()._M_node); in insert()
111 return iterator(__tmp); in insert()
[all …]
H A Dforward_list.tcc223 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in _M_splice_after() local
231 return iterator(__tmp->_M_transfer_after(__b, __end)); in _M_splice_after()
233 return iterator(__tmp); in _M_splice_after()
248 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); in splice_after() local
249 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), in splice_after()
260 forward_list __tmp(__n, __val, get_allocator()); in insert_after() local
261 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
274 forward_list __tmp(__first, __last, get_allocator()); in insert_after() local
275 if (!__tmp.empty()) in insert_after()
276 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); in insert_after()
[all …]
H A Dstl_bvector.h120 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
122 __y = __tmp; in _GLIBCXX_VISIBILITY()
128 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
130 __y = __tmp; in _GLIBCXX_VISIBILITY()
136 bool __tmp = __x; in _GLIBCXX_VISIBILITY() local
138 __y = __tmp; in _GLIBCXX_VISIBILITY()
264 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
266 return __tmp; in _GLIBCXX_VISIBILITY()
279 iterator __tmp = *this; in _GLIBCXX_VISIBILITY() member
281 return __tmp; in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h287 __uctype __tmp; // wraparound control in _GLIBCXX_VISIBILITY() local
291 __tmp = (__uerngrange * operator() in _GLIBCXX_VISIBILITY()
293 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY()
295 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()
371 __uctype __tmp; // wraparound control in _GLIBCXX_VISIBILITY() local
377 __tmp = (__uerngrange * operator() in _GLIBCXX_VISIBILITY()
379 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY()
381 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.tcc169 auto __tmp = _M_pop(); in _M_assertion() local
170 __tmp._M_append(_M_nfa->_M_insert_accept()); in _M_assertion()
174 _M_nfa->_M_insert_lookahead(__tmp._M_start, __neg))); in _M_assertion()
257 auto __tmp = __r._M_clone(); in _M_quantifier() local
260 __tmp._M_start, __neg)); in _M_quantifier()
261 __tmp._M_append(__s); in _M_quantifier()
276 auto __tmp = __r._M_clone(); in _M_quantifier() local
277 auto __alt = _M_nfa->_M_insert_repeat(__tmp._M_start, in _M_quantifier()
280 __e._M_append(_StateSeqT(*_M_nfa, __alt, __tmp._M_end)); in _M_quantifier()
285 auto& __tmp = (*_M_nfa)[__stack.top()]; in _M_quantifier() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv6xxx_debugfs.c158 struct dentry *__tmp; \
159 __tmp = debugfs_create_bool(#name, S_IWUSR | S_IRUSR, \
161 if (IS_ERR(__tmp) || !__tmp) \
165 struct dentry *__tmp; \
166 __tmp = debugfs_create_x32(#name, S_IWUSR | S_IRUSR, \
168 if (IS_ERR(__tmp) || !__tmp) \
172 struct dentry *__tmp; \
173 __tmp = debugfs_create_u32(#name, mode, \
175 if (IS_ERR(__tmp) || !__tmp) \
/OK3568_Linux_fs/kernel/arch/arc/include/uapi/asm/
H A Dswab.h70 ({ unsigned long __in = (x), __tmp; \
71 __tmp = __in << 8 | __in >> 24; /* ror tmp,in,24 */ \
73 __tmp ^= __in; \
74 __tmp &= 0xff00ff; \
75 __tmp ^ __in; \
/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/arm-none-linux-gnueabihf/bits/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
59 _M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
114 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
115 this->_M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
/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/aarch64-none-linux-gnu/bits/
H A Dmessages_members.h57 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
58 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
59 _M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
113 char* __tmp = new char[__len]; in _GLIBCXX_VISIBILITY() local
114 __builtin_memcpy(__tmp, __s, __len); in _GLIBCXX_VISIBILITY()
115 this->_M_name_messages = __tmp; in _GLIBCXX_VISIBILITY()
/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/backward/
H A Dhashtable.h669 iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
671 return __tmp; in _GLIBCXX_VISIBILITY()
697 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
699 return __tmp; in _GLIBCXX_VISIBILITY()
769 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
770 __tmp->_M_next = __first; in _GLIBCXX_VISIBILITY()
771 _M_buckets[__n] = __tmp; in _GLIBCXX_VISIBILITY()
773 return std::pair<iterator, bool>(iterator(__tmp, this), true); in _GLIBCXX_VISIBILITY()
787 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
788 __tmp->_M_next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
[all …]
/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/backward/
H A Dhashtable.h669 iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
671 return __tmp; in _GLIBCXX_VISIBILITY()
697 const_iterator __tmp = *this; in _GLIBCXX_VISIBILITY()
699 return __tmp; in _GLIBCXX_VISIBILITY()
769 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
770 __tmp->_M_next = __first; in _GLIBCXX_VISIBILITY()
771 _M_buckets[__n] = __tmp; in _GLIBCXX_VISIBILITY()
773 return std::pair<iterator, bool>(iterator(__tmp, this), true); in _GLIBCXX_VISIBILITY()
787 _Node* __tmp = _M_new_node(__obj); in _GLIBCXX_VISIBILITY()
788 __tmp->_M_next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Duaccess.h83 uintptr_t __tmp; \
100 : "+r" (err), "=&r" (__x), "=r" (__tmp) \
113 uintptr_t __tmp; \
134 "=r" (__tmp) \
224 uintptr_t __tmp; \
240 : "+r" (err), "=r" (__tmp), "=m" (*(ptr)) \
252 uintptr_t __tmp; \
270 : "+r" (err), "=r" (__tmp), \
/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/tr1/
H A Dshared_ptr.h352 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
353 if (__tmp != _M_pi) in _GLIBCXX_VISIBILITY()
355 if (__tmp != 0) in _GLIBCXX_VISIBILITY()
356 __tmp->_M_add_ref_copy(); in _GLIBCXX_VISIBILITY()
359 _M_pi = __tmp; in _GLIBCXX_VISIBILITY()
367 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
369 _M_pi = __tmp; in _GLIBCXX_VISIBILITY()
430 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
431 if (__tmp != 0) in _GLIBCXX_VISIBILITY()
432 __tmp->_M_weak_add_ref(); in _GLIBCXX_VISIBILITY()
[all …]
/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/tr1/
H A Dshared_ptr.h352 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
353 if (__tmp != _M_pi) in _GLIBCXX_VISIBILITY()
355 if (__tmp != 0) in _GLIBCXX_VISIBILITY()
356 __tmp->_M_add_ref_copy(); in _GLIBCXX_VISIBILITY()
359 _M_pi = __tmp; in _GLIBCXX_VISIBILITY()
367 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
369 _M_pi = __tmp; in _GLIBCXX_VISIBILITY()
430 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY() local
431 if (__tmp != 0) in _GLIBCXX_VISIBILITY()
432 __tmp->_M_weak_add_ref(); in _GLIBCXX_VISIBILITY()
[all …]

12345678910