Searched refs:__o (Results 1 - 5 of 5) 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/fio/
H A Dparse.c1062 struct fio_option *__o; local
1064 for (__o = options + 1; __o->name; __o++)
1065 if (__o->parent && !strcmp(__o->parent, o->name))
1066 return __o;
1095 struct fio_option *__o; local
1106 while ((__o = find_child(o, parent)) != NULL) {
1107 __print_option(__o,
[all...]
H A Dcconv.c472 int fio_test_cconv(struct thread_options *__o) argument
480 convert_thread_options_to_net(&top1, __o);
H A Doptions.c4094 struct fio_option *__o; local
4097 __o = fio_options;
4098 while (__o->name) {
4100 __o++;
/external/llvm/unittests/IR/
H A DConstantsTest.cpp159 raw_string_ostream __o(__s); \
161 __I->print(__o); \
163 __o.flush(); \

Completed in 250 milliseconds