HomeSort by relevance Sort by last modified time
    Searched defs:__len (Results 101 - 125 of 365) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_shader.c 44 uint32_t __len = 0; local
53 PAD(__len, 8);
55 __data = (uint8_t*)MALLOC(__len);
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
66 if (__pos != __len) {
69 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST, __len);
70 rbug_connection_write(__con, __data, __len);
83 uint32_t __len = 0; local
93 PAD(__len, 8);
95 __data = (uint8_t*)MALLOC(__len);
125 uint32_t __len = 0; local
170 uint32_t __len = 0; local
214 uint32_t __len = 0; local
259 uint32_t __len = 0; local
    [all...]
rbug_context.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
118 uint32_t __len = 0; local
159 uint32_t __len = 0; local
200 uint32_t __len = 0; local
245 uint32_t __len = 0; local
293 uint32_t __len = 0; local
333 uint32_t __len = 0; local
382 uint32_t __len = 0; local
435 uint32_t __len = 0; local
    [all...]
rbug_texture.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
127 uint32_t __len = 0; local
190 uint32_t __len = 0; local
244 uint32_t __len = 0; local
298 uint32_t __len = 0; local
365 uint32_t __len = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_NOOP, __len);
67 rbug_connection_write(__con, __data, __len);
78 uint32_t __len = 0; local
86 PAD(__len, 8);
88 __data = (uint8_t*)MALLOC(__len);
114 uint32_t __len = 0; local
152 uint32_t __len = 0; local
191 uint32_t __len = 0; local
    [all...]
rbug_shader.c 44 uint32_t __len = 0; local
53 PAD(__len, 8);
55 __data = (uint8_t*)MALLOC(__len);
60 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
66 if (__pos != __len) {
69 rbug_connection_send_start(__con, RBUG_OP_SHADER_LIST, __len);
70 rbug_connection_write(__con, __data, __len);
83 uint32_t __len = 0; local
93 PAD(__len, 8);
95 __data = (uint8_t*)MALLOC(__len);
125 uint32_t __len = 0; local
170 uint32_t __len = 0; local
214 uint32_t __len = 0; local
259 uint32_t __len = 0; local
    [all...]
rbug_context.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_CONTEXT_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
118 uint32_t __len = 0; local
159 uint32_t __len = 0; local
200 uint32_t __len = 0; local
245 uint32_t __len = 0; local
293 uint32_t __len = 0; local
333 uint32_t __len = 0; local
382 uint32_t __len = 0; local
435 uint32_t __len = 0; local
    [all...]
rbug_texture.c 43 uint32_t __len = 0; local
51 PAD(__len, 8);
53 __data = (uint8_t*)MALLOC(__len);
58 WRITE(4, uint32_t, ((uint32_t)(__len / 4)));
63 if (__pos != __len) {
66 rbug_connection_send_start(__con, RBUG_OP_TEXTURE_LIST, __len);
67 rbug_connection_write(__con, __data, __len);
79 uint32_t __len = 0; local
88 PAD(__len, 8);
90 __data = (uint8_t*)MALLOC(__len);
127 uint32_t __len = 0; local
190 uint32_t __len = 0; local
244 uint32_t __len = 0; local
298 uint32_t __len = 0; local
365 uint32_t __len = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
302 _Distance __len, _Tp __value, _Compare __comp)
306 while (__secondChild < (__len - 1) / 2)
315 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
396 const _DistanceType __len = __last - __first; local
397 _DistanceType __parent = (__len - 2) / 2
436 const _DistanceType __len = __last - __first; local
    [all...]
  /external/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]

Completed in 641 milliseconds

1 2 3 45 6 7 8 91011>>