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

/hardware/bsp/intel/soc/common/bootctrl/
H A Dbootctrl.c323 static const char* suffix[2] = {BOOTCTRL_SUFFIX_A, BOOTCTRL_SUFFIX_B}; local
326 return suffix[slot];
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c59 unsigned int suffix; local
66 suffix = 0xffff & ((unsigned int)time(NULL));
69 ".%d.%d", getpid(), suffix);
88 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
93 sprintf(log_fn + strlen(log_fn), ".%d", suffix);
163 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
164 /* Make sure there is space left for suffix */
167 snprintf(log_fn + strlen(log_fn), 11, ".%d", suffix);
178 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
179 /* Make sure there is space left for suffix */
193 unsigned int suffix = 0xffff & ((unsigned int)time(NULL)); local
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c69 const char *suffix; member in struct:suf
83 while (p->suffix) {
84 size_t slen = strnlen(p->suffix, 44);
88 if (strncmp(name + l, p->suffix, slen) == 0 &&
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core.c728 static OMX_STRING suffix = ".so"; local
757 /* if the file is an OMX component, trim the prefix and suffix */
761 /* copy only the name without the suffix */
764 strlen(suffix));
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c715 static OMX_STRING suffix = ".so"; local
744 /* if the file is an OMX component, trim the prefix and suffix */
748 /* copy only the name without the suffix */
751 strlen(suffix));
/hardware/intel/common/libva/va/
H A Dva_trace.c150 suffix, \
157 unsigned short suffix = 0xffff & ((unsigned int)time(NULL)); local
/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c1125 const char * suffix = backend_table[snd_device]; local
1127 if (suffix != NULL) {
1129 strlcat(mixer_path, suffix, MIXER_PATH_MAX_LENGTH);
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c1397 const char * suffix = backend_tag_table[snd_device]; local
1399 if (suffix != NULL) {
1401 strcat(mixer_path, suffix);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3108 // Returns true iff str ends with the given suffix, ignoring case.
3109 // Any string is considered to end with an empty suffix.
3111 const std::string& str, const std::string& suffix) {
3113 const size_t suffix_len = suffix.length();
3116 suffix.c_str());
3110 EndsWithCaseInsensitive( const std::string& str, const std::string& suffix) argument

Completed in 252 milliseconds