Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
Dread.c100 int nChars = 0; in __read() local
116 ++nChars; in __read()
119 return nChars; in __read()
Dwrite.c104 size_t nChars = 0; in __write() local
126 ++nChars; in __write()
129 return nChars; in __write()