Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dcrt_stm32f4xx.c20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler")))
/device/google/contexthub/firmware/inc/
Dtoolchain.h88 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp84 bool SensorTypeIsAliasOf(SensorType sensor_type, SensorType alias) { in SensorTypeIsAliasOf() argument
87 && sensor_aliases_[i].sensor_alias == alias) { in SensorTypeIsAliasOf()