Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c235 char *str_end = 0; in dsp_om_trim_zero() local
241 str_end = str + strlen(str); in dsp_om_trim_zero()
243 while (str_begin < str_end) { in dsp_om_trim_zero()
251 while (str_begin < str_end) { in dsp_om_trim_zero()
252 if (ISSPACE(*str_end)) { in dsp_om_trim_zero()
253 *str_end = 0; in dsp_om_trim_zero()
254 str_end--; in dsp_om_trim_zero()
266 char *str_end = 0; in dsp_om_split_str() local
273 str_end = str + strlen(str); in dsp_om_split_str()
276 if (str_begin == str_end) { in dsp_om_split_str()
/device/google/crosshatch/vibrator/
Dimpl.cpp53 const auto str_end = str.find_last_not_of(whitespace); in trim() local
54 const auto str_range = str_end - str_begin + 1; in trim()
/device/google/wahoo/vibrator/
Dservice.cpp60 const auto str_end = str.find_last_not_of(whitespace); in trim() local
61 const auto str_range = str_end - str_begin + 1; in trim()
/device/google/bonito/vibrator/
Dservice.cpp70 const auto str_end = str.find_last_not_of(whitespace); in trim() local
71 const auto str_range = str_end - str_begin + 1; in trim()
/device/google/coral/vibrator/
DHardware.cpp78 const auto str_end = str.find_last_not_of(whitespace); in trim() local
79 const auto str_range = str_end - str_begin + 1; in trim()