Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.c59 unsigned int suffix; in psb__open_log() local
88 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
163 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
178 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
193 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); in psb__open_log() local
/hardware/bsp/intel/soc/common/bootctrl/
Dbootctrl.c323 static const char* suffix[2] = {BOOTCTRL_SUFFIX_A, BOOTCTRL_SUFFIX_B}; in bootctrl_get_suffix() local
/hardware/ti/omap4xxx/domx/omx_core/src/
DOMX_Core.c715 static OMX_STRING suffix = ".so"; in OMX_BuildComponentTable() local
/hardware/ti/omap4-aah/domx/omx_core/src/
DOMX_Core.c728 static OMX_STRING suffix = ".so"; in OMX_BuildComponentTable() local
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_mixer.c69 const char *suffix; member
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1092 const char * suffix = backend_table[snd_device]; in platform_add_backend_name() local
/hardware/qcom/audio/hal/msm8974/
Dplatform.c1382 const char * suffix = backend_tag_table[snd_device]; in platform_add_backend_name() local
/hardware/intel/common/libva/va/
Dva_trace.c157 unsigned short suffix = 0xffff & ((unsigned int)time(NULL)); in va_TraceInit() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3111 const std::string& str, const std::string& suffix) { in EndsWithCaseInsensitive()