Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.mk267 LIBVPX_OBJS=$(call objs,$(CODEC_SRCS))
463 GTEST_OBJS=$(call objs,$(GTEST_SRCS))
474 LIBVPX_TEST_OBJS=$(sort $(call objs,$(LIBVPX_TEST_SRCS)))
Dexamples.mk238 OBJS-$(NOT_MSVS) += $(if $(BUILD_OBJS),$(call objs,$(ALL_SRCS)))
250 $(call objs,$($(notdir $(bin:$(EXE_SFX)=)).SRCS)) \
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_kgsl.h796 uint64_t __user objs; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_kgsl.h1328 uint64_t __user objs; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
DMakefile222 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro