HomeSort by relevance Sort by last modified time
    Searched refs:__o (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/
profiler_container_size.h 58 __container_size_info(const __container_size_info& __o)
59 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
60 _M_min(__o._M_min), _M_total(__o._M_total),
61 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
62 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 54 __hashfunc_info(const __hashfunc_info& __o)
55 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
56 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
65 __merge(const __hashfunc_info& __o)
67 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
68 _M_accesses += __o._M_accesses;
69 _M_hops += __o._M_hops;
106 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
profiler_list_to_vector.h 64 __list2vector_info(const __list2vector_info& __o)
65 : __object_info_base(__o), _M_shift_count(__o._M_shift_count),
66 _M_iterate(__o._M_iterate), _M_resize(__o._M_resize),
67 _M_list_cost(__o._M_list_cost), _M_vector_cost(__o._M_vector_cost),
68 _M_valid(__o._M_valid), _M_max_size(__o._M_max_size) { }
71 __merge(const __list2vector_info& __o)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
profiler_list_to_vector.h 57 __list2vector_info(const __list2vector_info& __o)
58 : __object_info_base(__o), _M_shift_count(__o._M_shift_count),
59 _M_iterate(__o._M_iterate), _M_resize(__o._M_resize),
60 _M_list_cost(__o._M_list_cost), _M_vector_cost(__o._M_vector_cost),
61 _M_valid(__o._M_valid), _M_max_size(__o._M_max_size) { }
64 __merge(const __list2vector_info& __o)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_container_size.h 58 __container_size_info(const __container_size_info& __o)
59 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
60 _M_min(__o._M_min), _M_total(__o._M_total),
61 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
62 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 54 __hashfunc_info(const __hashfunc_info& __o)
55 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
56 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
65 __merge(const __hashfunc_info& __o)
67 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
68 _M_accesses += __o._M_accesses;
69 _M_hops += __o._M_hops;
106 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_container_size.h 58 __container_size_info(const __container_size_info& __o)
59 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
60 _M_min(__o._M_min), _M_total(__o._M_total),
61 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
62 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 54 __hashfunc_info(const __hashfunc_info& __o)
55 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
56 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
65 __merge(const __hashfunc_info& __o)
67 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
68 _M_accesses += __o._M_accesses;
69 _M_hops += __o._M_hops;
106 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_container_size.h 51 __container_size_info(const __container_size_info& __o)
52 : __object_info_base(__o), _M_init(__o._M_init), _M_max(__o._M_max),
53 _M_min(__o._M_min), _M_total(__o._M_total),
54 _M_item_min(__o._M_item_min), _M_item_max(__o._M_item_max),
55 _M_item_total(__o._M_item_total), _M_count(__o._M_count)
    [all...]
profiler_hash_func.h 47 __hashfunc_info(const __hashfunc_info& __o)
48 : __object_info_base(__o), _M_longest_chain(__o._M_longest_chain),
49 _M_accesses(__o._M_accesses), _M_hops(__o._M_hops) { }
58 __merge(const __hashfunc_info& __o)
60 _M_longest_chain = std::max(_M_longest_chain, __o._M_longest_chain);
61 _M_accesses += __o._M_accesses;
62 _M_hops += __o._M_hops;
99 __hashfunc_stack_info(const __hashfunc_info& __o)
    [all...]
  /external/bison/lib/
obstack.h 275 ({ 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, __len);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 275 ({ 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, __len);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
obstack.h 272 ({ struct obstack const *__o = (OBSTACK); \
273 (unsigned) (__o->next_free - __o->object_base); })
277 ({ struct obstack const *__o = (OBSTACK); \
278 (unsigned) (__o->chunk_limit - __o->next_free); })
282 ({ struct obstack *__o = (OBSTACK); \
284 if (__o->chunk_limit - __o->next_free < __len) \
285 _obstack_newchunk (__o, __len);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 272 ({ struct obstack const *__o = (OBSTACK); \
273 (unsigned) (__o->next_free - __o->object_base); })
277 ({ struct obstack const *__o = (OBSTACK); \
278 (unsigned) (__o->chunk_limit - __o->next_free); })
282 ({ struct obstack *__o = (OBSTACK); \
284 if (__o->chunk_limit - __o->next_free < __len) \
285 _obstack_newchunk (__o, __len);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 314 ({ 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, __len);
    [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 910