Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp56 char *to_ch = (char *) to; in swab() local
59 to_ch[0] = from_ch[1]; in swab()
60 to_ch[1] = from_ch[0]; in swab()
61 to_ch += 2; in swab()