Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c230 #define ISSPACE(c) (c == ' ' || c == 0x09 || c == 0x0A || c == 0x0D || c == 0) macro
244 if (ISSPACE(*str_begin)) { in dsp_om_trim_zero()
252 if (ISSPACE(*str_end)) { in dsp_om_trim_zero()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) macro