HomeSort by: relevance | last modified time | path
    Searched refs:_M_vector_cost (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_list_to_vector.h 48 _M_resize(0), _M_list_cost(0), _M_vector_cost(0),
57 _M_vector_cost += __o._M_vector_cost;
67 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
72 { return _M_list_cost - _M_vector_cost; }
106 { _M_vector_cost = __vc; }
128 float _M_vector_cost;
profiler_vector_to_list.h 46 _M_resize(0), _M_list_cost(0), _M_vector_cost(0)
55 _M_vector_cost += __o._M_vector_cost;
64 _M_resize, _M_iterate, _M_vector_cost, _M_list_cost);
69 { return _M_vector_cost - _M_list_cost; }
97 { _M_vector_cost = __vc; }
116 float _M_vector_cost;

Completed in 26 milliseconds