Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dremix.c62 char sep1, sep2; in parse() local
66 PARSE(sep1, "%i", chan1, 0, separators); in parse()
72 if (sep1 == '-') in parse()
73 PARSE(sep1, "%i", chan2, 0, separators + 1); in parse()
75 if (sep1 != ',') { in parse()
76 multiplier = sep1 == 'v' ? 1 : 0; in parse()
78 if (sep1 != 'v') in parse()
79 multiplier = (sep1 == 'p'? 1 : -1) * dB_to_linear(multiplier); in parse()
/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.c150 const void *sep1 = memchr(path, '/', len); in fdt_path_next_separator() local
153 if (sep1 && sep2) in fdt_path_next_separator()
154 return (sep1 < sep2) ? sep1 : sep2; in fdt_path_next_separator()
155 else if (sep1) in fdt_path_next_separator()
156 return sep1; in fdt_path_next_separator()