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

/external/bison/lib/
H A Dobstack.h275 ({ struct obstack const *__o = (OBSTACK); \
276 (unsigned) (__o->next_free - __o->object_base); })
280 ({ struct obstack const *__o = (OBSTACK); \
281 (unsigned) (__o->chunk_limit - __o->next_free); })
285 ({ struct obstack *__o = (OBSTACK); \
287 if (__o->chunk_limit - __o->next_free < __len) \
288 _obstack_newchunk (__o, __le
[all...]
/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
59 inline ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW;
79 inline ostreambuf_iterator<_CharT, _Traits>::ostreambuf_iterator(basic_ostream<_CharT, _Traits>& __o) _STLP_NOTHROW
80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
H A D_pair.h68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} argument
H A D_rope.c845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) { argument
846 char __f = __o.fill();
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, argument
853 streamsize __w = __o.width();
854 const bool __left = (__o.flags() & ios::left) != 0;
856 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o);
863 _Rope_fill(__o, __pad_len);
867 _Rope_fill(__o, __pad_len);
869 return __o;
873 _S_io_get(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r, const __false_type& ) argument
889 operator(basic_ostream<_CharT, _Traits>& __o, const rope<_CharT, _Alloc>& __r) argument
[all...]
H A D_rope.h2295 basic_ostream<_CharT, _Traits>& operator<< (basic_ostream<_CharT, _Traits>& __o,
/external/pixman/pixman/
H A Dpixman-edge.c91 uint8_t __o = READ (image, __ap); \
92 uint8_t __a = (a) + GET_4 (__o, __ao); \
93 WRITE (image, __ap, PUT_4 (__o, __ao, __a | (0 - ((__a) >> 4)))); \
/external/fio/
H A Dparse.c1013 struct fio_option *__o; local
1015 for (__o = options + 1; __o->name; __o++)
1016 if (__o->parent && !strcmp(__o->parent, o->name))
1017 return __o;
1046 struct fio_option *__o; local
1057 while ((__o = find_child(o, parent)) != NULL) {
1058 __print_option(__o,
[all...]
H A Doptions.c3939 struct fio_option *__o; local
3942 __o = fio_options;
3943 while (__o->name) {
3945 __o++;
H A Dcconv.c464 int fio_test_cconv(struct thread_options *__o) argument
472 convert_thread_options_to_net(&top1, __o);
/external/stlport/stlport/stl/debug/
H A D_debug.h321 void _Set_owner(const __owned_list* __o) { _M_owner= __CONST_CAST(__owned_list*,__o); } argument
341 __owned_list(void* __o) { argument
343 _M_node._M_owner = __REINTERPRET_CAST(__owned_list*,__o);
H A D_debug.c461 __stl_debug_engine<_Dummy>::_Stamp_all(__owned_list* __l, __owned_list* __o) { argument
467 __pos->_M_owner=__o;
/external/llvm/unittests/IR/
H A DConstantsTest.cpp156 raw_string_ostream __o(__s); \
158 __I->print(__o); \
160 __o.flush(); \

Completed in 1996 milliseconds