Home
last modified time | relevance | path

Searched defs:get_counter (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/detail/
Dregister_archive.hpp44 struct get_counter { struct
45 static const int value = sizeof(adjust_counter(counter<20>()));
46 typedef counter<value> type;
47 typedef counter<value - 1> prior;
48 typedef char (&next)[value+1];
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/
Dgen_intrinsics.py198 def get_counter(): function
647 def get_counter(): function
694 def get_counter(): function
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c260 double get_counter(__int64 *counter_start, double *pc_freq) in get_counter() function
284 unsigned long get_counter(void) in get_counter() function
/aosp_15_r20/external/sdv/vsomeip/implementation/service_discovery/src/
Deventgroupentry_impl.cpp51 uint8_t eventgroupentry_impl::get_counter() const { in get_counter() function in vsomeip_v3::sd::eventgroupentry_impl
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Dremote_subscription.cpp140 remote_subscription::get_counter() const { in get_counter() function in vsomeip_v3::remote_subscription
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c401 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dperformance_monitor.c520 get_counter(const struct gl_perf_monitor_group *group_obj, GLuint id) in get_counter() function
/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py2320 def get_counter(self, name: str) -> Counter: member in OTCI