HomeSort by relevance Sort by last modified time
    Searched defs:__pos (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
equally_split.h 53 _DifferenceType __pos = 0; local
56 *__s++ = __pos;
57 __pos += ((__i < __num_longer_chunks)
multiway_mergesort.h 450 _DifferenceType __pos = 0; local
453 __starts[__i] = __pos;
454 __pos += ((__i < __split)
457 __starts[__num_threads] = __pos;
losertree.h 136 unsigned int __pos = _M_k + __source; local
146 _M_losers[__pos]._M_key = __key;
148 _M_losers[__pos]._M_sup = __sup;
149 _M_losers[__pos]._M_source = __source;
231 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0;
232 __pos /= 2)
235 if ((__sup && (!_M_losers[__pos]._M_sup
236 || _M_losers[__pos]._M_source < __source))
237 || (!__sup && !_M_losers[__pos]._M_su
395 unsigned int __pos = _M_k + __source; local
633 unsigned int __pos = _M_k + __source; local
878 unsigned int __pos = _M_k + __source; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
equally_split.h 53 _DifferenceType __pos = 0; local
56 *__s++ = __pos;
57 __pos += ((__i < __num_longer_chunks)
multiway_mergesort.h 450 _DifferenceType __pos = 0; local
453 __starts[__i] = __pos;
454 __pos += ((__i < __split)
457 __starts[__num_threads] = __pos;
losertree.h 136 unsigned int __pos = _M_k + __source; local
146 _M_losers[__pos]._M_key = __key;
148 _M_losers[__pos]._M_sup = __sup;
149 _M_losers[__pos]._M_source = __source;
231 for (unsigned int __pos = (_M_k + __source) / 2; __pos > 0;
232 __pos /= 2)
235 if ((__sup && (!_M_losers[__pos]._M_sup
236 || _M_losers[__pos]._M_source < __source))
237 || (!__sup && !_M_losers[__pos]._M_su
395 unsigned int __pos = _M_k + __source; local
633 unsigned int __pos = _M_k + __source; local
878 unsigned int __pos = _M_k + __source; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 44 uint32_t __pos = 0; local
61 PAD(__pos, 8);
63 if (__pos != __len) {
79 uint32_t __pos = 0; local
96 PAD(__pos, 8);
98 if (__pos != __len) {
115 uint32_t __pos = 0; local
134 PAD(__pos, 8);
136 if (__pos != __len) {
153 uint32_t __pos = 0 local
192 uint32_t __pos = 0; local
    [all...]
rbug_shader.c 45 uint32_t __pos = 0; local
64 PAD(__pos, 8);
66 if (__pos != __len) {
84 uint32_t __pos = 0; local
105 PAD(__pos, 8);
107 if (__pos != __len) {
126 uint32_t __pos = 0; local
149 PAD(__pos, 8);
151 if (__pos != __len) {
171 uint32_t __pos = 0 local
215 uint32_t __pos = 0; local
260 uint32_t __pos = 0; local
    [all...]
rbug_context.c 44 uint32_t __pos = 0; local
61 PAD(__pos, 8);
63 if (__pos != __len) {
80 uint32_t __pos = 0; local
99 PAD(__pos, 8);
101 if (__pos != __len) {
119 uint32_t __pos = 0; local
140 PAD(__pos, 8);
142 if (__pos != __len) {
160 uint32_t __pos = 0 local
201 uint32_t __pos = 0; local
246 uint32_t __pos = 0; local
294 uint32_t __pos = 0; local
334 uint32_t __pos = 0; local
383 uint32_t __pos = 0; local
436 uint32_t __pos = 0; local
    [all...]
rbug_texture.c 44 uint32_t __pos = 0; local
61 PAD(__pos, 8);
63 if (__pos != __len) {
80 uint32_t __pos = 0; local
99 PAD(__pos, 8);
101 if (__pos != __len) {
128 uint32_t __pos = 0; local
165 PAD(__pos, 8);
167 if (__pos != __len) {
191 uint32_t __pos = 0 local
245 uint32_t __pos = 0; local
299 uint32_t __pos = 0; local
366 uint32_t __pos = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
_G_config.h 24 __off_t __pos; member in struct:__anon62042
29 __off64_t __pos; member in struct:__anon62043
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 85 _M_check(size_type __pos, const char* __s) const
87 if (__pos > this->size())
89 return __pos;
99 // NB: _M_limit doesn't check for a bad __pos value.
101 _M_limit(size_type __pos, size_type __off) const
103 const bool __testoff = __off < this->size() - __pos;
104 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from.
180 __versa_string(const __versa_string& __str, size_type __pos,
183 + __str._M_check(__pos,
1093 const size_type __pos = __p - _M_ibegin(); local
1135 const size_type __pos = __position - _M_ibegin(); local
1156 const size_type __pos = __first - _M_ibegin(); local
    [all...]
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 85 _M_check(size_type __pos, const char* __s) const
87 if (__pos > this->size())
89 return __pos;
99 // NB: _M_limit doesn't check for a bad __pos value.
101 _M_limit(size_type __pos, size_type __off) const
103 const bool __testoff = __off < this->size() - __pos;
104 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from.
180 __versa_string(const __versa_string& __str, size_type __pos,
183 + __str._M_check(__pos,
1093 const size_type __pos = __p - _M_ibegin(); local
1135 const size_type __pos = __position - _M_ibegin(); local
1156 const size_type __pos = __first - _M_ibegin(); local
    [all...]
ropeimpl.h 73 size_t __pos = __x._M_current_pos; local
79 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
90 if (__buf_start_pos + __len <= __pos)
92 __buf_start_pos = __pos - __len / 4;
99 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
120 size_t __pos = __x._M_current_pos; local
123 if (__pos >= __x._M_root->_M_size)
134 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
159 if (__pos >= __curr_start_pos + __left_len)
317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 516 std::string::size_type __pos = __line.find("="); local
517 std::string __factor_name = __line.substr(0, __pos);
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_tree.h 582 _M_get_insert_hint_unique_pos(const_iterator __pos,
586 _M_get_insert_hint_equal_pos(const_iterator __pos,
765 _M_emplace_hint_unique(const_iterator __pos, _Args&&... __args);
769 _M_emplace_hint_equal(const_iterator __pos, _Args&&... __args);
1415 iterator __pos = __position._M_const_cast(); local
1495 iterator __pos = __position._M_const_cast(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_deque.h 1860 _M_destroy_data(begin(), __pos, _M_get_Tp_allocator()); local
    [all...]
basic_string.h 321 _M_check(size_type __pos, const char* __s) const
323 if (__pos > this->size())
325 return __pos;
335 // NB: _M_limit doesn't check for a bad __pos value.
337 _M_limit(size_type __pos, size_type __off) const
339 const bool __testoff = __off < this->size() - __pos;
340 return __testoff ? __off : this->size() - __pos;
420 _M_mutate(size_type __pos, size_type __len1, size_type __len2);
459 * @param __pos Index of first character to copy from.
462 basic_string(const basic_string& __str, size_type __pos,
1340 const size_type __pos = __p - _M_ibegin(); local
1382 const size_type __pos = __position - _M_ibegin(); local
    [all...]
stl_tree.h 582 _M_get_insert_hint_unique_pos(const_iterator __pos,
586 _M_get_insert_hint_equal_pos(const_iterator __pos,
765 _M_emplace_hint_unique(const_iterator __pos, _Args&&... __args);
769 _M_emplace_hint_equal(const_iterator __pos, _Args&&... __args);
1415 iterator __pos = __position._M_const_cast(); local
1495 iterator __pos = __position._M_const_cast(); local
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 4897 __off_t __pos; member in struct:__anon43171
4902 __off64_t __pos; member in struct:__anon43172
    [all...]

Completed in 1153 milliseconds