HomeSort by: relevance | last modified time | path
    Searched refs:__pos (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug/
rbug_internal.h 66 PAD(__pos, size); \
67 *((type *)(&__data[__pos])) = name; \
68 __pos += size; \
74 PAD(__pos, size); \
75 memcpy(&__data[__pos], name, size * name##_len); \
76 __pos += size * name##_len; \
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_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_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...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rbug/
rbug_internal.h 66 PAD(__pos, size); \
67 *((type *)(&__data[__pos])) = name; \
68 __pos += size; \
74 PAD(__pos, size); \
75 memcpy(&__data[__pos], name, size * name##_len); \
76 __pos += size * name##_len; \
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_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_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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
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...]
equally_split.h 53 _DifferenceType __pos = 0; local
56 *__s++ = __pos;
57 __pos += ((__i < __num_longer_chunks)
omp_loop.h 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
98 __f(__o, __begin+__pos));
omp_loop_static.h 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
98 __f(__o, __begin+__pos));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
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...]
equally_split.h 53 _DifferenceType __pos = 0; local
56 *__s++ = __pos;
57 __pos += ((__i < __num_longer_chunks)
omp_loop.h 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
98 __f(__o, __begin+__pos));
omp_loop_static.h 96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
98 __f(__o, __begin+__pos));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
postypes.h 156 fpos __pos(*this);
157 __pos += __off;
158 return __pos;
170 fpos __pos(*this);
171 __pos -= __off;
172 return __pos;
cow_string.h 358 _M_check(size_type __pos, const char* __s) const
360 if (__pos > this->size())
361 __throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
363 __s, __pos, this->size());
364 return __pos;
374 // NB: _M_limit doesn't check for a bad __pos value.
376 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
378 const bool __testoff = __off < this->size() - __pos;
379 return __testoff ? __off : this->size() - __pos;
461 _M_mutate(size_type __pos, size_type __len1, size_type __len2)
1695 const size_type __pos = __p - _M_ibegin(); local
1772 const size_type __pos = __position - _M_ibegin(); local
3284 const size_type __pos = __s - _M_data(); local
3418 const size_type __pos = __first - _M_ibegin(); local
    [all...]
charconv.h 93 unsigned __pos = __len - 1; local
98 __first[__pos] = __digits[__num + 1];
99 __first[__pos - 1] = __digits[__num];
100 __pos -= 2;
basic_string.h 391 _M_check(size_type __pos, const char* __s) const
393 if (__pos > this->size())
394 __throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
396 __s, __pos, this->size());
397 return __pos;
409 // NB: _M_limit doesn't check for a bad __pos value.
412 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
414 const bool __testoff = __off < this->size() - __pos;
415 return __testoff ? __off : this->size() - __pos;
511 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s
1834 const size_type __pos = __p - begin(); local
1879 const size_type __pos = __p - begin(); local
2054 const size_type __pos = __p - begin(); local
2138 const size_type __pos = __position - begin(); local
2158 const size_type __pos = __first - begin(); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
postypes.h 156 fpos __pos(*this);
157 __pos += __off;
158 return __pos;
170 fpos __pos(*this);
171 __pos -= __off;
172 return __pos;
charconv.h 83 unsigned __pos = __len - 1; local
88 __first[__pos] = __digits[__num + 1];
89 __first[__pos - 1] = __digits[__num];
90 __pos -= 2;
cow_string.h 366 _M_check(size_type __pos, const char* __s) const
368 if (__pos > this->size())
369 __throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
371 __s, __pos, this->size());
372 return __pos;
382 // NB: _M_limit doesn't check for a bad __pos value.
384 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
386 const bool __testoff = __off < this->size() - __pos;
387 return __testoff ? __off : this->size() - __pos;
469 _M_mutate(size_type __pos, size_type __len1, size_type __len2)
1661 const size_type __pos = __p - _M_ibegin(); local
1738 const size_type __pos = __position - _M_ibegin(); local
3194 const size_type __pos = __s - _M_data(); local
3328 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 89 _M_check(size_type __pos, const char* __s) const
91 if (__pos > this->size())
92 std::__throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
94 __s, __pos, this->size());
95 return __pos;
105 // NB: _M_limit doesn't check for a bad __pos value.
107 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
109 const bool __testoff = __off < this->size() - __pos;
110 return __testoff ? __off : this->size() - __pos;
177 * @param __pos Index of first character to copy from
947 const size_type __pos = __p - _M_ibegin(); local
991 const size_type __pos = __p - _M_ibegin(); local
1155 const size_type __pos = __p - _M_ibegin(); local
1201 const size_type __pos = __position - _M_ibegin(); local
1226 const size_type __pos = __first - _M_ibegin(); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 87 _M_check(size_type __pos, const char* __s) const
89 if (__pos > this->size())
90 std::__throw_out_of_range_fmt(__N("%s: __pos (which is %zu) > "
92 __s, __pos, this->size());
93 return __pos;
103 // NB: _M_limit doesn't check for a bad __pos value.
105 _M_limit(size_type __pos, size_type __off) const _GLIBCXX_NOEXCEPT
107 const bool __testoff = __off < this->size() - __pos;
108 return __testoff ? __off : this->size() - __pos;
175 * @param __pos Index of first character to copy from
945 const size_type __pos = __p - _M_ibegin(); local
989 const size_type __pos = __p - _M_ibegin(); local
1153 const size_type __pos = __p - _M_ibegin(); local
1199 const size_type __pos = __position - _M_ibegin(); local
1224 const size_type __pos = __first - _M_ibegin(); local
    [all...]

Completed in 71 milliseconds

1 2 3 4