Searched defs:readchar (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3086 static Int readchar ( const Char* buf, Char* ch ) function
3216 j = readchar(&procmap_buf[i], &ch);
3221 j = readchar(&procmap_buf[i], &ch);
3224 j = readchar(&procmap_buf[i], &rr);
3226 j = readchar(&procmap_buf[i], &ww);
3228 j = readchar(&procmap_buf[i], &xx);
3231 j = readchar(&procmap_buf[i], &pp);
3235 j = readchar(&procmap_buf[i], &ch);
3241 j = readchar(&procmap_buf[i], &ch);
3246 j = readchar(
[all...]

Completed in 98 milliseconds