Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Dparser.c197 #define IS_SPACE(c) ((c) == '\t' || (c) == ' ' || (c) == ',' || \ in strip_spaces() macro
201 while (IS_SPACE(*buf[0])) in strip_spaces()
208 for (int i = strlen(*buf) - 1; i >= 0 && IS_SPACE((*buf)[i]); i--) in strip_spaces()