Home
last modified time | relevance | path

Searched refs:counter_list (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dmutex_prof.h55 #define COUNTER_ENUM(counter_list, t) \ argument
57 counter_list \
/external/mesa3d/src/mapi/glapi/gen/
DglX_XML.py102 self.counter_list = []
129 if param.counter and param.counter not in self.counter_list:
130 self.counter_list.append(param.counter)
304 for name in self.counter_list:
DglX_proto_send.py149 self.counter_list = func.counter_list
DglX_proto_size.py273 for param_name in f.counter_list: