Searched refs:_type (Results 1 – 2 of 2) sorted by relevance
/device/generic/goldfish-opengl/ |
D | common.mk | 119 $(foreach _type,$(EMUGL_EXPORT_TYPES),\ 120 $(eval _emugl.$(_mod).export.$(_type) :=)\ 158 $(foreach _type,$(EMUGL_EXPORT_TYPES),\ 159 $(eval LOCAL_$(_type) := $(_emugl.$1.export.$(_type)) $(LOCAL_$(_type)))\ 181 $(foreach _type,$(EMUGL_EXPORT_TYPES),\ 182 $(if $(filter C_INCLUDES ADDITIONAL_DEPENDENCIES,$(_type)),\ 183 $(info . EXPORT.$(_type) :=)\ 184 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\ 185 $(info . LOCAL_$(_type) :=)\ 186 $(call _emugl-dump-list,$(LOCAL_$(_type)))\ [all …]
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | pwr.c | 98 #define RCC_REG(_bus, _type) ({ \ argument 100 offsetof(struct StmRcc, AHB1##_type), \ 101 offsetof(struct StmRcc, AHB2##_type), \ 102 offsetof(struct StmRcc, AHB3##_type), \ 103 offsetof(struct StmRcc, APB1##_type), \ 104 offsetof(struct StmRcc, APB2##_type) \
|