Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/
Dcommon.mk108 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
109 $(eval _emugl.$(_mod).export.$(_type) :=)\
147 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
148 $(eval LOCAL_$(_type) := $(_emugl.$1.export.$(_type)) $(LOCAL_$(_type)))\
170 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
171 $(if $(filter C_INCLUDES ADDITIONAL_DEPENDENCIES,$(_type)),\
172 $(info . EXPORT.$(_type) :=)\
173 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
174 $(info . LOCAL_$(_type) :=)\
175 $(call _emugl-dump-list,$(LOCAL_$(_type)))\
[all …]
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dpwr.c99 #define RCC_REG(_bus, _type) ({ \ argument
101 offsetof(struct StmRcc, AHB1##_type), \
102 offsetof(struct StmRcc, AHB2##_type), \
103 offsetof(struct StmRcc, AHB3##_type), \
104 offsetof(struct StmRcc, APB1##_type), \
105 offsetof(struct StmRcc, APB2##_type) \