Searched refs:__o (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dobjalloc.h89 ({ struct objalloc *__o = (o); \
94 (__len != 0 && __len <= __o->current_space \
95 ? (__o->current_ptr += __len, \
96 __o->current_space -= __len, \
97 (void *) (__o->current_ptr - __len)) \
98 : _objalloc_alloc (__o, __len)); })
H A Dobstack.h314 ({ struct obstack *__o = (OBSTACK); \
315 (unsigned) (__o->next_free - __o->object_base); })
319 ({ struct obstack *__o = (OBSTACK); \
320 (unsigned) (__o->chunk_limit - __o->next_free); })
324 ({ struct obstack *__o = (OBSTACK); \
326 if (__o->chunk_limit - __o->next_free < __len) \
327 _obstack_newchunk (__o, __le
[all...]
/freebsd-11-stable/contrib/binutils/include/
H A Dobjalloc.h89 ({ struct objalloc *__o = (o); \
94 (__len <= __o->current_space \
95 ? (__o->current_ptr += __len, \
96 __o->current_space -= __len, \
97 (void *) (__o->current_ptr - __len)) \
98 : _objalloc_alloc (__o, __len)); })
H A Dobstack.h314 ({ struct obstack *__o = (OBSTACK); \
315 (unsigned) (__o->next_free - __o->object_base); })
319 ({ struct obstack *__o = (OBSTACK); \
320 (unsigned) (__o->chunk_limit - __o->next_free); })
324 ({ struct obstack *__o = (OBSTACK); \
326 if (__o->chunk_limit - __o->next_free < __len) \
327 _obstack_newchunk (__o, __le
[all...]
/freebsd-11-stable/contrib/gdb/include/
H A Dobjalloc.h89 ({ struct objalloc *__o = (o); \
94 (__len <= __o->current_space \
95 ? (__o->current_ptr += __len, \
96 __o->current_space -= __len, \
97 (PTR) (__o->current_ptr - __len)) \
98 : _objalloc_alloc (__o, __len)); })
H A Dobstack.h371 ({ struct obstack *__o = (OBSTACK); \
372 (unsigned) (__o->next_free - __o->object_base); })
376 ({ struct obstack *__o = (OBSTACK); \
377 (unsigned) (__o->chunk_limit - __o->next_free); })
381 ({ struct obstack *__o = (OBSTACK); \
383 if (__o->chunk_limit - __o->next_free < __len) \
384 _obstack_newchunk (__o, __le
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.h365 ({ struct obstack *__o = (OBSTACK); \
366 (unsigned) (__o->next_free - __o->object_base); })
370 ({ struct obstack *__o = (OBSTACK); \
371 (unsigned) (__o->chunk_limit - __o->next_free); })
375 ({ struct obstack *__o = (OBSTACK); \
377 if (__o->chunk_limit - __o->next_free < __len) \
378 _obstack_newchunk (__o, __le
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_set_filter_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_read_set_filter_option(__a, __m, __o, __v))
H A Dtest_archive_write_set_filter_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_write_set_filter_option(__a, __m, __o, __v))
H A Dtest_archive_read_set_format_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_read_set_format_option(__a, __m, __o, __v))
H A Dtest_archive_read_set_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_read_set_option(__a, __m, __o, __v))
H A Dtest_archive_write_set_format_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_write_set_format_option(__a, __m, __o, __v))
H A Dtest_archive_write_set_option.c29 #define should(__a, __code, __m, __o, __v) \
30 assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
/freebsd-11-stable/contrib/libstdc++/src/
H A Dvalarray-inst.cc68 __gslice_to_index(size_t __o, const valarray<size_t>& __l, argument
90 size_t __a = __o;
110 gslice::_Indexer::_Indexer(size_t __o, const valarray<size_t>& __l, argument
112 : _M_count(1), _M_start(__o), _M_size(__l), _M_stride(__s),
114 { __gslice_to_index(__o, __l, __s, _M_index); }
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Darray_allocator.h115 array_allocator(const array_allocator& __o) throw() argument
116 : _M_array(__o._M_array), _M_used(__o._M_used) { }
H A Dropeimpl.h988 _Rope_fill(basic_ostream<_CharT, _Traits>& __o, size_t __n) argument
990 char __f = __o.fill();
994 __o.put(__f);
1013 operator<<(basic_ostream<_CharT, _Traits>& __o, argument
1016 size_t __w = __o.width();
1017 bool __left = bool(__o.flags() & std::ios::left);
1020 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
1029 __o.width(__w / __rope_len);
1033 _Rope_fill(__o, __pad_len);
1036 _Rope_fill(__o, __pad_le
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dgslice.h142 gslice::gslice(size_t __o, const valarray<size_t>& __l, argument
144 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
H A Dvalarray_array.h140 // copy-construct raw array [__o, *) from plain array [__b, __e)
150 _Tp* __restrict__ __o)
153 new(__o++) _Tp(*__b++);
162 _Tp* __restrict__ __o)
163 { std::memcpy(__o, __b, (__e - __b)*sizeof(_Tp)); }
170 _Tp* __restrict__ __o)
172 _Array_copy_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __o);
175 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
179 size_t __s, _Tp* __restrict__ __o)
184 *__o
149 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
161 _S_do_it(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
168 __valarray_copy_construct(const _Tp* __restrict__ __b, const _Tp* __restrict__ __e, _Tp* __restrict__ __o) argument
178 __valarray_copy_construct(const _Tp* __restrict__ __a, size_t __n, size_t __s, _Tp* __restrict__ __o) argument
198 __valarray_copy_construct(const _Tp* __restrict__ __a, const size_t* __restrict__ __i, _Tp* __restrict__ __o, size_t __n) argument
[all...]
H A Dslice_array.h92 slice::slice(size_t __o, size_t __d, size_t __s) argument
93 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h310 __typeof__(object) __o = (object); \
314 __sync_lock_test_and_set(&(__o)->__val, __d); \
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h234 _M_sync(char_type* __base, __size_type __i, __size_type __o);

Completed in 224 milliseconds